Module to generate STPN (spinning binaries) waveforms in agreement with the injecttion package (return a CoherentGW structure). More...
Prototypes | |
| void | LALSTPNderivatives (REAL8Vector *values, REAL8Vector *dvalues, void *mparams) |
| void | LALSTPNWaveform (LALStatus *status, REAL4Vector *signalvec, InspiralTemplate *params) |
| void | LALSTPNWaveformTemplates (LALStatus *status, REAL4Vector *signalvec1, REAL4Vector *signalvec2, InspiralTemplate *params) |
| void | LALSTPNWaveformForInjection (LALStatus *status, CoherentGW *waveform, InspiralTemplate *params, PPNParamStruc *ppnParams) |
| void | LALSTPNWaveformEngine (LALStatus *status, REAL4Vector *signalvec1, REAL4Vector *signalvec2, REAL4Vector *a, REAL4Vector *ff, REAL8Vector *phi, REAL4Vector *shift, UINT4 *countback, InspiralTemplate *params, InspiralInit *paramsInit) |
Module to generate STPN (spinning binaries) waveforms in agreement with the injecttion package (return a CoherentGW structure).
Definition in file LALSTPNWaveform.c.
Go to the source code of this file.
Data Structures | |
| struct | LALSTPNparams |
Variables | |
| int | newswitch = 0 |
| void LALSTPNderivatives | ( | REAL8Vector * | values, |
| REAL8Vector * | dvalues, | ||
| void * | mparams | ||
| ) |
Definition at line 61 of file LALSTPNWaveform.c.
| void LALSTPNWaveform | ( | LALStatus * | status, |
| REAL4Vector * | signalvec, | ||
| InspiralTemplate * | params | ||
| ) |
Definition at line 272 of file LALSTPNWaveform.c.
| void LALSTPNWaveformTemplates | ( | LALStatus * | status, |
| REAL4Vector * | signalvec1, | ||
| REAL4Vector * | signalvec2, | ||
| InspiralTemplate * | params | ||
| ) |
Definition at line 319 of file LALSTPNWaveform.c.
| void LALSTPNWaveformForInjection | ( | LALStatus * | status, |
| CoherentGW * | waveform, | ||
| InspiralTemplate * | params, | ||
| PPNParamStruc * | ppnParams | ||
| ) |
Definition at line 382 of file LALSTPNWaveform.c.
| void LALSTPNWaveformEngine | ( | LALStatus * | status, |
| REAL4Vector * | signalvec1, | ||
| REAL4Vector * | signalvec2, | ||
| REAL4Vector * | a, | ||
| REAL4Vector * | ff, | ||
| REAL8Vector * | phi, | ||
| REAL4Vector * | shift, | ||
| UINT4 * | countback, | ||
| InspiralTemplate * | params, | ||
| InspiralInit * | paramsInit | ||
| ) |
Definition at line 619 of file LALSTPNWaveform.c.
| int newswitch = 0 |
Definition at line 379 of file LALSTPNWaveform.c.