Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
bd681cab
Commit
bd681cab
authored
Mar 11, 2019
by
Soichiro Morisaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lalinference_pipe_utils.py: force ifos to be user-specified ifos
parent
2d85cf8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lalinference/python/lalinference/lalinference_pipe_utils.py
lalinference/python/lalinference/lalinference_pipe_utils.py
+2
-0
No files found.
lalinference/python/lalinference/lalinference_pipe_utils.py
View file @
bd681cab
...
...
@@ -1357,6 +1357,8 @@ class LALInferencePipelineDAG(pipeline.CondorDAG):
Will determine the data to be read and the output file.
Will use all IFOs known to the DAG, unless otherwise specified as a list of strings
"""
if
self
.
config
.
has_option
(
'analysis'
,
'ifos'
):
ifos
=
ast
.
literal_eval
(
self
.
config
.
get
(
'analysis'
,
'ifos'
))
if
ifos
is
None
and
len
(
event
.
ifos
)
>
0
:
ifos
=
event
.
ifos
if
ifos
is
None
:
...
...
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