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

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. | |
| REAL4Sequence * | data |
| The sequence of sampled data. | |
Definition at line 1119 of file LALDatatypes.h.
| CHAR tagREAL4TimeSeries::name[LALNameLength] |
The time step between samples of the time series in seconds.
Definition at line 1124 of file LALDatatypes.h.
The heterodyning frequency, in Hertz (zero if not heterodyned).
Definition at line 1125 of file LALDatatypes.h.
1.5.2