Skip to content
Snippets Groups Projects
Commit 10e1a3dd authored by Chad Hanna's avatar Chad Hanna Committed by Kipp Cannon
Browse files

gstlal_inspiral_marginalize_likelihoods_online: up the number of samples:...

gstlal_inspiral_marginalize_likelihoods_online: up the number of samples: FIXME we need to parallelize this so that we can do more samples online
parent 18669d0c
No related branches found
No related tags found
No related merge requests found
......@@ -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 100000 --output ${RANKING_PDF_FILE} ${SERVER}${LIKELIHOOD_PATH} || exit 1
gstlal_inspiral_calc_rank_pdfs --verbose --ranking-stat-samples 400000 --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