Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
gstlal
Commits
cbfd64b3
Commit
cbfd64b3
authored
Aug 21, 2019
by
Chad Hanna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gstlal_inspiral_pipe: put background prior back to 1 count
(cherry picked from commit
b7cca460
)
parent
351d1ad8
Pipeline
#75899
passed with stages
in 21 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gstlal-inspiral/bin/gstlal_inspiral_pipe
gstlal-inspiral/bin/gstlal_inspiral_pipe
+1
-1
No files found.
gstlal-inspiral/bin/gstlal_inspiral_pipe
View file @
cbfd64b3
...
...
@@ -511,7 +511,7 @@ def rank_and_merge(dag, createPriorDistStatsJob, calcRankPDFsJob, calcRankPDFsWi
# the time being.
priornode
=
dagparts
.
DAGNode
(
createPriorDistStatsJob
,
dag
,
parent_nodes
=
[
one_ifo_svd_nodes
[
n
]]
+
mass_model_add_node
or
[],
opts
=
{
"instrument"
:
instrument_set
,
"background-prior"
:
1
0000
,
"min-instruments"
:
options
.
min_instruments
,
"df"
:
"bandwidth"
,
"coincidence-threshold"
:
options
.
coincidence_threshold
},
opts
=
{
"instrument"
:
instrument_set
,
"background-prior"
:
1
,
"min-instruments"
:
options
.
min_instruments
,
"df"
:
"bandwidth"
,
"coincidence-threshold"
:
options
.
coincidence_threshold
},
input_files
=
{
"svd-file"
:
one_ifo_svd_nodes
[
n
].
output_files
[
"write-svd"
],
"mass-model-file"
:
mass_model_file
,
"dtdphi-file"
:
svd_to_dtdphi_map
[
n
],
"psd-xml"
:
ref_psd
},
output_files
=
{
"write-likelihood"
:
dagparts
.
T050017_filename
(
instruments
,
'%04d_CREATE_PRIOR_DIST_STATS'
%
(
n
,),
boundary_seg
,
'.xml.gz'
,
path
=
createPriorDistStatsJob
.
output_path
)}
)
...
...
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