Skip to content

Changes in rapidpe config template to use specific options for high snr triggers

VINAYA VALSAN requested to merge vinaya.valsan/gwcelery:rapidpe_high_snr into main
  • 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 and no-adapt for snr<37.5
    • use internal-use-lnL for snr>=37.5

Other changes in this MR include;

  • cProfile=True saves detailed python 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 and mdc_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

Merge request reports