Skip to content

Seismic dev branch

Marc Lormand requested to merge marc.lormand/locklost:seismic-dev-branch into master

Update for issue #134 (closed)

Update config.py - Added ISI-GND_STS_ITMY_Y_DQ, ISI-GND_STS_ITMY_Z_BLRMS_1_3, ISI-GND_STS_ETMX_Z_BLRMS_1_3, ISI-GND_STS_ETMY_Z_BLRMS_1_3, ISI-GND_STS_ETMX_Z_DQ, ISI-GND_STS_ETMY_Z_DQ, ISI-GND_STS_ITMY_Y_BLRMS_100M_300M, ISI-GND_STS_ITMY_Z_BLRMS_100M_300M, ISI-GND_STS_ITMY_Y_BLRMS_300M_1, ISI-GND_STS_ITMY_Z_BLRMS_300M_1 to the SEISMIC_CHANNELS list at line 357. Added ANTHRO_THRESH = 1000 and MICRO_THRESH = 3000 threshold levels to the (if IFO == 'L1':) at line 375.

Update seismic.py - Added plotting code for each of the 7 seismic channels added to the config.py file, beginning at line 97. Changed SEISMIC tag test so that seism variable is set by each channel depending on if its threshold was reached.

Merge request reports