LALPulsar  6.1.0.1-b72065a
FstatAtomVector Struct Reference

Detailed Description

A vector of \( \mathcal{F} \) -statistic 'atoms', i.e.

all per-SFT quantities required to compute the \( \mathcal{F} \) -statistic, for one detector X.

Definition at line 174 of file ComputeFstat.h.

Data Fields

UINT4 length
 Number of per-SFT 'atoms'. More...
 
FstatAtomdata
 Array of FstatAtom pointers of given length. More...
 
UINT4 TAtom
 Time-baseline of 'atoms', typically \( T_{\mathrm{sft}} \) . More...
 

Field Documentation

◆ length

UINT4 FstatAtomVector::length

Number of per-SFT 'atoms'.

Definition at line 178 of file ComputeFstat.h.

◆ data

FstatAtom* FstatAtomVector::data

Array of FstatAtom pointers of given length.

Definition at line 179 of file ComputeFstat.h.

◆ TAtom

UINT4 FstatAtomVector::TAtom

Time-baseline of 'atoms', typically \( T_{\mathrm{sft}} \) .

Definition at line 180 of file ComputeFstat.h.