Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
NRHybSurData Struct Reference

Detailed Description

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...
 

Field Documentation

◆ setup

UINT4 NRHybSurData::setup

Indicates if NRHybSur has been initialized.

Definition at line 116 of file LALSimNRHybSurUtilities.h.

◆ num_modes_modeled

UINT4 NRHybSurData::num_modes_modeled

Number of modeled modes.

Definition at line 117 of file LALSimNRHybSurUtilities.h.

◆ phaseAlignIdx

int NRHybSurData::phaseAlignIdx

Alignment index for phase data piece.

Definition at line 118 of file LALSimNRHybSurUtilities.h.

◆ params_dim

REAL8 NRHybSurData::params_dim

Dimensions of the model.

Definition at line 119 of file LALSimNRHybSurUtilities.h.

◆ domain

gsl_vector* NRHybSurData::domain

Common time samples for the surrogate.

Definition at line 120 of file LALSimNRHybSurUtilities.h.

◆ TaylorT3_factor_without_eta

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.

◆ mode_list

gsl_matrix_long* NRHybSurData::mode_list

List of modeled modes, first element is always (2,2).

Definition at line 123 of file LALSimNRHybSurUtilities.h.

◆ x_train

gsl_matrix* NRHybSurData::x_train

Training set parameters, needed for GPR fits.

Definition at line 125 of file LALSimNRHybSurUtilities.h.

◆ mode_data_pieces

ModeDataPieces** NRHybSurData::mode_data_pieces

Data pieces of all modes, same order as mode_list.

Definition at line 126 of file LALSimNRHybSurUtilities.h.