LALInspiral 5.0.3.1-eeff03c
LALInspiralSBankOverlap.h File Reference

Prototypes

WSXLALCreateSBankWorkspaceCache (void)
 
void XLALDestroySBankWorkspaceCache (WS *workspace_cache)
 
REAL8 XLALInspiralSBankComputeMatch (const COMPLEX8FrequencySeries *inj, const COMPLEX8FrequencySeries *tmplt, WS *workspace_cache)
 
REAL8 XLALInspiralSBankComputeRealMatch (const COMPLEX8FrequencySeries *inj, const COMPLEX8FrequencySeries *tmplt, WS *workspace_cache)
 
REAL8 XLALInspiralSBankComputeMatchMaxSkyLoc (const COMPLEX8FrequencySeries *hp, const COMPLEX8FrequencySeries *hc, const REAL8 hphccorr, const COMPLEX8FrequencySeries *proposal, WS *workspace_cache1, WS *workspace_cache2)
 
REAL8 XLALInspiralSBankComputeMatchMaxSkyLocNoPhase (const COMPLEX8FrequencySeries *hp, const COMPLEX8FrequencySeries *hc, const REAL8 hphccorr, const COMPLEX8FrequencySeries *proposal, WS *workspace_cache1, WS *workspace_cache2)
 

Go to the source code of this file.

Data Structures

struct  WS
 

Function Documentation

◆ XLALCreateSBankWorkspaceCache()

WS * XLALCreateSBankWorkspaceCache ( void  )

Definition at line 38 of file LALInspiralSBankOverlap.c.

◆ XLALDestroySBankWorkspaceCache()

void XLALDestroySBankWorkspaceCache ( WS workspace_cache)

Definition at line 44 of file LALInspiralSBankOverlap.c.

◆ XLALInspiralSBankComputeMatch()

REAL8 XLALInspiralSBankComputeMatch ( const COMPLEX8FrequencySeries inj,
const COMPLEX8FrequencySeries tmplt,
WS workspace_cache 
)

Definition at line 120 of file LALInspiralSBankOverlap.c.

◆ XLALInspiralSBankComputeRealMatch()

REAL8 XLALInspiralSBankComputeRealMatch ( const COMPLEX8FrequencySeries inj,
const COMPLEX8FrequencySeries tmplt,
WS workspace_cache 
)

Definition at line 169 of file LALInspiralSBankOverlap.c.

◆ XLALInspiralSBankComputeMatchMaxSkyLoc()

REAL8 XLALInspiralSBankComputeMatchMaxSkyLoc ( const COMPLEX8FrequencySeries hp,
const COMPLEX8FrequencySeries hc,
const REAL8  hphccorr,
const COMPLEX8FrequencySeries proposal,
WS workspace_cache1,
WS workspace_cache2 
)

Definition at line 208 of file LALInspiralSBankOverlap.c.

◆ XLALInspiralSBankComputeMatchMaxSkyLocNoPhase()

REAL8 XLALInspiralSBankComputeMatchMaxSkyLocNoPhase ( const COMPLEX8FrequencySeries hp,
const COMPLEX8FrequencySeries hc,
const REAL8  hphccorr,
const COMPLEX8FrequencySeries proposal,
WS workspace_cache1,
WS workspace_cache2 
)

Definition at line 285 of file LALInspiralSBankOverlap.c.