All data needed by the full surrogate model.
Definition at line 162 of file LALSimIMRPrecessingNRSur.h.
Data Fields | |
UINT4 | setup |
Indicates if this has been initialized. More... | |
int | LMax |
Maximum ell mode that will ever be evaluated. More... | |
gsl_vector * | t_ds |
gsl_vector * | t_ds_half_times |
Vector of the dynamics surrogate node times, not including half times. More... | |
gsl_vector * | t_coorb |
Vector of the coorbital surrogate output times. More... | |
DynamicsNodeFitData ** | ds_node_data |
DynamicsNodeFitData ** | ds_half_node_data |
A DynamicsNodeFitData for each time in t_ds. More... | |
WaveformFixedEllModeData ** | coorbital_mode_data |
A DynamicsNodeFitData for each time in t_ds_half_times. More... | |
UINT4 | PrecessingNRSurVersion |
One for each 2 <= ell <= LMax. More... | |
UINT4 PrecessingNRSurData::setup |
Indicates if this has been initialized.
Definition at line 163 of file LALSimIMRPrecessingNRSur.h.
int PrecessingNRSurData::LMax |
Maximum ell mode that will ever be evaluated.
Definition at line 164 of file LALSimIMRPrecessingNRSur.h.
gsl_vector* PrecessingNRSurData::t_ds |
Definition at line 165 of file LALSimIMRPrecessingNRSur.h.
gsl_vector* PrecessingNRSurData::t_ds_half_times |
Vector of the dynamics surrogate node times, not including half times.
t_1/2, t_3/2, and t_5/2 used to start up integration
Definition at line 166 of file LALSimIMRPrecessingNRSur.h.
gsl_vector* PrecessingNRSurData::t_coorb |
Vector of the coorbital surrogate output times.
Definition at line 167 of file LALSimIMRPrecessingNRSur.h.
DynamicsNodeFitData** PrecessingNRSurData::ds_node_data |
Definition at line 168 of file LALSimIMRPrecessingNRSur.h.
DynamicsNodeFitData** PrecessingNRSurData::ds_half_node_data |
A DynamicsNodeFitData for each time in t_ds.
Definition at line 169 of file LALSimIMRPrecessingNRSur.h.
WaveformFixedEllModeData** PrecessingNRSurData::coorbital_mode_data |
A DynamicsNodeFitData for each time in t_ds_half_times.
Definition at line 170 of file LALSimIMRPrecessingNRSur.h.
UINT4 PrecessingNRSurData::PrecessingNRSurVersion |
One for each 2 <= ell <= LMax.
0 for NRSur7dq2, 1 for NRSur7dq4
Definition at line 171 of file LALSimIMRPrecessingNRSur.h.