Structure for a multi-modal waveform.
Can store any set of modes.
Definition at line 35 of file LALSimNRSurrogateUtilities.h.
Data Fields | |
REAL8 | phiRef |
orbital phase at reference pt. More... | |
int | n_modes |
Number of modes. More... | |
int | n_times |
Number of time samples in each mode. More... | |
int * | lvals |
The ell values of each mode (n_modes entries) More... | |
int * | mvals |
The m values of each mode (n_modes entries) More... | |
gsl_vector ** | modes_real_part |
The real part of each mode - n_modes vectors of length n_times. More... | |
gsl_vector ** | modes_imag_part |
The imaginary part of each mode - n_modes vectors of length n_times. More... | |
REAL8 MultiModalWaveform::phiRef |
orbital phase at reference pt.
Definition at line 36 of file LALSimNRSurrogateUtilities.h.
int MultiModalWaveform::n_modes |
Number of modes.
Definition at line 37 of file LALSimNRSurrogateUtilities.h.
int MultiModalWaveform::n_times |
Number of time samples in each mode.
Definition at line 38 of file LALSimNRSurrogateUtilities.h.
int* MultiModalWaveform::lvals |
The ell values of each mode (n_modes entries)
Definition at line 39 of file LALSimNRSurrogateUtilities.h.
int* MultiModalWaveform::mvals |
The m values of each mode (n_modes entries)
Definition at line 40 of file LALSimNRSurrogateUtilities.h.
gsl_vector** MultiModalWaveform::modes_real_part |
The real part of each mode - n_modes vectors of length n_times.
Definition at line 41 of file LALSimNRSurrogateUtilities.h.
gsl_vector** MultiModalWaveform::modes_imag_part |
The imaginary part of each mode - n_modes vectors of length n_times.
Definition at line 42 of file LALSimNRSurrogateUtilities.h.