LALInspiral 5.0.3.1-eeff03c
FindChirpPTFWaveform.c File Reference

Provides functions to create physical template family templates in a form that can be used by the FindChirpPTFFilter() function. More...

Prototypes

static INT4 XLALPTFWaveformDerivatives (REAL8 UNUSED t, const REAL8 y[11], REAL8 dydt[11], void *params)
 
REAL4VectorXLALPTFOmegaPNCoeffsOrbital (REAL4 m1, REAL4 m2)
 
REAL4VectorXLALPTFOmegaPNCoeffsSpin (REAL4 m1, REAL4 m2, REAL4 chi1, REAL4 chi2, REAL4 Q1, REAL4 Q2)
 
REAL4VectorXLALPTFOmegaPNCoeffsEnergy (REAL4 m1, REAL4 m2, REAL4 chi1, REAL4 chi2, REAL4 Q1, REAL4 Q2)
 
static REAL4 spin_so_coeff (REAL4 ma, REAL4 mb)
 
static REAL4 orbital_coeff (REAL4 m1, REAL4 m2)
 
static REAL4 stpn_orbital_energy (REAL8 omega, REAL8 LNhat_dot_S1, REAL8 LNhat_dot_S2, REAL8 S1_dot_S2, REAL4 m1, REAL4 m2, REAL4 chi1, REAL4 chi2, REAL4Vector *pn_params)
 
INT4 XLALFindChirpPTFWaveform (REAL4Vector *PTFphi, REAL4Vector *PTFomega_2_3, REAL4VectorSequence *PTFe1, REAL4VectorSequence *PTFe2, InspiralTemplate *InspTmplt, REAL8 deltaT)
 

Detailed Description

Provides functions to create physical template family templates in a form that can be used by the FindChirpPTFFilter() function.

Author
Brown, D. A., and Fazi, D.

Prototypes

The function LALFindChirpPTFWaveform() creates vectors containing the evolution of the dynamical variables needed by the physical template family template as described by the algorithm below.

Algorithm

Blah.

Definition in file FindChirpPTFWaveform.c.

Go to the source code of this file.

Data Structures

struct  ptf_evolution_params_t
 

Function Documentation

◆ XLALPTFWaveformDerivatives()

static INT4 XLALPTFWaveformDerivatives ( REAL8 UNUSED  t,
const REAL8  y[11],
REAL8  dydt[11],
void *  params 
)
static

Definition at line 65 of file FindChirpPTFWaveform.c.

◆ spin_so_coeff()

static REAL4 spin_so_coeff ( REAL4  ma,
REAL4  mb 
)
static

Definition at line 351 of file FindChirpPTFWaveform.c.

◆ orbital_coeff()

static REAL4 orbital_coeff ( REAL4  m1,
REAL4  m2 
)
static

Definition at line 360 of file FindChirpPTFWaveform.c.

◆ stpn_orbital_energy()

static REAL4 stpn_orbital_energy ( REAL8  omega,
REAL8  LNhat_dot_S1,
REAL8  LNhat_dot_S2,
REAL8  S1_dot_S2,
REAL4  m1,
REAL4  m2,
REAL4  chi1,
REAL4  chi2,
REAL4Vector pn_params 
)
static

Definition at line 367 of file FindChirpPTFWaveform.c.