Skip to content

Added NR functionality to XLALInspiralTDWaveformFromSimInspiral(), needed for gstlal

Ryan Lang requested to merge ryan-lang/lalsuite:NRinjections into master

GstLAL uses the function XLALInspiralTDWaveformFromSimInspiral(). Currently it does not support NR_hdf5 waveforms because the NR data filepath is not passed to subsequent functions. This fix passes the filepath to XLALSimInspiralTD().

Merge request reports