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) |
| REAL4Vector * | XLALPTFOmegaPNCoeffsOrbital (REAL4 m1, REAL4 m2) |
| REAL4Vector * | XLALPTFOmegaPNCoeffsSpin (REAL4 m1, REAL4 m2, REAL4 chi1, REAL4 chi2, REAL4 Q1, REAL4 Q2) |
| REAL4Vector * | XLALPTFOmegaPNCoeffsEnergy (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) |
Provides functions to create physical template family templates in a form that can be used by the FindChirpPTFFilter() function.
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.
Blah.
Definition in file FindChirpPTFWaveform.c.
Go to the source code of this file.
Data Structures | |
| struct | ptf_evolution_params_t |
|
static |
Definition at line 65 of file FindChirpPTFWaveform.c.
Definition at line 351 of file FindChirpPTFWaveform.c.
Definition at line 360 of file FindChirpPTFWaveform.c.