LALPulsar 7.1.1.1-eeff03c
FstatInput Struct Reference

Detailed Description

XLALComputeFstat() input data structure.

Encapsulates all data, buffers, etc. used by the \( \mathcal{F} \) -statistic methods.

Definition at line 44 of file ComputeFstat.c.

Data Fields

REAL8 Tsft
 
REAL8 minFreqFull
 
REAL8 maxFreqFull
 
int singleFreqBin
 
FstatMethodType method
 
FstatCommon common
 
intworkspace_refcount
 
FstatMethodFuncs method_funcs
 
void * method_data
 

Field Documentation

◆ Tsft

REAL8 FstatInput::Tsft

Definition at line 45 of file ComputeFstat.c.

◆ minFreqFull

REAL8 FstatInput::minFreqFull

Definition at line 46 of file ComputeFstat.c.

◆ maxFreqFull

REAL8 FstatInput::maxFreqFull

Definition at line 47 of file ComputeFstat.c.

◆ singleFreqBin

int FstatInput::singleFreqBin

Definition at line 48 of file ComputeFstat.c.

◆ method

FstatMethodType FstatInput::method

Definition at line 49 of file ComputeFstat.c.

◆ common

FstatCommon FstatInput::common

Definition at line 50 of file ComputeFstat.c.

◆ workspace_refcount

int* FstatInput::workspace_refcount

Definition at line 51 of file ComputeFstat.c.

◆ method_funcs

FstatMethodFuncs FstatInput::method_funcs

Definition at line 52 of file ComputeFstat.c.

◆ method_data

void* FstatInput::method_data

Definition at line 53 of file ComputeFstat.c.