Changes in rapidpe config template to use specific options for high snr triggers
-
High snr triggers fail due to some overflow in RIFT. To fix this, we are using slightly different config options based on the snr of the trigger. -
use manual-logarithm-offset
andno-adapt
forsnr<37.5
-
use internal-use-lnL
forsnr>=37.5
-
Other changes in this MR include;
-
cProfile=True
saves detailedpython cProfile
timing info for the full rapidpe run. We decided to do this for only the test and dev triggers. -
the mdc_event_injection_file
andmdc_time_offset
are used to map triggers to injections. We modified the config template to do this for only the playground triggers.
Edited by VINAYA VALSAN