Time series of INT8 data, see DATATYPE-TimeSeries types for more details.
Definition at line 550 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... | |
| INT8Sequence * | data |
| The sequence of sampled data. More... | |
| CHAR INT8TimeSeries::name[LALNameLength] |
The name of the time series.
Definition at line 551 of file LALDatatypes.h.
| LIGOTimeGPS INT8TimeSeries::epoch |
The start time of the time series.
Definition at line 552 of file LALDatatypes.h.
| REAL8 INT8TimeSeries::deltaT |
The time step between samples of the time series in seconds.
Definition at line 553 of file LALDatatypes.h.
| REAL8 INT8TimeSeries::f0 |
The heterodyning frequency, in Hertz (zero if not heterodyned).
Definition at line 554 of file LALDatatypes.h.
| LALUnit INT8TimeSeries::sampleUnits |
The physical units of the quantity being sampled.
Definition at line 555 of file LALDatatypes.h.
| INT8Sequence* INT8TimeSeries::data |
The sequence of sampled data.
Definition at line 556 of file LALDatatypes.h.