LALPulsar  6.1.0.1-b72065a
FstatTimingGeneric Struct Reference

Detailed Description

Generic F-stat timing coefficients (times in seconds) [see https://dcc.ligo.org/LIGO-T1600531-v4 for details] tauF_eff = tauF_core + b * tauF_buffer where 'b' denotes the fraction of times per call to XLALComputeFstat() the buffer needed to be recomputed ==> b = NBufferMisses / NCalls
".

Note: All timing numbers are averaged over repeated calls to XLALComputeFstat(for fixed-setup)

Definition at line 307 of file ComputeFstat.h.

Data Fields

REAL4 tauF_eff
 
REAL4 tauF_core
 
REAL4 tauF_buffer
 
UINT4 NFbin
 
UINT4 Ndet
 
REAL4 NCalls
 
REAL4 NBufferMisses
 
const charhelp
 

Field Documentation

◆ tauF_eff

REAL4 FstatTimingGeneric::tauF_eff

Definition at line 308 of file ComputeFstat.h.

◆ tauF_core

REAL4 FstatTimingGeneric::tauF_core

Definition at line 309 of file ComputeFstat.h.

◆ tauF_buffer

REAL4 FstatTimingGeneric::tauF_buffer

Definition at line 310 of file ComputeFstat.h.

◆ NFbin

UINT4 FstatTimingGeneric::NFbin

Definition at line 311 of file ComputeFstat.h.

◆ Ndet

UINT4 FstatTimingGeneric::Ndet

Definition at line 312 of file ComputeFstat.h.

◆ NCalls

REAL4 FstatTimingGeneric::NCalls

Definition at line 313 of file ComputeFstat.h.

◆ NBufferMisses

REAL4 FstatTimingGeneric::NBufferMisses

Definition at line 314 of file ComputeFstat.h.

◆ help

const char* FstatTimingGeneric::help

Definition at line 315 of file ComputeFstat.h.