Skip to content
Snippets Groups Projects
Commit fe71b311 authored by Geoffrey Mo's avatar Geoffrey Mo
Browse files

Change production config to point at replay data

parent 400df5a7
No related branches found
No related tags found
1 merge request!795Change production config to point at replay data
......@@ -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}/*.gwf'
llhoft_glob = '/dev/shm/kafka/{detector}_O3/*.gwf'
"""File glob for low-latency h(t) frames."""
low_latency_frame_types = {'H1': 'H1_llhoft',
'L1': 'L1_llhoft',
'V1': 'V1_llhoft'}
low_latency_frame_types = {'H1': 'H1_O3_llhoft',
'L1': 'L1_O3_llhoft',
'V1': 'V1_O3_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': 'H1_HOFT_C00',
'L1': 'L1_HOFT_C00',
'V1': 'V1Online'}
high_latency_frame_types = {'H1': None,
'L1': None,
'V1': None}
"""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',
'L1': 'L1:GDS-CALIB_STRAIN_CLEAN',
'V1': 'V1:Hrec_hoft_16384Hz'}
strain_channel_names = {'H1': 'H1:GDS-CALIB_STRAIN_CLEAN_O3Replay',
'L1': 'L1:GDS-CALIB_STRAIN_CLEAN_O3Replay',
'V1': 'V1:Hrec_hoft_16384Hz_O3Replay'}
"""Names of h(t) channels used in Parameter Estimation (see
:mod:`gwcelery.tasks.inference`)"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment