Skip to content
Snippets Groups Projects
Commit 9dff67ec authored by Austin Jennings's avatar Austin Jennings Committed by Jameson Rollins
Browse files

Ads plot added for lower guardian states

parent 2284ce69
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,11 @@ BOARD_SAT_THRESH = 9.5
##################################################
if IFO == 'H1':
ADS_GRD_STATE = (429, 'PREP_ASC_FOR_FULL_IFO')
elif IFO == 'L1':
ADS_GRD_STATE = (1197, 'START_SPOT_CENTERING')
ADS_CHANNELS = []
for py in ['PIT', 'YAW']:
for num in [3, 4, 5]:
......
......@@ -18,8 +18,8 @@ def check_ads(event):
"""
if event.transition_index[0] != config.GRD_NOMINAL_STATE[0]:
logging.info('lockloss not from nominal low noise')
if event.transition_index[0] < config.ADS_GRD_STATE[0]:
logging.info('lockloss not from state using ADS injections')
return
plotutils.set_rcparams()
......
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