Pdet dependencies
Loading
Maintenance will be performed on git.ligo.org, containers.ligo.org, and docs.ligo.org on Tuesday 22 April 2025 starting at approximately 9am PDT. It is expected to take around 30 minutes and there will be several periods of downtime throughout the maintenance. Please address any comments, concerns, or questions to the helpdesk. This maintenance will be upgrading the GitLab database in order to be ready for the migration.
updated the dependencies in eventgen.transforms.Pdet
to only rely on net_snr
, meaning eventgen.transforms.SNR
must have been appended to each EventGenerator
before Pdet
. This is done so we can re-compute the pdet
attribute with different SNR thresholds without having to re-generate the waveforms (or know the network) for each event.
There is a corresponding change in exposure
here.