#include <lal/Units.h>#include <lal/LALInspiral.h>#include <lal/SeqFactories.h>Include dependency graph for LALSTPNWaveform.c:

Go to the source code of this file.
Data Structures | |
| struct | LALSTPNstructparams |
Typedefs | |
| typedef LALSTPNstructparams | LALSTPNparams |
Functions | |
| NRCSID (LALSTPNWAVEFORMC,"$Id: LALSTPNWaveform.c,v 1.17 2007/09/13 09:03:22 gareth Exp $") | |
| void | LALSTPNderivatives (REAL8Vector *values, REAL8Vector *dvalues, void *mparams) |
| void | LALSTPNWaveform (LALStatus *status, REAL4Vector *signal, InspiralTemplate *params) |
| void | LALSTPNWaveformTemplates (LALStatus *status, REAL4Vector *signal1, REAL4Vector *signal2, InspiralTemplate *params) |
| NRCSID (LALSTPNWAVEFORMFORINJECTIONC,"$Id: LALSTPNWaveform.c,v 1.17 2007/09/13 09:03:22 gareth Exp $") | |
| void | LALSTPNWaveformForInjection (LALStatus *status, CoherentGW *waveform, InspiralTemplate *params, PPNParamStruc *ppnParams) |
| void | LALSTPNWaveformEngine (LALStatus *status, REAL4Vector *signal1, REAL4Vector *signal2, REAL4Vector *a, REAL4Vector *ff, REAL8Vector *phi, REAL4Vector *shift, UINT4 *countback, InspiralTemplate *params, InspiralInit *paramsInit) |
| typedef struct LALSTPNstructparams LALSTPNparams |
| NRCSID | ( | LALSTPNWAVEFORMC | , | |
| "$Id: LALSTPNWaveform. | c, | |||
| v 1.17 2007/09/13 09:03:22 gareth Exp $" | ||||
| ) |
| void LALSTPNderivatives | ( | REAL8Vector * | values, | |
| REAL8Vector * | dvalues, | |||
| void * | mparams | |||
| ) |
Definition at line 92 of file LALSTPNWaveform.c.
| void LALSTPNWaveform | ( | LALStatus * | status, | |
| REAL4Vector * | signal, | |||
| InspiralTemplate * | params | |||
| ) |
Definition at line 303 of file LALSTPNWaveform.c.
| void LALSTPNWaveformTemplates | ( | LALStatus * | status, | |
| REAL4Vector * | signal1, | |||
| REAL4Vector * | signal2, | |||
| InspiralTemplate * | params | |||
| ) |
Definition at line 350 of file LALSTPNWaveform.c.
| NRCSID | ( | LALSTPNWAVEFORMFORINJECTIONC | , | |
| "$Id: LALSTPNWaveform. | c, | |||
| v 1.17 2007/09/13 09:03:22 gareth Exp $" | ||||
| ) |
| void LALSTPNWaveformForInjection | ( | LALStatus * | status, | |
| CoherentGW * | waveform, | |||
| InspiralTemplate * | params, | |||
| PPNParamStruc * | ppnParams | |||
| ) |
Definition at line 416 of file LALSTPNWaveform.c.
| void LALSTPNWaveformEngine | ( | LALStatus * | status, | |
| REAL4Vector * | signal1, | |||
| REAL4Vector * | signal2, | |||
| REAL4Vector * | a, | |||
| REAL4Vector * | ff, | |||
| REAL8Vector * | phi, | |||
| REAL4Vector * | shift, | |||
| UINT4 * | countback, | |||
| InspiralTemplate * | params, | |||
| InspiralInit * | paramsInit | |||
| ) |
Definition at line 642 of file LALSTPNWaveform.c.
1.5.2