Skip to content

fix logic in testing if injection is in segment, move to injection

Colm Talbot requested to merge injection_bug_fix into master

The previous logic testing if an injection was within the segment had a bug.

This fixes that bug and moves the check into the Interferometer.inject_signal method.

Merge request reports