Structure to carry a collection of spherical harmonic modes in COMPLEX16 time series.
Contains convenience getter and setter functions, as well as a convienence "maximum l mode" function. Implemented as a singly forward linked list.
Definition at line 50 of file LALSimSphHarmSeries.h.
Data Fields | |
| COMPLEX16TimeSeries * | mode |
| The sequences of sampled data. More... | |
| UINT4 | l |
| Node mode l More... | |
| INT4 | m |
| Node submode m More... | |
| REAL8Sequence * | tdata |
| Timestamp values. More... | |
| struct tagSphHarmTimeSeries * | next |
| next pointer More... | |
| COMPLEX16TimeSeries* SphHarmTimeSeries::mode |
The sequences of sampled data.
Definition at line 51 of file LALSimSphHarmSeries.h.
| UINT4 SphHarmTimeSeries::l |
Node mode l
Definition at line 52 of file LALSimSphHarmSeries.h.
| INT4 SphHarmTimeSeries::m |
Node submode m
Definition at line 53 of file LALSimSphHarmSeries.h.
| REAL8Sequence* SphHarmTimeSeries::tdata |
Timestamp values.
Definition at line 54 of file LALSimSphHarmSeries.h.
| struct tagSphHarmTimeSeries* SphHarmTimeSeries::next |
next pointer
Definition at line 55 of file LALSimSphHarmSeries.h.