LALApps 10.1.0.1-eeff03c
FindChirpSPTemplate.c File Reference

Provides functions to create stationary phase inspiral templates in a form that can be used by the FindChirpFilter() function. More...

Prototypes

static double XLALFindChirpChirpTime (double m1, double m2, double fLower, int order)
 
void LALFindChirpSPTemplate (LALStatus *status, FindChirpTemplate *fcTmplt, InspiralTemplate *tmplt, FindChirpTmpltParams *params)
 

Detailed Description

Provides functions to create stationary phase inspiral templates in a form that can be used by the FindChirpFilter() function.

Author
Brown, D. A.

Prototypes

The function LALFindChirpSPTemplate() creates the stationary phase template as described by the algorithm below.

Algorithm

Blah.

Uses

LALFree()
#define LALCalloc(m, n)
void LALDestroyVector(LALStatus *, REAL4Vector **)
void LALCreateVector(LALStatus *, REAL4Vector **, UINT4)

Notes

Definition in file FindChirpSPTemplate.c.

Go to the source code of this file.

Function Documentation

◆ XLALFindChirpChirpTime()

static double XLALFindChirpChirpTime ( double  m1,
double  m2,
double  fLower,
int  order 
)
static

Definition at line 69 of file FindChirpSPTemplate.c.