Parameter structure that holds the moments of the PSD and other useful constants required in the computation of the metric.
Definition at line 512 of file LALInspiralBank.h.
Data Fields | |
REAL8 | j [18] |
The required moments are all computed once and stored in this array; The required moments are from J(1) to J(17) (except J(2), J(3) and J(16) that are not required at 2PN order, however, they are computed since future extensions, planned in the near future, will require them); However, in C we need an array size 18 to use an array that has an index 18; To ease the notation we have therefore defined an over sized (by one element) array. More... | |
Expansion coefficients | |
Coefficients in the expansion of the phase of the Fourier transform of an inspiral waveform computed in the stationary phase approximation. See documentation under the function | |
REAL8 | a01 |
REAL8 | a21 |
REAL8 | a22 |
REAL8 | a31 |
REAL8 | a41 |
REAL8 | a42 |
REAL8 | a43 |
REAL8 InspiralMomentsEtc::a01 |
Definition at line 522 of file LALInspiralBank.h.
REAL8 InspiralMomentsEtc::a21 |
Definition at line 522 of file LALInspiralBank.h.
REAL8 InspiralMomentsEtc::a22 |
Definition at line 522 of file LALInspiralBank.h.
REAL8 InspiralMomentsEtc::a31 |
Definition at line 522 of file LALInspiralBank.h.
REAL8 InspiralMomentsEtc::a41 |
Definition at line 522 of file LALInspiralBank.h.
REAL8 InspiralMomentsEtc::a42 |
Definition at line 522 of file LALInspiralBank.h.
REAL8 InspiralMomentsEtc::a43 |
Definition at line 522 of file LALInspiralBank.h.
REAL8 InspiralMomentsEtc::j[18] |
The required moments are all computed once and stored in this array; The required moments are from J(1) to J(17) (except J(2), J(3) and J(16) that are not required at 2PN order, however, they are computed since future extensions, planned in the near future, will require them); However, in C we need an array size 18 to use an array that has an index 18; To ease the notation we have therefore defined an over sized (by one element) array.
Definition at line 524 of file LALInspiralBank.h.