Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInspiral 5.0.3.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Header FindChirpPTF.h

Detailed Description

Provides structures and functions to filter interferometer data using the physical template family.

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

Synopsis

#include <lal/FindChirpPTF.h>

Prototypes

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)
 
INT4 XLALFindChirpPTFWaveform (REAL4Vector *PTFphi, REAL4Vector *PTFomega_2_3, REAL4VectorSequence *PTFe1, REAL4VectorSequence *PTFe2, InspiralTemplate *InspTmplt, REAL8 deltaT)
 

Files

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

Function Documentation

◆ XLALPTFOmegaPNCoeffsOrbital()

REAL4Vector * XLALPTFOmegaPNCoeffsOrbital ( REAL4  m1,
REAL4  m2 
)

Definition at line 186 of file FindChirpPTFWaveform.c.

◆ XLALPTFOmegaPNCoeffsSpin()

REAL4Vector * XLALPTFOmegaPNCoeffsSpin ( REAL4  m1,
REAL4  m2,
REAL4  chi1,
REAL4  chi2,
REAL4  Q1,
REAL4  Q2 
)

Definition at line 240 of file FindChirpPTFWaveform.c.

◆ XLALPTFOmegaPNCoeffsEnergy()

REAL4Vector * XLALPTFOmegaPNCoeffsEnergy ( REAL4  m1,
REAL4  m2,
REAL4  chi1,
REAL4  chi2,
REAL4  Q1,
REAL4  Q2 
)

Definition at line 287 of file FindChirpPTFWaveform.c.

◆ XLALFindChirpPTFWaveform()

INT4 XLALFindChirpPTFWaveform ( REAL4Vector PTFphi,
REAL4Vector PTFomega_2_3,
REAL4VectorSequence PTFe1,
REAL4VectorSequence PTFe2,
InspiralTemplate InspTmplt,
REAL8  deltaT 
)

Definition at line 426 of file FindChirpPTFWaveform.c.