Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
gwcelery
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Roberto DePietri
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
Changes
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'
:
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`)"""
...
...
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