Skip to content
Snippets Groups Projects

Revert "Change production config to point at replay data"

Merged Geoffrey Mo requested to merge revert-fe71b311 into master
All threads resolved!
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
+ 10
10
@@ -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': None}
high_latency_frame_types = {'H1': 'H1_HOFT_C00',
'L1': 'L1_HOFT_C00',
'V1': 'V1Online'}
"""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`)"""
Loading