Core package to analyze gravitational-wave data, find signals, and study their parameters. This package was used in the first direct detection of gravitational waves (GW150914), and is used in the ongoing analysis of LIGO/Virgo data.
[ ] The vetoed injections category is now ambiguous. It used to contain vetoed injections by looking for cases with reweighted SNR = 0, but now the cut by reweighted SNR threshold happens here (and similarly in other post-processing scripts) and not in pycbc_multi_inspiral. At the same time, vetoes are not in yet, so we are simply counting injections cut away by the reweighted SNR threshold.
[x] We also need to decide how/where to store exclusion distances. At the moment they are calculated and not written to file. It is straightforward to create a nice looking table for the results webpage, but we often use these numbers also in population-like studies so we need to make them easily accessible. A json file perhaps?
pycbc_multi_inspiral
. At the same time, vetoes are not in yet, so we are simply counting injections cut away by the reweighted SNR threshold.