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

Detailed Description

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...
 

Field Documentation

◆ phiRef

REAL8 MultiModalWaveform::phiRef

orbital phase at reference pt.

Definition at line 36 of file LALSimNRSurrogateUtilities.h.

◆ n_modes

int MultiModalWaveform::n_modes

Number of modes.

Definition at line 37 of file LALSimNRSurrogateUtilities.h.

◆ n_times

int MultiModalWaveform::n_times

Number of time samples in each mode.

Definition at line 38 of file LALSimNRSurrogateUtilities.h.

◆ lvals

int* MultiModalWaveform::lvals

The ell values of each mode (n_modes entries)

Definition at line 39 of file LALSimNRSurrogateUtilities.h.

◆ mvals

int* MultiModalWaveform::mvals

The m values of each mode (n_modes entries)

Definition at line 40 of file LALSimNRSurrogateUtilities.h.

◆ modes_real_part

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.

◆ modes_imag_part

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.