NRHybSur evaluated data for a single mode.
For the (2,2) mode only the amplitude is stored in this struct. The phase is computed separately as it is needed for all modes to transform from the coorbital frame to the inertial frame. For all other modes the real and imaginary parts of the strain in the coorbital frame are stored. Only the required data pieces for a given mode will be evaluated.
Definition at line 140 of file LALSimNRHybSurUtilities.h.
Data Fields | |
UINT4 | ell |
Mode \( \ell \) value. More... | |
UINT4 | m |
Mode m value. More... | |
gsl_vector * | ampl_eval |
Amplitude data piece evaluation. More... | |
gsl_vector * | coorb_re_eval |
Coorbital frame real part evaluation. More... | |
gsl_vector * | coorb_im_eval |
Coorbital frame imag part evaluation. More... | |
UINT4 EvaluatedDataPieces::ell |
Mode \( \ell \) value.
Definition at line 141 of file LALSimNRHybSurUtilities.h.
UINT4 EvaluatedDataPieces::m |
Mode m value.
Definition at line 142 of file LALSimNRHybSurUtilities.h.
gsl_vector* EvaluatedDataPieces::ampl_eval |
Amplitude data piece evaluation.
Definition at line 143 of file LALSimNRHybSurUtilities.h.
gsl_vector* EvaluatedDataPieces::coorb_re_eval |
Coorbital frame real part evaluation.
Definition at line 144 of file LALSimNRHybSurUtilities.h.
gsl_vector* EvaluatedDataPieces::coorb_im_eval |
Coorbital frame imag part evaluation.
Definition at line 145 of file LALSimNRHybSurUtilities.h.