Skip to content
Snippets Groups Projects
Commit 5fb9df1c authored by Camilla Compton's avatar Camilla Compton
Browse files

temporary remove ZM1 ZM2 channels from saturations so test doesn't fail

parent 9e37d511
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,9 @@ def gen_channel_names():
corners = ['UL', 'UR', 'LL', 'LR']
triples = ['MC1', 'MC2', 'MC3', 'PRM', 'PR2', 'PR3', 'SRM', 'SR2', 'SR3']
sixteen_bit = ['ZM1', 'ZM2', 'RM1', 'RM2', 'OM1', 'OM2', 'OM3']
#sixteen_bit = ['ZM1', 'ZM2', 'RM1', 'RM2', 'OM1', 'OM2', 'OM3']
# removed ZM1 ZM2 temporarily while these SUS are unplugged at LLO - 4Feb2022
sixteen_bit = ['RM1', 'RM2', 'OM1', 'OM2', 'OM3']
triple_stages = ['M2','M3'] # Only the lower stages, top handled separately
triple_top_corners = ['T1', 'T2', 'T3', 'LF', 'RT', 'SD']
quads = ['ETMX', 'ETMY', 'ITMX', 'ITMY']
......
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