Skip to content
Snippets Groups Projects
Commit 9dc2f788 authored by Sarah Caudill's avatar Sarah Caudill
Browse files

Makefile.O2_offline_dag: updating pipe options and gstlal_inspiral_fake_diststats

parent f5f64c7c
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ dag : segments.xml.gz vetoes.xml.gz frame.cache inj_tisi.xml tisi.xml plots $(WE
--vetoes vetoes.xml.gz \
--frame-segments-name datasegments \
--control-peak-time $(PEAK) \
--template-bank gstlal_bank.xml.gz \
--num-banks $(NUMBANKS) \
--fir-stride 1 \
--web-dir $(WEBDIR) \
......@@ -182,6 +183,8 @@ dag : segments.xml.gz vetoes.xml.gz frame.cache inj_tisi.xml tisi.xml plots $(WE
--autocorrelation-length $(AC_LENGTH) \
$(ADDITIONAL_DAG_OPTIONS) \
$(CONDOR_COMMANDS) \
--ht-gate-threshold-linear 0.8:15.0-45.0:100.0 \
--min-log-L 3.5 \
--singles-threshold 100.0 \
--request-cpu 2 \
--request-memory 5GB \
......@@ -191,11 +194,10 @@ dag : segments.xml.gz vetoes.xml.gz frame.cache inj_tisi.xml tisi.xml plots $(WE
# Produce refrence likelihood file
reference_likelihood_file.xml.gz :
gstlal_ll_inspiral_create_prior_diststats \
gstlal_inspiral_fake_diststats \
--segment-and-horizon=H1:$(H1PRIORSTART):$(H1PRIORSTOP):$(H1PRIORRANGE) \
--segment-and-horizon=L1:$(L1PRIORSTART):$(L1PRIORSTOP):$(L1PRIORRANGE) \
--write-likelihood-basename $@ \
--num-templates 1000 \
--output $@ \
--min-instruments $(MIN_IFOS) \
--verbose
......
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