NRHybSur surrogate data for all modes, to be loaded from a h5 file.
Definition at line 115 of file LALSimNRHybSurUtilities.h.
Data Fields | |
UINT4 | setup |
Indicates if NRHybSur has been initialized. More... | |
UINT4 | num_modes_modeled |
Number of modeled modes. More... | |
int | phaseAlignIdx |
Alignment index for phase data piece. More... | |
REAL8 | params_dim |
Dimensions of the model. More... | |
gsl_vector * | domain |
Common time samples for the surrogate. More... | |
gsl_vector * | TaylorT3_factor_without_eta |
Precomputed quantity for use in evaluating the 0PN TaylorT3 phase contribution. More... | |
gsl_matrix_long * | mode_list |
List of modeled modes, first element is always (2,2). More... | |
gsl_matrix * | x_train |
Training set parameters, needed for GPR fits. More... | |
ModeDataPieces ** | mode_data_pieces |
Data pieces of all modes, same order as mode_list. More... | |
UINT4 NRHybSurData::setup |
Indicates if NRHybSur has been initialized.
Definition at line 116 of file LALSimNRHybSurUtilities.h.
UINT4 NRHybSurData::num_modes_modeled |
Number of modeled modes.
Definition at line 117 of file LALSimNRHybSurUtilities.h.
int NRHybSurData::phaseAlignIdx |
Alignment index for phase data piece.
Definition at line 118 of file LALSimNRHybSurUtilities.h.
REAL8 NRHybSurData::params_dim |
Dimensions of the model.
Definition at line 119 of file LALSimNRHybSurUtilities.h.
gsl_vector* NRHybSurData::domain |
Common time samples for the surrogate.
Definition at line 120 of file LALSimNRHybSurUtilities.h.
gsl_vector* NRHybSurData::TaylorT3_factor_without_eta |
Precomputed quantity for use in evaluating the 0PN TaylorT3 phase contribution.
Definition at line 121 of file LALSimNRHybSurUtilities.h.
gsl_matrix_long* NRHybSurData::mode_list |
List of modeled modes, first element is always (2,2).
Definition at line 123 of file LALSimNRHybSurUtilities.h.
gsl_matrix* NRHybSurData::x_train |
Training set parameters, needed for GPR fits.
Definition at line 125 of file LALSimNRHybSurUtilities.h.
ModeDataPieces** NRHybSurData::mode_data_pieces |
Data pieces of all modes, same order as mode_list.
Definition at line 126 of file LALSimNRHybSurUtilities.h.