#include <lal/LALStdlib.h>#include <lal/DetectorSite.h>#include <lal/SkyCoordinates.h>#include <lal/LALBarycenter.h>Include dependency graph for SimulateInspiral.h:

Go to the source code of this file.
Data Structures | |
| struct | tagSimulateInspiralParamStruc |
Defines | |
| #define | SIMULATEINSPIRALH_ENUL 1 |
| #define | SIMULATEINSPIRALH_EMEM 2 |
| #define | SIMULATEINSPIRALH_EDF 3 |
| #define | SIMULATEINSPIRALH_EBAD 4 |
| #define | SIMULATEINSPIRALH_MSGENUL "Unexpected null pointer in arguments" |
| #define | SIMULATEINSPIRALH_MSGEMEM "Memory allocation error" |
| #define | SIMULATEINSPIRALH_MSGEDF "Transfer frequency interval is zero" |
| #define | SIMULATEINSPIRALH_MSGEBAD "Bad parameters: ac and dEff are negative" |
Typedefs | |
| typedef tagSimulateInspiralParamStruc | SimulateInspiralParamStruc |
Functions | |
| NRCSID (SIMULATEINSPIRALH,"$Id: SimulateInspiral.h,v 1.4 2007/06/08 14:41:47 bema Exp $") | |
| void | LALSimulateInspiral (LALStatus *, REAL4TimeSeries *output, COMPLEX8FrequencySeries *transfer, SimulateInspiralParamStruc *params) |
| #define SIMULATEINSPIRALH_ENUL 1 |
Definition at line 119 of file SimulateInspiral.h.
| #define SIMULATEINSPIRALH_EMEM 2 |
Definition at line 120 of file SimulateInspiral.h.
| #define SIMULATEINSPIRALH_EDF 3 |
Definition at line 121 of file SimulateInspiral.h.
| #define SIMULATEINSPIRALH_EBAD 4 |
Definition at line 122 of file SimulateInspiral.h.
| #define SIMULATEINSPIRALH_MSGENUL "Unexpected null pointer in arguments" |
Definition at line 124 of file SimulateInspiral.h.
| #define SIMULATEINSPIRALH_MSGEMEM "Memory allocation error" |
Definition at line 125 of file SimulateInspiral.h.
| #define SIMULATEINSPIRALH_MSGEDF "Transfer frequency interval is zero" |
Definition at line 126 of file SimulateInspiral.h.
| #define SIMULATEINSPIRALH_MSGEBAD "Bad parameters: ac and dEff are negative" |
Definition at line 127 of file SimulateInspiral.h.
| typedef struct tagSimulateInspiralParamStruc SimulateInspiralParamStruc |
| NRCSID | ( | SIMULATEINSPIRALH | , | |
| "$Id: SimulateInspiral. | h, | |||
| v 1.4 2007/06/08 14:41:47 bema Exp $" | ||||
| ) |
| void LALSimulateInspiral | ( | LALStatus * | , | |
| REAL4TimeSeries * | output, | |||
| COMPLEX8FrequencySeries * | transfer, | |||
| SimulateInspiralParamStruc * | params | |||
| ) |
Definition at line 201 of file SimulateInspiral.c.
1.5.2