Skip to content
Snippets Groups Projects
Commit 1f285fa7 authored by chad.hanna's avatar chad.hanna
Browse files

gstlal_inspiral_marginalize_likelihoods_online: mix in previous samples

parent ad38ca71
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,10 @@ while true ; do
SERVER=$(cat ${REG}) || exit 1
ZEROLAG_COUNTS_URLS="${ZEROLAG_COUNTS_URLS} ${SERVER}${ZEROLAG_COUNTS_PATH}"
done || break
gstlal_inspiral_marginalize_likelihood --verbose --marginalize ranking-stat-pdf --density-estimate-zero-lag --output ${OUTPUT} ${RANKING_PDF_FILES} ${ZEROLAG_COUNTS_URLS} || break
# NOTE we mix in previous samples
cp -v ${OUTPUT} prev_${OUTPUT}
gstlal_inspiral_marginalize_likelihood --verbose --marginalize ranking-stat-pdf --density-estimate-zero-lag --output ${OUTPUT} ${RANKING_PDF_FILES} prev_${OUTPUT} ${ZEROLAG_COUNTS_URLS} || break
rm -vf prev_${OUTPUT}
date +"%H:%M:%S" >&2
rm -vf ${RANKING_PDF_FILES}
done
......
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