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

Detailed Description

State-info about position, velocity and LMST of a detector together with corresponding EarthState.

Definition at line 127 of file DetectorStates.h.

Data Fields

LIGOTimeGPS tGPS
 GPS timestamps corresponding to this entry. More...
 
REAL8 rDetector [3]
 Cartesian coords of detector position in ICRS J2000. More...
 
REAL8 vDetector [3]
 Cart. More...
 
REAL8 LMST
 local mean sidereal time at the detector-location in radians More...
 
EarthState earthState
 EarthState information. More...
 
Detector3Arms detArms
 include up to three arms to allow describing LISA More...
 
SymmTensor3 detT
 Detector-tensor components in SSB-fixed, Cartesian coordinates. More...
 

Field Documentation

◆ tGPS

LIGOTimeGPS DetectorState::tGPS

GPS timestamps corresponding to this entry.

Definition at line 128 of file DetectorStates.h.

◆ rDetector

REAL8 DetectorState::rDetector[3]

Cartesian coords of detector position in ICRS J2000.

Units=sec

Definition at line 129 of file DetectorStates.h.

◆ vDetector

REAL8 DetectorState::vDetector[3]

Cart.

coords. of detector velocity, in dimensionless units (v/c)

Definition at line 130 of file DetectorStates.h.

◆ LMST

REAL8 DetectorState::LMST

local mean sidereal time at the detector-location in radians

Definition at line 131 of file DetectorStates.h.

◆ earthState

EarthState DetectorState::earthState

EarthState information.

Definition at line 132 of file DetectorStates.h.

◆ detArms

Detector3Arms DetectorState::detArms

include up to three arms to allow describing LISA

Definition at line 133 of file DetectorStates.h.

◆ detT

SymmTensor3 DetectorState::detT

Detector-tensor components in SSB-fixed, Cartesian coordinates.

Definition at line 134 of file DetectorStates.h.