Struct containing pre-computed quantites describing a single detector arm: unit-vector along detector-arm, arm-length, and arm "basis-tensor" n x n.
This is used to speed up the computation of LISA detector tensors in the rigid-adiabatic approximation.
Definition at line 96 of file DetectorStates.h.
Data Fields | |
REAL4 | n [3] |
unit vector pointing along this arm More... | |
SymmTensor3 | basisT |
arm "basis-tensor" (n x n) More... | |
REAL4 | armlength_c |
armlengths in seconds L / c More... | |
REAL4 DetectorArm::n[3] |
unit vector pointing along this arm
Definition at line 97 of file DetectorStates.h.
SymmTensor3 DetectorArm::basisT |
arm "basis-tensor" (n x n)
Definition at line 98 of file DetectorStates.h.
REAL4 DetectorArm::armlength_c |
armlengths in seconds L / c
Definition at line 99 of file DetectorStates.h.