LALPulsar  6.1.0.1-b72065a
FstatTimingModel Struct Reference

Detailed Description

Struct to carry the \( \mathcal{F} \) -statistic method-specific timing model in terms of a list of variable names and corresponding REAL4 values, including a help-string documenting the timing model variables.

See https://dcc.ligo.org/LIGO-T1600531-v4 for a more detailed discussion of the F-stat timing model.

Definition at line 326 of file ComputeFstat.h.

Data Fields

UINT4 numVariables
 
const charnames [TIMING_MODEL_MAX_VARS]
 
REAL4 values [TIMING_MODEL_MAX_VARS]
 
const charhelp
 

Field Documentation

◆ numVariables

UINT4 FstatTimingModel::numVariables

Definition at line 327 of file ComputeFstat.h.

◆ names

const char* FstatTimingModel::names[TIMING_MODEL_MAX_VARS]

Definition at line 328 of file ComputeFstat.h.

◆ values

REAL4 FstatTimingModel::values[TIMING_MODEL_MAX_VARS]

Definition at line 329 of file ComputeFstat.h.

◆ help

const char* FstatTimingModel::help

Definition at line 330 of file ComputeFstat.h.