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

gstlal_inspiral_marginalize_likelihoods_online: FIXME: for now lower the...

gstlal_inspiral_marginalize_likelihoods_online: FIXME: for now lower the number of samples per bin to 40,000 giving about 10 million for the O2 bank.  We could use more but this program will need to be parallelized.
parent f486ecbc
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ ZEROLAG_COUNTS_PATH="zerolag_rankingstatpdf.xml"
# pause for each iteration (seconds)
#
SLEEP="600"
SLEEP="60"
#
# loop forever
......@@ -89,7 +89,7 @@ while true ; do
SERVER=$(cat ${REG}) || exit 1
RANKING_PDF_FILE=$(mktemp --suffix .xml.gz) || exit 1
RANKING_PDF_FILES="${RANKING_PDF_FILES} ${RANKING_PDF_FILE}"
gstlal_inspiral_calc_rank_pdfs --verbose --ranking-stat-samples 400000 --output ${RANKING_PDF_FILE} ${SERVER}${LIKELIHOOD_PATH} || exit 1
gstlal_inspiral_calc_rank_pdfs --verbose --ranking-stat-samples 40000 --output ${RANKING_PDF_FILE} ${SERVER}${LIKELIHOOD_PATH} || exit 1
done || break
date +"%H:%M:%S" >&2
......
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