change ADC overflow tests to reflect new readout configuration
Compare changes
Files
7- John Zweizig authored
Monitors/dq-module/H-DQ+Gate_O4.json
0 → 100644
+ 156
− 0
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 MR changes the DQ flags to test the overflow status of the new OMC adc channels rather than those used in O3. The old and new channels are:
< "0/H1:FEC-8_ADC_OVERFLOW_ACC_0_12",
< "0/H1:FEC-8_ADC_OVERFLOW_ACC_0_13"
---
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_0",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_1",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_4",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_5",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_8",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_9",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_12",
> "0/H1:FEC-179_ADC_OVERFLOW_ACC_0_13"
The channel changes have only been implemented at LHO, but in anticipation of the same changes being implemented at LLO, I have
I have verified that the new channels are available in the broadcast frames.
Closes #62 (closed)