Structure to represent a data piece (e.g.
a mode hlm), either in frequency or time with complex amplitude (enveloppe) and phase. The mode values are camp * exp(I*phase)
Definition at line 551 of file LALSimIMREOBNRv2.h.
Data Fields | |
REAL8Vector * | xdata |
Sequence of times or frequencies on which data is given. More... | |
REAL8Vector * | camp_real |
Sequence for the real part of the complex amplitude (enveloppe). More... | |
REAL8Vector * | camp_imag |
Sequence for the imag part of the complex amplitude (enveloppe). More... | |
REAL8Vector * | phase |
Sequence for the phase. More... | |
REAL8Vector* CAmpPhaseSequence::xdata |
Sequence of times or frequencies on which data is given.
Definition at line 552 of file LALSimIMREOBNRv2.h.
REAL8Vector* CAmpPhaseSequence::camp_real |
Sequence for the real part of the complex amplitude (enveloppe).
Definition at line 553 of file LALSimIMREOBNRv2.h.
REAL8Vector* CAmpPhaseSequence::camp_imag |
Sequence for the imag part of the complex amplitude (enveloppe).
Definition at line 554 of file LALSimIMREOBNRv2.h.
REAL8Vector* CAmpPhaseSequence::phase |
Sequence for the phase.
Definition at line 555 of file LALSimIMREOBNRv2.h.