Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Geoffrey Mo
gwcelery
Commits
13e9b215
Commit
13e9b215
authored
Jun 26, 2020
by
Geoffrey Mo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Change production config to point at replay data"
This reverts commit
fe71b311
parent
d0d3f945
Pipeline
#144338
passed with stages
in 3 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
gwcelery/conf/production.py
gwcelery/conf/production.py
+10
-10
No files found.
gwcelery/conf/production.py
View file @
13e9b215
...
...
@@ -28,20 +28,20 @@ voevent_broadcaster_whitelist = ['capella2.gsfc.nasa.gov']
"""List of hosts from which the broker will accept connections.
If empty, then completely disable the broker's broadcast capability."""
llhoft_glob
=
'/dev/shm/kafka/{detector}
_O3
/*.gwf'
llhoft_glob
=
'/dev/shm/kafka/{detector}/*.gwf'
"""File glob for low-latency h(t) frames."""
low_latency_frame_types
=
{
'H1'
:
'H1_
O3_
llhoft'
,
'L1'
:
'L1_
O3_
llhoft'
,
'V1'
:
'V1_
O3_
llhoft'
}
low_latency_frame_types
=
{
'H1'
:
'H1_llhoft'
,
'L1'
:
'L1_llhoft'
,
'V1'
:
'V1_llhoft'
}
"""Types of frames used in Parameter Estimation (see
:mod:`gwcelery.tasks.inference`) and in cache creation for detchar
checks (see :mod:`gwcelery.tasks.detchar`).
"""
high_latency_frame_types
=
{
'H1'
:
None
,
'L1'
:
None
,
'V1'
:
No
ne
}
high_latency_frame_types
=
{
'H1'
:
'H1_HOFT_C00'
,
'L1'
:
'L1_HOFT_C00'
,
'V1'
:
'V1Onli
ne
'
}
"""Types of high latency frames used in Parameter Estimation
(see :mod:`gwcelery.tasks.inference`) and in cache creation for detchar
checks (see :mod:`gwcelery.tasks.detchar`).
...
...
@@ -51,9 +51,9 @@ idq_channels = ['H1:IDQ-PGLITCH_OVL_16_4096',
'L1:IDQ-PGLITCH_OVL_16_4096'
]
"""Low-latency iDQ p(glitch) channel names from live O3 frames"""
strain_channel_names
=
{
'H1'
:
'H1:GDS-CALIB_STRAIN_CLEAN
_O3Replay
'
,
'L1'
:
'L1:GDS-CALIB_STRAIN_CLEAN
_O3Replay
'
,
'V1'
:
'V1:Hrec_hoft_16384Hz
_O3Replay
'
}
strain_channel_names
=
{
'H1'
:
'H1:GDS-CALIB_STRAIN_CLEAN'
,
'L1'
:
'L1:GDS-CALIB_STRAIN_CLEAN'
,
'V1'
:
'V1:Hrec_hoft_16384Hz'
}
"""Names of h(t) channels used in Parameter Estimation (see
:mod:`gwcelery.tasks.inference`)"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment