Skip to content

inspawgfile.c: port from LALSSInjectTimeSeries()

Kipp Cannon requested to merge (removed):port_inspawfile_to_lalsimulation into master

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.

Merge request reports