Skip to content

Commit

Permalink
HSP2_Driver.py -- add option for viewing input timeseries in hdf5viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDudaRESPEC committed Jan 22, 2021
1 parent dddd759 commit f190fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HSP2_Driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
if file_ext.upper() == "WDM":
h5_name = filename[:-3] + "h5"
from HSP2tools.readWDM import readWDM
readWDM(filename, h5_name)
readWDM(filename, h5_name, jupyterlab=False)
# readWDM('GRICM.wdm', 'test.h5')
# readWDM('ZUMBROSCEN.WDM', 'test.h5')

Expand Down

0 comments on commit f190fd8

Please sign in to comment.