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) |
| #define __USE_ISOC99 1 |
Definition at line 22 of file RecalcToplistStats.c.
| #define TRUE (1==1) |
Definition at line 26 of file RecalcToplistStats.c.
| #define FALSE (1==0) |
Definition at line 27 of file RecalcToplistStats.c.
| 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.
| list | list of cancidates with f, sky position etc. - no output so far |
| recalcParams | additional input values and parameters |
Definition at line 43 of file RecalcToplistStats.c.
| 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.
| [out] | recalcStats | structure containing multi TwoF, single TwoF, BSGL |
| dopplerParams | sky position, frequency and fdot for a given candidate | |
| recalcParams | additional input values and parameters |
Definition at line 146 of file RecalcToplistStats.c.