Skip to content
Snippets Groups Projects
Commit 69f1d196 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_inspiral_marginalize_likelihoods_online: don't accumulate background...

gstlal_inspiral_marginalize_likelihoods_online: don't accumulate background samples since they are already drawn from a cumulative distribution
parent 85653ae6
No related branches found
No related tags found
No related merge requests found
......@@ -95,14 +95,8 @@ while true ; do
done || break
# sum the noise and signal model ranking statistic histograms
# across jobs, and include the sum from the previous iteration to
# build up statistics over time.
if [-s ${BACKGROUND_COUNTS}]
then
gstlal_inspiral_marginalize_likelihood --verbose --output ${BACKGROUND_COUNTS} ${BACKGROUND_COUNTS} ${RANKING_PDF_FILES} || break
else
gstlal_inspiral_marginalize_likelihood --verbose --output ${BACKGROUND_COUNTS} ${RANKING_PDF_FILES} || break
fi
# across jobs
gstlal_inspiral_marginalize_likelihood --verbose --output ${BACKGROUND_COUNTS} ${RANKING_PDF_FILES} || break
rm -vf ${RANKING_PDF_FILES}
# collect and sum the current observed zero-lag ranking statistic
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment