Skip to content

Problem with TimeSeries.get fixed for reduced channels

Duncan Macleod requested to merge github/fork/areeda/tsget into master

Created by: areeda

This trivial update resolves issue #1297 (closed) The channel type needed by NDS2 is "rds" not "reduced".

The problem is demonstrated with:

from gwpy.timeseries import TimeSeries
ts = TimeSeries.get('L1:DCS-CALIB_STRAIN_CLEAN_SUB60HZ_C01,rds', 1252939480, 1252939490, verbose=True)

Merge request reports