LALApps 10.1.0.1-eeff03c
FindChirpIMRSimulation.h File Reference

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.

Function Documentation

◆ LALFindChirpInjectIMR()

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.

Author
Brown, D. A. and Creighton, T. D

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.