The source project of this merge request has been removed.
inspawgfile.c: port from LALSSInjectTimeSeries()
Description
This patch replaces LALSSInjectTimeSeries() with XLALSimAddInjectionREAL4TimeSeries().
API Changes and Justification
Backwards Compatible Changes
-
This change introduces no API changes -
This change adds new API calls
Backwards Incompatible Changes
-
This change modifies an existing API -
This change removes an existing API
Review Status
not reviewed. LALSSInjectTimeSeries() is a low-pass filter. and should not be used. in this particular application it's probably not so bad since the source time series is substantially over-sampled and if the use for this code was to generate hardware injections at the full sample rate of h(t) then the low-pass filter effect would be relatively small over the range of frequencies occupied by inspiral injections. however, if this program could ever be used to generate injections into nearly critically sampled data the effect might still be significant.