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

Prototypes

int XLALComputeExtraStatsForToplist (toplist_t *list, const RecalcStatsParams *recalcParams)
 XLAL function to go through a (Hough or GCT) toplist and compute line-robust statistics for each candidate. More...
 
int XLALComputeExtraStatsSemiCoherent (RecalcStatsComponents *recalcStats, const PulsarDopplerParams *dopplerParams, const RecalcStatsParams *recalcParams)
 XLAL Function to recalculate multi-IFO F-stat 2F and single-IFO 2FX for all semicoherent search segments This returns AVERAGE F-stats over segments, not sums. More...
 

Go to the source code of this file.

Macros

#define __USE_ISOC99   1
 
#define TRUE   (1==1)
 
#define FALSE   (1==0)
 

Macro Definition Documentation

◆ __USE_ISOC99

#define __USE_ISOC99   1

Definition at line 22 of file RecalcToplistStats.c.

◆ TRUE

#define TRUE   (1==1)

Definition at line 26 of file RecalcToplistStats.c.

◆ FALSE

#define FALSE   (1==0)

Definition at line 27 of file RecalcToplistStats.c.

Function Documentation

◆ XLALComputeExtraStatsForToplist()

int XLALComputeExtraStatsForToplist ( toplist_t list,
const RecalcStatsParams recalcParams 
)

XLAL function to go through a (Hough or GCT) toplist and compute line-robust statistics for each candidate.

Parameters
listlist of cancidates with f, sky position etc. - no output so far
recalcParamsadditional input values and parameters

Definition at line 43 of file RecalcToplistStats.c.

◆ XLALComputeExtraStatsSemiCoherent()

int XLALComputeExtraStatsSemiCoherent ( RecalcStatsComponents recalcStats,
const PulsarDopplerParams dopplerParams,
const RecalcStatsParams recalcParams 
)

XLAL Function to recalculate multi-IFO F-stat 2F and single-IFO 2FX for all semicoherent search segments This returns AVERAGE F-stats over segments, not sums.

Parameters
[out]recalcStatsstructure containing multi TwoF, single TwoF, BSGL
dopplerParamssky position, frequency and fdot for a given candidate
recalcParamsadditional input values and parameters

Definition at line 146 of file RecalcToplistStats.c.