#include <LALDatatypes.h>
Collaboration diagram for tagREAL8TimeSeries:

Data Fields | |
| CHAR | name [LALNameLength] |
| The name of the time series. | |
| LIGOTimeGPS | epoch |
| The start time of the time series. | |
| REAL8 | deltaT |
| The time step between samples of the time series in seconds. | |
| REAL8 | f0 |
| The heterodyning frequency, in Hertz (zero if not heterodyned). | |
| LALUnit | sampleUnits |
| The physical units of the quantity being sampled. | |
| REAL8Sequence * | data |
| The sequence of sampled data. | |
Definition at line 1132 of file LALDatatypes.h.
| CHAR tagREAL8TimeSeries::name[LALNameLength] |
The time step between samples of the time series in seconds.
Definition at line 1137 of file LALDatatypes.h.
The heterodyning frequency, in Hertz (zero if not heterodyned).
Definition at line 1138 of file LALDatatypes.h.
1.5.2