Skip to content
Snippets Groups Projects
Commit c83d692f authored by chad.hanna's avatar chad.hanna Committed by Kipp Cannon
Browse files

gstlal_inspiral_marginalize_likelihoods_online: add some comments about mixing in previous samples

parent af22fbd8
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ while true ; do
SERVER=$(cat ${REG}) || exit 1
ZEROLAG_COUNTS_URLS="${ZEROLAG_COUNTS_URLS} ${SERVER}${ZEROLAG_COUNTS_PATH}"
done || break
# NOTE we mix in previous samples
# NOTE comment this to unmix in previous samples
if [ -f ${OUTPUT} ]; then
cp -v ${OUTPUT} prev_${OUTPUT}
PREV_OUTPUT=prev_${OUTPUT}
......@@ -118,6 +118,8 @@ while true ; do
PREV_OUTPUT=""
fi
echo "Previous output: " ${PREV_OUTPUT}
#PREV_OUTPUT=""
# ENDNOTE
gstlal_inspiral_marginalize_likelihood --verbose --marginalize ranking-stat-pdf --density-estimate-zero-lag --output ${OUTPUT} ${RANKING_PDF_FILES} ${PREV_OUTPUT} ${ZEROLAG_COUNTS_URLS} || break
date +"%H:%M:%S" >&2
rm -vf ${RANKING_PDF_FILES}
......
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