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

Merge branch 'ads_plot' into 'master'

Ads plot added for lower guardian states

Closes #153

See merge request jameson.rollins/locklost!109
parents 2284ce69 9dff67ec
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