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

Merge branch 'seismic_thresh' into 'master'

Change seismic thresholds at LHO/LLO

Closes #109 and #133

See merge request !86
parents 9747eaf2 556d7724
No related branches found
No related tags found
1 merge request!86Change seismic thresholds at LHO/LLO
......@@ -316,9 +316,9 @@ SEISMIC_CHANNELS = [
SEISMIC_CHANNELS = ifochans(SEISMIC_CHANNELS)
if IFO == 'H1':
SEI_THRESH = 40
SEI_THRESH = 300
if IFO == 'L1':
SEI_THRESH = 500
SEI_THRESH = 600
SEI_SEARCH_WINDOW = [-30, 150]
......
......@@ -46,7 +46,7 @@ def check_ads(event):
event.add_tag('ADS_EXCURSION')
else:
logging.info('no ADS excursion detected')
fig, ax = plt.subplots(1, figsize=(22,16))
for idx, buf in enumerate(ads_channels):
srate = buf.sample_rate
......
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