LAL  7.5.0.1-08ee4f4

Detailed Description

Detector frame data structure Structure to contain the data that appears in a FrDetector structure in frame data.

Definition at line 254 of file LALDetectors.h.

Data Fields

CHAR name [LALNameLength]
 A unique identifying string. More...
 
CHAR prefix [3]
 Two-letter prefix for detector's channel names. More...
 
REAL8 vertexLongitudeRadians
 The geodetic longitude \(\lambda\) of the vertex in radians. More...
 
REAL8 vertexLatitudeRadians
 The geodetic latitude \(\beta\) of the vertex in radians. More...
 
REAL4 vertexElevation
 The height of the vertex above the reference ellipsoid in meters. More...
 
REAL4 xArmAltitudeRadians
 The angle \({\mathcal{A}}_X\) up from the local tangent plane of the reference ellipsoid to the X arm (or bar's cylidrical axis) in radians. More...
 
REAL4 xArmAzimuthRadians
 The angle \(\zeta_X\) clockwise from North to the projection of the X arm (or bar's cylidrical axis) into the local tangent plane of the reference ellipsoid in radians. More...
 
REAL4 yArmAltitudeRadians
 The angle \({\mathcal{A}}_Y\) up from the local tangent plane of the reference ellipsoid to the Y arm in radians (unused for bars: set it to zero) More...
 
REAL4 yArmAzimuthRadians
 The angle \(\zeta_Y\) clockwise from North to the projection of the Y arm into the local tangent plane of the reference ellipsoid in radians (unused for bars: set it to zero) More...
 
REAL4 xArmMidpoint
 The distance to the midpoint of the X arm in meters (unused for bars: set it to zero) More...
 
REAL4 yArmMidpoint
 The distance to the midpoint of the Y arm in meters (unused for bars: set it to zero) More...
 

Field Documentation

◆ name

CHAR LALFrDetector::name[LALNameLength]

A unique identifying string.

Definition at line 256 of file LALDetectors.h.

◆ prefix

CHAR LALFrDetector::prefix[3]

Two-letter prefix for detector's channel names.

Definition at line 257 of file LALDetectors.h.

◆ vertexLongitudeRadians

REAL8 LALFrDetector::vertexLongitudeRadians

The geodetic longitude \(\lambda\) of the vertex in radians.

Definition at line 258 of file LALDetectors.h.

◆ vertexLatitudeRadians

REAL8 LALFrDetector::vertexLatitudeRadians

The geodetic latitude \(\beta\) of the vertex in radians.

Definition at line 259 of file LALDetectors.h.

◆ vertexElevation

REAL4 LALFrDetector::vertexElevation

The height of the vertex above the reference ellipsoid in meters.

Definition at line 260 of file LALDetectors.h.

◆ xArmAltitudeRadians

REAL4 LALFrDetector::xArmAltitudeRadians

The angle \({\mathcal{A}}_X\) up from the local tangent plane of the reference ellipsoid to the X arm (or bar's cylidrical axis) in radians.

Definition at line 261 of file LALDetectors.h.

◆ xArmAzimuthRadians

REAL4 LALFrDetector::xArmAzimuthRadians

The angle \(\zeta_X\) clockwise from North to the projection of the X arm (or bar's cylidrical axis) into the local tangent plane of the reference ellipsoid in radians.

Definition at line 262 of file LALDetectors.h.

◆ yArmAltitudeRadians

REAL4 LALFrDetector::yArmAltitudeRadians

The angle \({\mathcal{A}}_Y\) up from the local tangent plane of the reference ellipsoid to the Y arm in radians (unused for bars: set it to zero)

Definition at line 263 of file LALDetectors.h.

◆ yArmAzimuthRadians

REAL4 LALFrDetector::yArmAzimuthRadians

The angle \(\zeta_Y\) clockwise from North to the projection of the Y arm into the local tangent plane of the reference ellipsoid in radians (unused for bars: set it to zero)

Definition at line 264 of file LALDetectors.h.

◆ xArmMidpoint

REAL4 LALFrDetector::xArmMidpoint

The distance to the midpoint of the X arm in meters (unused for bars: set it to zero)

Definition at line 265 of file LALDetectors.h.

◆ yArmMidpoint

REAL4 LALFrDetector::yArmMidpoint

The distance to the midpoint of the Y arm in meters (unused for bars: set it to zero)

Definition at line 266 of file LALDetectors.h.