LAL  7.5.0.1-08ee4f4

Detailed Description

Detector structure.

Structure to contain detector data in the format most easily used by the LAL routines.

Definition at line 277 of file LALDetectors.h.

Data Fields

REAL8 location [3]
 The three components, in an Earth-fixed Cartesian coordinate system, of the position vector from the center of the Earth to the detector in meters. More...
 
REAL4 response [3][3]
 The Earth-fixed Cartesian components of the detector's response tensor \(d^{ab}\). More...
 
LALDetectorType type
 The type of the detector (e.g., IFO in differential mode, cylindrical bar, etc.) More...
 
LALFrDetector frDetector
 The original LALFrDetector structure from which this was created. More...
 

Field Documentation

◆ location

REAL8 LALDetector::location[3]

The three components, in an Earth-fixed Cartesian coordinate system, of the position vector from the center of the Earth to the detector in meters.

Definition at line 279 of file LALDetectors.h.

◆ response

REAL4 LALDetector::response[3][3]

The Earth-fixed Cartesian components of the detector's response tensor \(d^{ab}\).

Definition at line 280 of file LALDetectors.h.

◆ type

LALDetectorType LALDetector::type

The type of the detector (e.g., IFO in differential mode, cylindrical bar, etc.)

Definition at line 281 of file LALDetectors.h.

◆ frDetector

LALFrDetector LALDetector::frDetector

The original LALFrDetector structure from which this was created.

Definition at line 282 of file LALDetectors.h.