LALPulsar  6.1.0.1-b72065a
transientCandidate_t Struct Reference

Detailed Description

Struct holding a transient CW candidate.

Definition at line 100 of file TransientCW_utils.h.

Data Fields

PulsarDopplerParams doppler
 Doppler params of this 'candidate'. More...
 
transientWindowRange_t windowRange
 type and parameters specifying the transient window range in {t0, tau} covered More...
 
transientFstatMap_tFstatMap
 F-statistic over transient-window range {t0, tau} AND ML-estimators { Fmax, t0_Fmax, tau_Fmax }. More...
 
REAL8 logBstat
 log of Bayes-factor, marginalized over transientWindowRange More...
 
REAL8 t0_MP
 maximum-posterior estimate for t0 More...
 
REAL8 tau_MP
 maximum-posterior estimate for tau More...
 

Field Documentation

◆ doppler

PulsarDopplerParams transientCandidate_t::doppler

Doppler params of this 'candidate'.

Definition at line 101 of file TransientCW_utils.h.

◆ windowRange

transientWindowRange_t transientCandidate_t::windowRange

type and parameters specifying the transient window range in {t0, tau} covered

Definition at line 102 of file TransientCW_utils.h.

◆ FstatMap

transientFstatMap_t* transientCandidate_t::FstatMap

F-statistic over transient-window range {t0, tau} AND ML-estimators { Fmax, t0_Fmax, tau_Fmax }.

Definition at line 103 of file TransientCW_utils.h.

◆ logBstat

REAL8 transientCandidate_t::logBstat

log of Bayes-factor, marginalized over transientWindowRange

Definition at line 104 of file TransientCW_utils.h.

◆ t0_MP

REAL8 transientCandidate_t::t0_MP

maximum-posterior estimate for t0

Definition at line 105 of file TransientCW_utils.h.

◆ tau_MP

REAL8 transientCandidate_t::tau_MP

maximum-posterior estimate for tau

Definition at line 106 of file TransientCW_utils.h.