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 |
| int * | workspace_refcount |
| FstatMethodFuncs | method_funcs |
| void * | method_data |
| REAL8 FstatInput::Tsft |
Definition at line 45 of file ComputeFstat.c.
| REAL8 FstatInput::minFreqFull |
Definition at line 46 of file ComputeFstat.c.
| REAL8 FstatInput::maxFreqFull |
Definition at line 47 of file ComputeFstat.c.
| int FstatInput::singleFreqBin |
Definition at line 48 of file ComputeFstat.c.
| FstatMethodType FstatInput::method |
Definition at line 49 of file ComputeFstat.c.
| FstatCommon FstatInput::common |
Definition at line 50 of file ComputeFstat.c.
| int* FstatInput::workspace_refcount |
Definition at line 51 of file ComputeFstat.c.
| FstatMethodFuncs FstatInput::method_funcs |
Definition at line 52 of file ComputeFstat.c.
| void* FstatInput::method_data |
Definition at line 53 of file ComputeFstat.c.