Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-6c6b863
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
DetectorStateSeries Struct Reference

Detailed Description

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...
 
DetectorStatedata
 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...
 

Field Documentation

◆ length

UINT4 DetectorStateSeries::length

total number of entries

Definition at line 146 of file DetectorStates.h.

◆ data

DetectorState* DetectorStateSeries::data

array of DetectorState entries

Definition at line 147 of file DetectorStates.h.

◆ detector

LALDetector DetectorStateSeries::detector

detector-info corresponding to this timeseries

Definition at line 148 of file DetectorStates.h.

◆ system

CoordinateSystem DetectorStateSeries::system

The coordinate system used for detector's position/velocity and detector-tensor.

Definition at line 149 of file DetectorStates.h.

◆ deltaT

REAL8 DetectorStateSeries::deltaT

timespan centered on each timestamp (e.g.

typically Tsft)

Definition at line 150 of file DetectorStates.h.