Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Duncan Macleod
gstlal
Commits
27a1ade1
Commit
27a1ade1
authored
6 years ago
by
Aaron Viets
Browse files
Options
Downloads
Patches
Plain Diff
gstlal-calibration tests: Updated command in Makefile for comparing test calibration to C02.
parent
a82ccc79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-calibration/tests/check_calibration/Makefile
+3
-3
3 additions, 3 deletions
gstlal-calibration/tests/check_calibration/Makefile
with
3 additions
and
3 deletions
gstlal-calibration/tests/check_calibration/Makefile
+
3
−
3
View file @
27a1ade1
...
...
@@ -12,7 +12,7 @@ START = 1186944000
END
=
1186945024
SHMRUNTIME
=
400
# How much time does the calibration need to settle at the start and end?
PLOT_WARMUP_TIME
=
80
00
PLOT_WARMUP_TIME
=
3
00
PLOT_COOLDOWN_TIME
=
64
GDSCONFIGS
=
../../config_files/PreER13/L1/tests/L1GDS_1222058826_frames.ini
...
...
@@ -90,10 +90,10 @@ latency_test: $(IFO)1_hoft_GDS_SHM_frames.cache
python latency_plot.py
--intime-file
gstlal_compute_strain_timestamps_in.txt
--outtime-file
gstlal_compute_strain_timestamps_out.txt
--plot-filename-prefix
$(
IFO
)
1GDS_latency
--plot-title
'
$(
IFO
)
1 Calibration Latency vs Time'
GDS_over_C02
:
$(IFO)1_hoft_GDS_frames.cache $(IFO)1_C02_frames.cache
python plot_transfer_function.py
--gps-start-time
$(
PLOT_START
)
--gps-end-time
$(
PLOT_END
)
--ifo
$(
IFO
)
1
--
numer
ator-frame-cache
$(
IFO
)
1_
hoft_GDS
_frames.cache
--denominator-frame-cache
$(
IFO
)
1_
C02
_frames.cache
--numerator-channel-
name
GDS-CALIB_STRAIN
--
denominator-channel-name
DCS-CALIB_STRAIN_C02
--magnitude-min
0.7
--magnitude-max
1.3
--phase-min
-20
.0
--phase-max
20.0
--
plot-title
'GDS Test / C02 Transfer Function
'
python plot_transfer_function.py
--gps-start-time
$(
PLOT_START
)
--gps-end-time
$(
PLOT_END
)
--ifo
$(
IFO
)
1
--
denomin
ator-frame-cache
$(
IFO
)
1_
C02
_frames.cache
--denominator-
channel-name
DCS-CALIB_STRAIN_C02
--numerator-
frame-cache
-list
$(
IFO
)
1_
hoft_GDS
_frames.cache
--numerator-channel-
list
GDS-CALIB_STRAIN
--
use-median
--magnitude-min
0.7
--magnitude-max
1.3
--phase-min
-20
.0
--phase-max
20.0
--
labels
'GDS / C02
'
DCS_over_C02
:
$(IFO)1_hoft_DCS_FCC_frames.cache $(IFO)1_C02_frames.cache
python plot_transfer_function.py
--gps-start-time
$(
PLOT_START
)
--gps-end-time
$(
PLOT_END
)
--ifo
$(
IFO
)
1
--
numer
ator-frame-cache
$(
IFO
)
1_
hoft_DCS_FCC
_frames.cache
--denominator-frame-cache
$(
IFO
)
1_
C02
_frames.cache
--numerator-channel-
name
DCS-CALIB_STRAIN
--
denominator-channel-name
DCS-CALIB_STRAIN_C02
--magnitude-min
0.7
--magnitude-max
1.3
--phase-min
-20
.0
--phase-max
20.0
--
plot-title
'DCS Test / C02 Transfer Function
'
python plot_transfer_function.py
--gps-start-time
$(
PLOT_START
)
--gps-end-time
$(
PLOT_END
)
--ifo
$(
IFO
)
1
--
denomin
ator-frame-cache
$(
IFO
)
1_
C02
_frames.cache
--denominator-
channel-name
DCS-CALIB_STRAIN_C02
--numerator-
frame-cache
-list
$(
IFO
)
1_
hoft_DCS_FCC
_frames.cache
--numerator-channel-
list
DCS-CALIB_STRAIN
--
use-median
--magnitude-min
0.7
--magnitude-max
1.3
--phase-min
-20
.0
--phase-max
20.0
--
labels
'DCS / C02
'
noise_subtraction_tf_DCS
:
$(IFO)1_hoft_DCS_frames.cache
python plot_transfer_function.py
--gps-start-time
$(
PLOT_START
)
--gps-end-time
$(
PLOT_END
)
--ifo
$(
IFO
)
1
--numerator-frame-cache
$(
IFO
)
1_hoft_DCS_frames.cache
--denominator-frame-cache
$(
IFO
)
1_hoft_DCS_frames.cache
--numerator-channel-name
DCS-CALIB_STRAIN_CLEAN
--denominator-channel-name
DCS-CALIB_STRAIN
--magnitude-min
0.0
--magnitude-max
1.5
--phase-min
-20
.0
--phase-max
20.0
--plot-title
'Noise Subtraction Transfer Function'
...
...
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