gwosc-tutorial / quickview

Make summary plots for any short segment of LIGO data. http://mybinder.org/repo/losc-tutorial/quickview
14 stars 11 forks source link

Bug fix #4

Closed martinberoiz closed 1 year ago

martinberoiz commented 1 year ago

This fixes a small bug in the notebook.

martinberoiz commented 1 year ago

Hi @jkanner, this is a fix for the issue at #3. The diff is too big to see, but the actual fix is just to change this line:

strain = TimeSeries.read(fn,format='hdf5.losc')

to

strain = TimeSeries.read(fn,format='hdf5.gwosc')