Prototypes | |
| int | XLALTaylorF2ReducedSpin (REAL4Vector *signalvec, InspiralTemplate *params) |
| Generate the "reduced-spin templates" proposed in http://arxiv.org/abs/1107.1267. More... | |
| int | XLALTaylorF2ReducedSpinTemplates (REAL4Vector *signalvec1, REAL4Vector *signalvec2, InspiralTemplate *params) |
| Generate two orthogonal "reduced-spin" templates. More... | |
| REAL8 | XLALChirpTimeReducedSpin (REAL8 v, REAL8 m1, REAL8 m2, REAL8 spin1, REAL8 spin2, UINT4 pnOrder) |
| Compute the chirp time of the "reduced-spin" templates. More... | |
Go to the source code of this file.
| int XLALTaylorF2ReducedSpin | ( | REAL4Vector * | signalvec, |
| InspiralTemplate * | params | ||
| ) |
Generate the "reduced-spin templates" proposed in http://arxiv.org/abs/1107.1267.
Definition at line 26 of file LALTaylorF2ReducedSpin.c.
| int XLALTaylorF2ReducedSpinTemplates | ( | REAL4Vector * | signalvec1, |
| REAL4Vector * | signalvec2, | ||
| InspiralTemplate * | params | ||
| ) |
Generate two orthogonal "reduced-spin" templates.
Definition at line 232 of file LALTaylorF2ReducedSpin.c.