Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALApps 10.1.0.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
coh_PTF_template.c File Reference

Prototypes

void coh_PTF_template (FindChirpTemplate *fcTmplt, InspiralTemplate *InspTmplt, FindChirpTmpltParams *params)
 
void coh_PTF_template_PTF (FindChirpTemplate *fcTmplt, InspiralTemplate *InspTmplt, FindChirpTmpltParams *params)
 
void coh_PTF_normalize (struct coh_PTF_params *params, FindChirpTemplate *fcTmplt, REAL4FrequencySeries *invspec, REAL8Array *PTFM, REAL8Array *PTFN, COMPLEX8VectorSequence *PTFqVec, COMPLEX8FrequencySeries *sgmnt, COMPLEX8FFTPlan *invPlan, UINT4 spinTemplate)
 
void coh_PTF_template_overlaps (struct coh_PTF_params *params, FindChirpTemplate *fcTmplt1, FindChirpTemplate *fcTmplt2, REAL4FrequencySeries *invspec, UINT4 spinBank, REAL8Array *PTFM)
 
void coh_PTF_complex_template_overlaps (struct coh_PTF_params *params, FindChirpTemplate *fcTmplt1, FindChirpTemplate *fcTmplt2, REAL4FrequencySeries *invspec, UINT4 spinBank, COMPLEX8Array *PTFM)
 
void coh_PTF_bank_filters (struct coh_PTF_params *params, FindChirpTemplate *fcTmplt, UINT4 spinBank, COMPLEX8FrequencySeries *sgmnt, COMPLEX8FFTPlan *invBankPlan, COMPLEX8VectorSequence *PTFqVec, COMPLEX8VectorSequence *PTFBankqVec, REAL8 f_min, REAL8 fFinal)
 
void coh_PTF_auto_veto_overlaps (struct coh_PTF_params *params, FindChirpTemplate *fcTmplt, struct bankComplexTemplateOverlaps *autoTempOverlaps, REAL4FrequencySeries *invspec, COMPLEX8FFTPlan *invBankPlan, UINT4 spinBank, UINT4 numAutoPoints, UINT4 timeStepPoints, UINT4 ifoNumber)
 

Go to the source code of this file.

Function Documentation

◆ coh_PTF_template()

void coh_PTF_template ( FindChirpTemplate fcTmplt,
InspiralTemplate InspTmplt,
FindChirpTmpltParams params 
)

Definition at line 25 of file coh_PTF_template.c.

◆ coh_PTF_template_PTF()

void coh_PTF_template_PTF ( FindChirpTemplate fcTmplt,
InspiralTemplate InspTmplt,
FindChirpTmpltParams params 
)

Definition at line 55 of file coh_PTF_template.c.

◆ coh_PTF_normalize()

void coh_PTF_normalize ( struct coh_PTF_params params,
FindChirpTemplate fcTmplt,
REAL4FrequencySeries invspec,
REAL8Array PTFM,
REAL8Array PTFN,
COMPLEX8VectorSequence PTFqVec,
COMPLEX8FrequencySeries sgmnt,
COMPLEX8FFTPlan *  invPlan,
UINT4  spinTemplate 
)

Definition at line 186 of file coh_PTF_template.c.

◆ coh_PTF_template_overlaps()

void coh_PTF_template_overlaps ( struct coh_PTF_params params,
FindChirpTemplate fcTmplt1,
FindChirpTemplate fcTmplt2,
REAL4FrequencySeries invspec,
UINT4  spinBank,
REAL8Array PTFM 
)

Definition at line 341 of file coh_PTF_template.c.

◆ coh_PTF_complex_template_overlaps()

void coh_PTF_complex_template_overlaps ( struct coh_PTF_params params,
FindChirpTemplate fcTmplt1,
FindChirpTemplate fcTmplt2,
REAL4FrequencySeries invspec,
UINT4  spinBank,
COMPLEX8Array PTFM 
)

Definition at line 393 of file coh_PTF_template.c.

◆ coh_PTF_bank_filters()

void coh_PTF_bank_filters ( struct coh_PTF_params params,
FindChirpTemplate fcTmplt,
UINT4  spinBank,
COMPLEX8FrequencySeries sgmnt,
COMPLEX8FFTPlan *  invBankPlan,
COMPLEX8VectorSequence PTFqVec,
COMPLEX8VectorSequence PTFBankqVec,
REAL8  f_min,
REAL8  fFinal 
)

Definition at line 450 of file coh_PTF_template.c.

◆ coh_PTF_auto_veto_overlaps()

void coh_PTF_auto_veto_overlaps ( struct coh_PTF_params params,
FindChirpTemplate fcTmplt,
struct bankComplexTemplateOverlaps autoTempOverlaps,
REAL4FrequencySeries invspec,
COMPLEX8FFTPlan *  invBankPlan,
UINT4  spinBank,
UINT4  numAutoPoints,
UINT4  timeStepPoints,
UINT4  ifoNumber 
)

Definition at line 535 of file coh_PTF_template.c.