Prototypes | |
| void | LALFindChirpInjectIMR (LALStatus *status, REAL4TimeSeries *chan, SimInspiralTable *events, SimRingdownTable *ringdownevents, COMPLEX8FrequencySeries *resp, INT4 injectSignalType) |
| Provides an interface between code build from FindChirp Package and various simulation packages for injecting chirps into data. More... | |
Go to the source code of this file.
| void LALFindChirpInjectIMR | ( | LALStatus * | status, |
| REAL4TimeSeries * | chan, | ||
| SimInspiralTable * | events, | ||
| SimRingdownTable * | ringdownevents, | ||
| COMPLEX8FrequencySeries * | resp, | ||
| INT4 | injectSignalType | ||
| ) |
Provides an interface between code build from FindChirp Package and various simulation packages for injecting chirps into data.
Injects the signals described in the linked list of SimInspiralTable structures events into the data chan. The response function resp should contain the response function to use when injecting the signals into the data.
Definition at line 64 of file FindChirpIMRSimulation.c.