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
CmplxDetectorTensor Struct Reference

Detailed Description

The 'detector tensor' for a GW-detector: symmetric 3x3 matrix, storing only the upper triangle.

The coordinate-system is SSB-fixed Cartesian coordinates, in particular EQUATORIAL coords for Earth-based detectors and ECLIPTIC coords for LISA.

Definition at line 61 of file LISAspecifics.h.

Data Fields

SymmTensor3 re
 tensor holding real-parts of all components More...
 
SymmTensor3 im
 tensor holding imaginary-parts of all components More...
 

Field Documentation

◆ re

SymmTensor3 CmplxDetectorTensor::re

tensor holding real-parts of all components

Definition at line 62 of file LISAspecifics.h.

◆ im

SymmTensor3 CmplxDetectorTensor::im

tensor holding imaginary-parts of all components

Definition at line 63 of file LISAspecifics.h.