LALPulsar  6.1.0.1-b72065a
transientFstatMap_t Struct Reference

Detailed Description

Struct holding a transient-window "F-statistic map" over start-time and timescale {t0, tau}.

This contains a 2D matrix F_mn, with m = index over start-times t0, and n = index over timescales tau, in steps of dt0 in [t0, t0+t0Band], and dtau in [tau, tau+tauBand] as defined in transientWindowRange.

Definition at line 91 of file TransientCW_utils.h.

Data Fields

gsl_matrix * F_mn
 "payload" F-map: F_mn for t0_m = t0 + m*dt0, and tau_n = tau + n*dtau More...
 
REAL8 maxF
 maximal F-value obtained over transientWindowRange More...
 
UINT4 t0_ML
 maximum-likelihood estimator for start-time t0 of max{2F} over transientWindowRange (in GPS seconds) More...
 
UINT4 tau_ML
 maximum-likelihood estimator for duration Tcoh of max{2F} over the transientWindowRange (in seconds) More...
 

Field Documentation

◆ F_mn

gsl_matrix* transientFstatMap_t::F_mn

"payload" F-map: F_mn for t0_m = t0 + m*dt0, and tau_n = tau + n*dtau

Definition at line 92 of file TransientCW_utils.h.

◆ maxF

REAL8 transientFstatMap_t::maxF

maximal F-value obtained over transientWindowRange

Definition at line 93 of file TransientCW_utils.h.

◆ t0_ML

UINT4 transientFstatMap_t::t0_ML

maximum-likelihood estimator for start-time t0 of max{2F} over transientWindowRange (in GPS seconds)

Definition at line 94 of file TransientCW_utils.h.

◆ tau_ML

UINT4 transientFstatMap_t::tau_ML

maximum-likelihood estimator for duration Tcoh of max{2F} over the transientWindowRange (in seconds)

Definition at line 95 of file TransientCW_utils.h.