NRHybSur data pieces of a single mode.
The different data pieces are described in Sec.VI.B of arxiv:1812.07865. For (2,2) mode we model the amplitude \( A_{22} \) and phase residual \( \phi^{res}_{22} \) defined in Eq.(44) of arxiv:1812.07865. For all other modes we model the real and imaginary parts of the coorbital frame strain, defined in Eq.(39) of arxiv:1812.07865. Only the required data pieces for a given mode will be loaded.
Definition at line 103 of file LALSimNRHybSurUtilities.h.
Data Fields | |
UINT4 | ell |
Mode \( \ell \) value. More... | |
UINT4 | m |
Mode m value. More... | |
DataPiece * | ampl_data_piece |
Amplitude data piece. More... | |
DataPiece * | phase_res_data_piece |
Phase residual data piece. More... | |
DataPiece * | coorb_re_data_piece |
Coorbital frame real part data piece. More... | |
DataPiece * | coorb_im_data_piece |
Coorbital frame imag part data piece. More... | |
UINT4 ModeDataPieces::ell |
Mode \( \ell \) value.
Definition at line 104 of file LALSimNRHybSurUtilities.h.
UINT4 ModeDataPieces::m |
Mode m value.
Definition at line 105 of file LALSimNRHybSurUtilities.h.
DataPiece* ModeDataPieces::ampl_data_piece |
Amplitude data piece.
Definition at line 106 of file LALSimNRHybSurUtilities.h.
DataPiece* ModeDataPieces::phase_res_data_piece |
Phase residual data piece.
Definition at line 107 of file LALSimNRHybSurUtilities.h.
DataPiece* ModeDataPieces::coorb_re_data_piece |
Coorbital frame real part data piece.
Definition at line 108 of file LALSimNRHybSurUtilities.h.
DataPiece* ModeDataPieces::coorb_im_data_piece |
Coorbital frame imag part data piece.
Definition at line 109 of file LALSimNRHybSurUtilities.h.