Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
locklost
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timothy O'Hanlon
locklost
Commits
7ce338eb
Commit
7ce338eb
authored
2 months ago
by
Timothy O'Hanlon
Browse files
Options
Downloads
Patches
Plain Diff
fixed lpy and reformatted various plots
parent
bc1a9399
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#693338
passed
2 months ago
Stage: lint
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
locklost/plugins/ham6_power.py
+2
-2
2 additions, 2 deletions
locklost/plugins/ham6_power.py
with
2 additions
and
2 deletions
locklost/plugins/ham6_power.py
+
2
−
2
View file @
7ce338eb
...
...
@@ -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.
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment