Fix PUM/UIM filter error when not applying TDCFs
Compare changes
Files
2- Aaron Viets authored
+ 4
− 4
@@ -653,10 +653,10 @@ if CalibrationConfigs["calibrationmode"] == "Full":
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 1 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk.
This fixes the failure that occurs when running gstlal_compute_strain in full calibration mode ("unified," "DCS," "C01") without applying the TDCFs. The fact that the new unified filters files produced by pydarm do not contain a combined PUM/UIM filter was causing this failure. Now the filter is computed as the sum of the PUM and UIM filters.