Time series of REAL4 data, see DATATYPE-TimeSeries types for more details.
Definition at line 570 of file LALDatatypes.h.
Data Fields | |
CHAR | name [LALNameLength] |
The name of the time series. More... | |
LIGOTimeGPS | epoch |
The start time of the time series. More... | |
REAL8 | deltaT |
The time step between samples of the time series in seconds. More... | |
REAL8 | f0 |
The heterodyning frequency, in Hertz (zero if not heterodyned). More... | |
LALUnit | sampleUnits |
The physical units of the quantity being sampled. More... | |
REAL4Sequence * | data |
The sequence of sampled data. More... | |
CHAR REAL4TimeSeries::name[LALNameLength] |
The name of the time series.
Definition at line 571 of file LALDatatypes.h.
LIGOTimeGPS REAL4TimeSeries::epoch |
The start time of the time series.
Definition at line 572 of file LALDatatypes.h.
REAL8 REAL4TimeSeries::deltaT |
The time step between samples of the time series in seconds.
Definition at line 573 of file LALDatatypes.h.
REAL8 REAL4TimeSeries::f0 |
The heterodyning frequency, in Hertz (zero if not heterodyned).
Definition at line 574 of file LALDatatypes.h.
LALUnit REAL4TimeSeries::sampleUnits |
The physical units of the quantity being sampled.
Definition at line 575 of file LALDatatypes.h.
REAL4Sequence* REAL4TimeSeries::data |
The sequence of sampled data.
Definition at line 576 of file LALDatatypes.h.