LALSimulation  5.4.0.1-89842e6
IMRPhenomX_PNR_angle_spline Struct Reference

Detailed Description

Author
Eleanor Hamilton, Sebastian Khan, Jonathan E. Thompson

Definition at line 58 of file LALSimIMRPhenomX_PNR_internals.h.

Data Fields

gsl_spline * alpha_spline
 alpha cubic spline More...
 
gsl_spline * beta_spline
 beta cubic spline More...
 
gsl_spline * gamma_spline
 gamma cubic spline More...
 
gsl_interp_accel * alpha_acc
 alpha cubic spline accelerator More...
 
gsl_interp_accel * beta_acc
 beta cubic spline accelerator More...
 
gsl_interp_accel * gamma_acc
 gamma cubic spline accelerator More...
 

Field Documentation

◆ alpha_spline

gsl_spline* IMRPhenomX_PNR_angle_spline::alpha_spline

alpha cubic spline

Definition at line 60 of file LALSimIMRPhenomX_PNR_internals.h.

◆ beta_spline

gsl_spline* IMRPhenomX_PNR_angle_spline::beta_spline

beta cubic spline

Definition at line 61 of file LALSimIMRPhenomX_PNR_internals.h.

◆ gamma_spline

gsl_spline* IMRPhenomX_PNR_angle_spline::gamma_spline

gamma cubic spline

Definition at line 62 of file LALSimIMRPhenomX_PNR_internals.h.

◆ alpha_acc

gsl_interp_accel* IMRPhenomX_PNR_angle_spline::alpha_acc

alpha cubic spline accelerator

Definition at line 63 of file LALSimIMRPhenomX_PNR_internals.h.

◆ beta_acc

gsl_interp_accel* IMRPhenomX_PNR_angle_spline::beta_acc

beta cubic spline accelerator

Definition at line 64 of file LALSimIMRPhenomX_PNR_internals.h.

◆ gamma_acc

gsl_interp_accel* IMRPhenomX_PNR_angle_spline::gamma_acc

gamma cubic spline accelerator

Definition at line 65 of file LALSimIMRPhenomX_PNR_internals.h.