Skip to content
Snippets Groups Projects
Commit 7ce338eb authored by Timothy O'Hanlon's avatar Timothy O'Hanlon
Browse files

fixed lpy and reformatted various plots

parent bc1a9399
No related branches found
No related tags found
No related merge requests found
Pipeline #693338 passed
......@@ -22,12 +22,12 @@ def power_in_ham6(event):
ifo = config.IFO
window = [-3, 3]
if ifo == 'H1'and gps < 1414874845:
if ifo == 'H1' and gps < 1414874845:
logger.info('The HAM6 power monitor was not installed for '
'locklosses occurring before November 05, 2024 '
'20:00UTC. Plugin not running.')
return
elif ifo == 'L1'and gps < 1410812958:
elif ifo == 'L1' and gps < 1410812958:
logger.info('The HAM6 power monitor was not installed for '
'locklosses occurring before Sep 19, 2024 '
'15:29 CT. Plugin not running.')
......
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