Skip to content

Timing fix for high-latency line subtraction

This MR fixes a minor issue that led to at least one instance of inadequate line subtraction in the generation of C01 data. Updates to the length of the running median of the line subtraction TFs were not being applied at the optimal times. The error was that updates were timed based on the timestamps of input data to the running median, rather than the timestamps of the output data, as was originally intended. Here is an example spectrogram of the NOLINES channel that shows the problem that this addresses: H1_DCS-CALIB_STRAIN_NOLINES_C01_spectrogram_10-1000Hz_1411739648-4096

After the fix, the subtraction looks better at this time: H1_DCS-CALIB_STRAIN_NOLINES_spectrogram_10-1000Hz_1411740004-4000

Merge request reports

Loading