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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
finesse
pykat
Commits
47676da4
There was a problem fetching the pipeline summary.
Commit
47676da4
authored
Jan 4, 2017
by
Andreas Freise
Browse files
Options
Downloads
Patches
Plain Diff
just tweaks
parent
6021918e
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
pykat/gw_detectors/ifo.py
+3
-4
3 additions, 4 deletions
pykat/gw_detectors/ifo.py
with
3 additions
and
4 deletions
pykat/gw_detectors/ifo.py
+
3
−
4
View file @
47676da4
...
@@ -46,14 +46,15 @@ class aLIGO(object):
...
@@ -46,14 +46,15 @@ class aLIGO(object):
else
:
else
:
self
.
kat
=
finesse
.
kat
()
self
.
kat
=
finesse
.
kat
()
self
.
kat
.
verbose
=
verbose
self
.
kat
.
verbose
=
verbose
self
.
_data_path
=
pkg_resources
.
resource_filename
(
'
pykat.gw_detectors
'
,
'
finesse_files/
'
)
if
katfile
:
if
katfile
:
self
.
kat
.
loadKatFile
(
katfile
)
self
.
kat
.
loadKatFile
(
katfile
)
else
:
else
:
if
_name
not
in
names
:
# TODO different files not yet implemented
if
_name
not
in
names
:
# TODO different files not yet implemented
printf
(
"
aLIGO name `{}
'
not recognised, must be
'
default
'
,
'
LLO
'
or
'
LHO
'"
,
_name
)
printf
(
"
aLIGO name `{}
'
not recognised, must be
'
default
'
,
'
LLO
'
or
'
LHO
'"
,
_name
)
_data_path
=
pkg_resources
.
resource_filename
(
'
pykat.gw_detectors
'
,
'
finesse_files/
'
)
#print(data_path)
#print(data_path)
self
.
kat
.
loadKatFile
(
_data_path
+
"
aLIGO.kat
"
)
self
.
kat
.
loadKatFile
(
self
.
_data_path
+
"
aLIGO.kat
"
)
# ----------------------------------------------------------------------
# ----------------------------------------------------------------------
# set variables to zero first
# set variables to zero first
...
@@ -112,8 +113,6 @@ class aLIGO(object):
...
@@ -112,8 +113,6 @@ class aLIGO(object):
self
.
DARM
=
DOF
(
"
DARM
"
,
self
.
AS_DC
,
""
,
[
"
ETMX
"
,
"
ETMY
"
],
[
1
,
-
1
],
1.0
)
self
.
DARM
=
DOF
(
"
DARM
"
,
self
.
AS_DC
,
""
,
[
"
ETMX
"
,
"
ETMY
"
],
[
1
,
-
1
],
1.0
)
self
.
SRCL
=
DOF
(
"
SRCL
"
,
self
.
REFL_f2
,
"
I
"
,
"
SRM
"
,
1
,
1e2
)
self
.
SRCL
=
DOF
(
"
SRCL
"
,
self
.
REFL_f2
,
"
I
"
,
"
SRM
"
,
1
,
1e2
)
def
adjust_PRC_length
(
self
,
kat
,
verbose
=
False
):
def
adjust_PRC_length
(
self
,
kat
,
verbose
=
False
):
"""
"""
Adjust PRC length so that it fulfils the requirement
Adjust PRC length so that it fulfils the requirement
...
...
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