Skip to content
Snippets Groups Projects
Commit d55b94a9 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

Merge branch 'adcoverflows' into 'master'

omc overflows adc update fix

See merge request jameson.rollins/locklost!116
parents 05fdaaed 56f0f906
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ ADC_OVERFLOWS = {
if IFO == 'H1':
ADC_OVERFLOWS['OMC'] = {
'ADC_ID': 8,
'num_bits': 3,
'num_bits': 1,
'bit_exclude': [(2, 4), (2, 13), (2, 15)],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment