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

Detailed Description

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...
 
DataPieceampl_data_piece
 Amplitude data piece. More...
 
DataPiecephase_res_data_piece
 Phase residual data piece. More...
 
DataPiececoorb_re_data_piece
 Coorbital frame real part data piece. More...
 
DataPiececoorb_im_data_piece
 Coorbital frame imag part data piece. More...
 

Field Documentation

◆ ell

UINT4 ModeDataPieces::ell

Mode \( \ell \) value.

Definition at line 104 of file LALSimNRHybSurUtilities.h.

◆ m

UINT4 ModeDataPieces::m

Mode m value.

Definition at line 105 of file LALSimNRHybSurUtilities.h.

◆ ampl_data_piece

DataPiece* ModeDataPieces::ampl_data_piece

Amplitude data piece.

Definition at line 106 of file LALSimNRHybSurUtilities.h.

◆ phase_res_data_piece

DataPiece* ModeDataPieces::phase_res_data_piece

Phase residual data piece.

Definition at line 107 of file LALSimNRHybSurUtilities.h.

◆ coorb_re_data_piece

DataPiece* ModeDataPieces::coorb_re_data_piece

Coorbital frame real part data piece.

Definition at line 108 of file LALSimNRHybSurUtilities.h.

◆ coorb_im_data_piece

DataPiece* ModeDataPieces::coorb_im_data_piece

Coorbital frame imag part data piece.

Definition at line 109 of file LALSimNRHybSurUtilities.h.