Time series of UINT2 vectors, see DATATYPE-TimeVectorSeries for more details.
Definition at line 623 of file LALDatatypes.h.
Data Fields | |
| CHAR | name [LALNameLength] |
| The name of the time series of vectors. More... | |
| LIGOTimeGPS | epoch |
| The start time of the time series of vectors. More... | |
| REAL8 | deltaT |
| The time step between samples of the time series of vectors 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... | |
| UINT2VectorSequence * | data |
| The sequence of sampled data vectors. More... | |
| CHAR UINT2TimeVectorSeries::name[LALNameLength] |
The name of the time series of vectors.
Definition at line 624 of file LALDatatypes.h.
| LIGOTimeGPS UINT2TimeVectorSeries::epoch |
The start time of the time series of vectors.
Definition at line 625 of file LALDatatypes.h.
| REAL8 UINT2TimeVectorSeries::deltaT |
The time step between samples of the time series of vectors in seconds.
Definition at line 626 of file LALDatatypes.h.
| REAL8 UINT2TimeVectorSeries::f0 |
The heterodyning frequency, in Hertz (zero if not heterodyned).
Definition at line 627 of file LALDatatypes.h.
| LALUnit UINT2TimeVectorSeries::sampleUnits |
The physical units of the quantity being sampled.
Definition at line 628 of file LALDatatypes.h.
| UINT2VectorSequence* UINT2TimeVectorSeries::data |
The sequence of sampled data vectors.
Definition at line 629 of file LALDatatypes.h.