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

Detailed Description

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

Field Documentation

◆ n

REAL4 DetectorArm::n[3]

unit vector pointing along this arm

Definition at line 97 of file DetectorStates.h.

◆ basisT

SymmTensor3 DetectorArm::basisT

arm "basis-tensor" (n x n)

Definition at line 98 of file DetectorStates.h.

◆ armlength_c

REAL4 DetectorArm::armlength_c

armlengths in seconds L / c

Definition at line 99 of file DetectorStates.h.