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... | |
PulsarDopplerParams FstatCandidate::doppler |
Doppler params of this 'candidate'.
Definition at line 94 of file ComputeFstatistic_v2.c.
REAL4 FstatCandidate::twoF |
F-statistic value.
Definition at line 95 of file ComputeFstatistic_v2.c.
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.
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.
LIGOTimeGPS FstatCandidate::FaFb_refTime |
reference time of Fa and Fb
Definition at line 98 of file ComputeFstatistic_v2.c.
COMPLEX16 FstatCandidate::Fa |
complex amplitude Fa
Definition at line 99 of file ComputeFstatistic_v2.c.
COMPLEX16 FstatCandidate::Fb |
complex amplitude Fb
Definition at line 100 of file ComputeFstatistic_v2.c.
AntennaPatternMatrix FstatCandidate::Mmunu |
antenna-pattern matrix Mmunu = (h_mu|h_nu)
Definition at line 101 of file ComputeFstatistic_v2.c.
REAL4 FstatCandidate::log10BSGL |
Line-robust statistic \( \log_{10}B_{\mathrm{SGL}} \).
Definition at line 102 of file ComputeFstatistic_v2.c.