From e4b197a7467f53ba427a753dd77579ac82ea68d1 Mon Sep 17 00:00:00 2001 From: Aaron Viets <aaron.viets@ligo.org> Date: Tue, 5 Feb 2019 08:23:55 -0800 Subject: [PATCH] gstlal-calibration tests: Added more line witness channels to frame_manipulator.py --- .../tests/check_calibration/frame_manipulator.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gstlal-calibration/tests/check_calibration/frame_manipulator.py b/gstlal-calibration/tests/check_calibration/frame_manipulator.py index f6cdf04210..013ddbf040 100644 --- a/gstlal-calibration/tests/check_calibration/frame_manipulator.py +++ b/gstlal-calibration/tests/check_calibration/frame_manipulator.py @@ -173,6 +173,9 @@ channel_list.append("CAL-CS_TDEP_PCAL_LINE4_COMPARISON_OSC_FREQ") channel_list.append("CAL-CS_TDEP_PCALY_LINE4_COMPARISON_OSC_FREQ") channel_list.append("CAL-CS_TDEP_PCALX_LINE4_COMPARISON_OSC_FREQ") channel_list.append("PEM-EY_MAINSMON_EBAY_1_DQ") +channel_list.append("PEM-EY_MAINSMON_EBAY_2_DQ") +channel_list.append("PEM-EY_MAINSMON_EBAY_3_DQ") +channel_list.append("PEM-EY_MAINSMON_EBAY_QUAD_SUM_DQ") channel_list.append("CAL-CS_TDEP_PCAL_LINE1_CORRECTION_REAL") channel_list.append("CAL-CS_TDEP_PCAL_LINE1_CORRECTION_IMAG") channel_list.append("CAL-CS_TDEP_PCAL_LINE2_CORRECTION_REAL") -- GitLab