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
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Benjamin Mannix
locklost
Commits
9dff67ec
Commit
9dff67ec
authored
2 years ago
by
Austin Jennings
Committed by
Jameson Rollins
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Ads plot added for lower guardian states
parent
2284ce69
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
locklost/config.py
+5
-0
5 additions, 0 deletions
locklost/config.py
locklost/plugins/ads_excursion.py
+2
-2
2 additions, 2 deletions
locklost/plugins/ads_excursion.py
with
7 additions
and
2 deletions
locklost/config.py
+
5
−
0
View file @
9dff67ec
...
...
@@ -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
]:
...
...
This diff is collapsed.
Click to expand it.
locklost/plugins/ads_excursion.py
+
2
−
2
View file @
9dff67ec
...
...
@@ -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
()
...
...
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