Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pykat
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
finesse
pykat
Commits
467967c4
There was a problem fetching the pipeline summary.
Commit
467967c4
authored
8 years ago
by
Andreas Freise
Browse files
Options
Downloads
Patches
Plain Diff
fixing small typos
parent
d4420e81
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pykat/gw_detectors/finesse_files/aLIGO.kat
+0
-2
0 additions, 2 deletions
pykat/gw_detectors/finesse_files/aLIGO.kat
pykat/gw_detectors/ifo.py
+5
-2
5 additions, 2 deletions
pykat/gw_detectors/ifo.py
with
5 additions
and
4 deletions
pykat/gw_detectors/finesse_files/aLIGO.kat
+
0
−
2
View file @
467967c4
...
...
@@ -272,8 +272,6 @@ const phi_BS 0
###########################################################################
%%% FTend tunings
# reintroduced: errsigs, locks, powers (partial)
%%% FTblock powers
###########################################################################
pd P_DC_AS nSRM2
...
...
This diff is collapsed.
Click to expand it.
pykat/gw_detectors/ifo.py
+
5
−
2
View file @
467967c4
...
...
@@ -127,6 +127,9 @@ class aLIGO(object):
for
_
in
inspect
.
getmembers
(
self
,
lambda
x
:
isinstance
(
x
,
DOF
)):
self
.
__DOFs
[
_
[
0
]]
=
_
[
1
]
self
.
lockNames
=
None
@property
def
DOFs
(
self
):
return
copy
.
copy
(
self
.
__DOFs
)
...
...
@@ -722,7 +725,7 @@ noplot {}""".format(nameDARM, nameCARM, namePRCL, nameMICH, nameSRCL)
def
generate_lock_block
(
self
,
kat
,
verbose
=
False
):
if
self
.
lockNames
==
None
or
self
.
lockAccuracies
==
None
or
self
.
lockGains
==
None
:
raise
pkex
.
BasePyKatException
(
"
run gerate_locks before generate_lock_block
"
)
raise
pkex
.
BasePyKatException
(
"
run ge
ne
rate_locks before generate_lock_block
"
)
code1
=
"""
###########################################################################
set AS_f2_I_re {} re
set CARM_err {} re
...
...
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