LALSimulation 6.2.0.1-eeff03c
AlignedSpinRemnantFitData Struct Reference

Detailed Description

NRSurRemnant GPR fit data for the mass, spin, and recoil kick for aligned-spin BBHs.

The final mass, z-component of the final spin, and x and y components of the recoil kick are included as scalars. The other components of the spin and kick are zero due to the symmetries of aligned-spin systems and are not modelled by the surrogate.

Definition at line 84 of file LALSimNRSurRemnantUtils.h.

Data Fields

UINT4 setup
 Indicates if NRSurRemnant has been initialized. More...
 
UINT4 params_dim
 Dimensions of the model. More...
 
ScalarFitDatamf_data
 Fit data for final mass. More...
 
ScalarFitDatachifz_data
 Fit data for final mass. More...
 
ScalarFitDatavfx_data
 Fit data for final mass. More...
 
ScalarFitDatavfy_data
 Fit data for final mass. More...
 
gsl_matrix * x_train
 Training set parameters, needed for GPR fits. More...
 

Field Documentation

◆ setup

UINT4 AlignedSpinRemnantFitData::setup

Indicates if NRSurRemnant has been initialized.

Definition at line 85 of file LALSimNRSurRemnantUtils.h.

◆ params_dim

UINT4 AlignedSpinRemnantFitData::params_dim

Dimensions of the model.

Definition at line 86 of file LALSimNRSurRemnantUtils.h.

◆ mf_data

ScalarFitData* AlignedSpinRemnantFitData::mf_data

Fit data for final mass.

Definition at line 87 of file LALSimNRSurRemnantUtils.h.

◆ chifz_data

ScalarFitData* AlignedSpinRemnantFitData::chifz_data

Fit data for final mass.

Definition at line 88 of file LALSimNRSurRemnantUtils.h.

◆ vfx_data

ScalarFitData* AlignedSpinRemnantFitData::vfx_data

Fit data for final mass.

Definition at line 89 of file LALSimNRSurRemnantUtils.h.

◆ vfy_data

ScalarFitData* AlignedSpinRemnantFitData::vfy_data

Fit data for final mass.

Definition at line 90 of file LALSimNRSurRemnantUtils.h.

◆ x_train

gsl_matrix* AlignedSpinRemnantFitData::x_train

Training set parameters, needed for GPR fits.

Definition at line 91 of file LALSimNRSurRemnantUtils.h.