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
69e058c8
Commit
69e058c8
authored
3 years ago
by
Roberto DePietri
Committed by
Roberto DePietri
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MDC frame file setting in playground
parent
8d940fef
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
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES.rst
+1
-1
1 addition, 1 deletion
CHANGES.rst
gwcelery/conf/__init__.py
+2
-2
2 additions, 2 deletions
gwcelery/conf/__init__.py
with
3 additions
and
3 deletions
CHANGES.rst
+
1
−
1
View file @
69e058c8
...
...
@@ -4,7 +4,7 @@ Changelog
1.0.1 (unreleased)
------------------
-
No changes yet
.
-
Configure the playground environment to read O3ReplayMDC frames
.
1.0.0 (2022-01-21)
------------------
...
...
This diff is collapsed.
Click to expand it.
gwcelery/conf/__init__.py
+
2
−
2
View file @
69e058c8
...
...
@@ -185,7 +185,7 @@ the DMT-DQ_VECTOR will be analyzed for data quality."""
llhoft_glob
=
'
/dev/shm/kafka/{detector}_O3ReplayMDC/*.gwf
'
"""
File glob for playground low-latency h(t) frames. Currently points
to O3 MDC Mock Data Challange data.
to O3 MDC Mock Data Challange data.
See https://git.ligo.org/emfollow/mock-data-challenge
"""
llhoft_channels
=
{
...
...
@@ -241,7 +241,7 @@ 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_INJ1_O3Replay
'
,
strain_channel_names
=
{
'
H1
'
:
'
H1:GDS-CALIB_STRAI
N
_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
...
...
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