Skip to content

Fix issues discovered in injection-only runs

Patrick Godwin requested to merge boundaries into main

While doing this run, discovered that not passing in segments causes an issue with offline runs, so add an extra case to deal when frame segments are not defined.

The rest has to do with fixes in missed injections:

  • Fix off-by-one issue in saving features to disk. This systematically missed the last row in a given save cadence for HDF5 files.
  • Unconditionally use the time domain whitener. This appears to result in less missed injections.

Merge request reports