We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07edaf7 commit c7f35f1Copy full SHA for c7f35f1
2 files changed
tutorial/inference_4_bbh_example/gw150914_like.ini
@@ -39,7 +39,8 @@ max-delta_tc = 0.1
39
; we need to provide tc to the waveform generator
40
name = custom
41
inputs = delta_tc
42
-tc = trigger_time + delta_tc
+; we will use the trigger time from the data section
43
+tc = ${data|trigger-time} + delta_tc
44
45
[prior-mass1]
46
name = uniform
tutorial/inference_4_bbh_example/run.sh
@@ -5,11 +5,11 @@ PRIOR_CONFIG=gw150914_like.ini
5
DATA_CONFIG=data.ini
6
SAMPLER_CONFIG=emcee_pt-gw150914_like.ini
7
8
-OUTPUT_PATH=inference.hdf
+OUTPUT_PATH=bbh_results.hdf
9
10
# the following sets the number of cores to use; adjust as needed to
11
# your computer's capabilities
12
-NPROCS=10
+NPROCS=8
13
14
# run sampler
15
# Running with OMP_NUM_THREADS=1 stops lalsimulation
0 commit comments