LALPulsar 7.1.1.1-eeff03c
FstatCandidate Struct Reference

Detailed Description

What info do we want to store in our toplist?

Definition at line 93 of file ComputeFstatistic_v2.c.

Data Fields

PulsarDopplerParams doppler
 Doppler params of this 'candidate'. More...
 
REAL4 twoF
 F-statistic value. More...
 
UINT4 numDetectors
 number of detectors = effective vector length. More...
 
REAL4 twoFX [PULSAR_MAX_DETECTORS]
 vector of single-detector F-statistic values (array of fixed size) More...
 
LIGOTimeGPS FaFb_refTime
 reference time of Fa and Fb More...
 
COMPLEX16 Fa
 complex amplitude Fa More...
 
COMPLEX16 Fb
 complex amplitude Fb More...
 
AntennaPatternMatrix Mmunu
 antenna-pattern matrix Mmunu = (h_mu|h_nu) More...
 
REAL4 log10BSGL
 Line-robust statistic \( \log_{10}B_{\mathrm{SGL}} \). More...
 

Field Documentation

◆ doppler

PulsarDopplerParams FstatCandidate::doppler

Doppler params of this 'candidate'.

Definition at line 94 of file ComputeFstatistic_v2.c.

◆ twoF

REAL4 FstatCandidate::twoF

F-statistic value.

Definition at line 95 of file ComputeFstatistic_v2.c.

◆ numDetectors

UINT4 FstatCandidate::numDetectors

number of detectors = effective vector length.

numDetectors=0 should make all code ignore the FX field.

Definition at line 96 of file ComputeFstatistic_v2.c.

◆ twoFX

REAL4 FstatCandidate::twoFX[PULSAR_MAX_DETECTORS]

vector of single-detector F-statistic values (array of fixed size)

Definition at line 97 of file ComputeFstatistic_v2.c.

◆ FaFb_refTime

LIGOTimeGPS FstatCandidate::FaFb_refTime

reference time of Fa and Fb

Definition at line 98 of file ComputeFstatistic_v2.c.

◆ Fa

COMPLEX16 FstatCandidate::Fa

complex amplitude Fa

Definition at line 99 of file ComputeFstatistic_v2.c.

◆ Fb

COMPLEX16 FstatCandidate::Fb

complex amplitude Fb

Definition at line 100 of file ComputeFstatistic_v2.c.

◆ Mmunu

AntennaPatternMatrix FstatCandidate::Mmunu

antenna-pattern matrix Mmunu = (h_mu|h_nu)

Definition at line 101 of file ComputeFstatistic_v2.c.

◆ log10BSGL

REAL4 FstatCandidate::log10BSGL

Line-robust statistic \( \log_{10}B_{\mathrm{SGL}} \).

Definition at line 102 of file ComputeFstatistic_v2.c.