Timeseries of DetectorState's, representing the detector-info at different timestamps.
In addition to the standard 'vector'-fields we also store the detector-info in here.
Definition at line 142 of file DetectorStates.h.
Data Fields | |
| UINT4 | length |
| total number of entries More... | |
| DetectorState * | data |
| array of DetectorState entries More... | |
| LALDetector | detector |
| detector-info corresponding to this timeseries More... | |
| CoordinateSystem | system |
| The coordinate system used for detector's position/velocity and detector-tensor. More... | |
| REAL8 | deltaT |
| timespan centered on each timestamp (e.g. More... | |
| UINT4 DetectorStateSeries::length |
total number of entries
Definition at line 146 of file DetectorStates.h.
| DetectorState* DetectorStateSeries::data |
array of DetectorState entries
Definition at line 147 of file DetectorStates.h.
| LALDetector DetectorStateSeries::detector |
detector-info corresponding to this timeseries
Definition at line 148 of file DetectorStates.h.
| CoordinateSystem DetectorStateSeries::system |
The coordinate system used for detector's position/velocity and detector-tensor.
Definition at line 149 of file DetectorStates.h.
| REAL8 DetectorStateSeries::deltaT |
timespan centered on each timestamp (e.g.
typically Tsft)
Definition at line 150 of file DetectorStates.h.