Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gwcelery
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
emfollow
gwcelery
Commits
8d940fef
Commit
8d940fef
authored
3 years ago
by
Roberto DePietri
Committed by
Leo Pound Singer
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Configuration for O3MDC
https://git.ligo.org/emfollow/mock-data-challenge
parent
3af54584
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!846
Configuration for O3MDC https://git.ligo.org/emfollow/mock-data-challenge
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gwcelery/conf/__init__.py
+9
-8
9 additions, 8 deletions
gwcelery/conf/__init__.py
with
9 additions
and
8 deletions
gwcelery/conf/__init__.py
+
9
−
8
View file @
8d940fef
...
...
@@ -183,9 +183,10 @@ uses_gatedhoft = {'gstlal': True,
"""
Whether or not a pipeline uses gated h(t). Determines whether or not
the DMT-DQ_VECTOR will be analyzed for data quality.
"""
llhoft_glob
=
'
/dev/shm/kafka/{detector}_O3/*.gwf
'
llhoft_glob
=
'
/dev/shm/kafka/{detector}_O3
ReplayMDC
/*.gwf
'
"""
File glob for playground low-latency h(t) frames. Currently points
to O3 replay data.
"""
to O3 MDC Mock Data Challange data.
See https://git.ligo.org/emfollow/mock-data-challenge
"""
llhoft_channels
=
{
'
H1:DMT-DQ_VECTOR
'
:
'
dmt_dq_vector_bits
'
,
...
...
@@ -224,9 +225,9 @@ idq_veto = {'gstlal': False,
Currently all False, pending iDQ review (should be done before O3).
"""
low_latency_frame_types
=
{
'
H1
'
:
'
H1_O3_llhoft
'
,
'
L1
'
:
'
L1_O3_llhoft
'
,
'
V1
'
:
'
V1_O3_llhoft
'
}
low_latency_frame_types
=
{
'
H1
'
:
'
H1_O3
ReplayMDC
_llhoft
'
,
'
L1
'
:
'
L1_O3
ReplayMDC
_llhoft
'
,
'
V1
'
:
'
V1_O3
ReplayMDC
_llhoft
'
}
"""
Types of low latency frames used in Parameter Estimation (see
:mod:`gwcelery.tasks.inference`) and in cache creation for detchar
checks (see :mod:`gwcelery.tasks.detchar`).
...
...
@@ -240,9 +241,9 @@ creation for detchar checks. They do not exist for O3Replay data. (see
:mod:`gwcelery.tasks.inference` and :mod:`gwcelery.tasks.detchar`)
"""
strain_channel_names
=
{
'
H1
'
:
'
H1:GDS-CALIB_STRAI
N
_O3Replay
'
,
'
L1
'
:
'
L1:GDS-CALIB_STRAIN_O3Replay
'
,
'
V1
'
:
'
V1:Hrec_hoft_16384Hz_O3Replay
'
}
strain_channel_names
=
{
'
H1
'
:
'
H1:GDS-CALIB_STRAI
_INJ1
_O3Replay
'
,
'
L1
'
:
'
L1:GDS-CALIB_STRAIN_
INJ1_
O3Replay
'
,
'
V1
'
:
'
V1:Hrec_hoft_16384Hz_
INJ1_
O3Replay
'
}
"""
Names of h(t) channels used in Parameter Estimation (see
:mod:`gwcelery.tasks.inference`) and in detchar omegascan creation
(see :mod:`gwcelery.tasks.detchar`).
"""
...
...
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