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

Detailed Description

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

Field Documentation

◆ setup

UINT4 PrecessingNRSurData::setup

Indicates if this has been initialized.

Definition at line 163 of file LALSimIMRPrecessingNRSur.h.

◆ LMax

int PrecessingNRSurData::LMax

Maximum ell mode that will ever be evaluated.

Definition at line 164 of file LALSimIMRPrecessingNRSur.h.

◆ t_ds

gsl_vector* PrecessingNRSurData::t_ds

Definition at line 165 of file LALSimIMRPrecessingNRSur.h.

◆ t_ds_half_times

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.

◆ t_coorb

gsl_vector* PrecessingNRSurData::t_coorb

Vector of the coorbital surrogate output times.

Definition at line 167 of file LALSimIMRPrecessingNRSur.h.

◆ ds_node_data

DynamicsNodeFitData** PrecessingNRSurData::ds_node_data

Definition at line 168 of file LALSimIMRPrecessingNRSur.h.

◆ ds_half_node_data

DynamicsNodeFitData** PrecessingNRSurData::ds_half_node_data

A DynamicsNodeFitData for each time in t_ds.

Definition at line 169 of file LALSimIMRPrecessingNRSur.h.

◆ coorbital_mode_data

WaveformFixedEllModeData** PrecessingNRSurData::coorbital_mode_data

A DynamicsNodeFitData for each time in t_ds_half_times.

Definition at line 170 of file LALSimIMRPrecessingNRSur.h.

◆ PrecessingNRSurVersion

UINT4 PrecessingNRSurData::PrecessingNRSurVersion

One for each 2 <= ell <= LMax.

0 for NRSur7dq2, 1 for NRSur7dq4

Definition at line 171 of file LALSimIMRPrecessingNRSur.h.