#include <LALDetectors.h>
Data Fields | |
| CHAR | name [LALNameLength] |
| A unique identifying string. | |
| CHAR | prefix [3] |
| Two-letter prefix for detector's channel names. | |
| REAL8 | vertexLongitudeRadians |
The geodetic longitude of the vertex in radians. | |
| REAL8 | vertexLatitudeRadians |
The geodetic latitude of the vertex in radians. | |
| REAL4 | vertexElevation |
| The height of the vertex above the reference ellipsoid in meters. | |
| REAL4 | xArmAltitudeRadians |
The angle up from the local tangent plane of the reference ellipsoid to the X arm (or bar's cylidrical axis) in radians. | |
| REAL4 | xArmAzimuthRadians |
The angle 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. | |
| REAL4 | yArmAltitudeRadians |
The angle up from the local tangent plane of the reference ellipsoid to the Y arm in radians (unused for bars: set it to zero). | |
| REAL4 | yArmAzimuthRadians |
The angle 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). | |
| REAL4 | xArmMidpoint |
| The distance to the midpoint of the X arm in meters (unused for bars: set it to zero). | |
| REAL4 | yArmMidpoint |
| The distance to the midpoint of the Y arm in meters (unused for bars: set it to zero). | |
Structure to contain the data that appears in a FrDetector structure in frame data.
Definition at line 427 of file LALDetectors.h.
| CHAR tagLALFrDetector::name[LALNameLength] |
The height of the vertex above the reference ellipsoid in meters.
Definition at line 433 of file LALDetectors.h.
The angle
up from the local tangent plane of the reference ellipsoid to the X arm (or bar's cylidrical axis) in radians.
Definition at line 434 of file LALDetectors.h.
The angle
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 435 of file LALDetectors.h.
The angle
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 436 of file LALDetectors.h.
The angle
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 437 of file LALDetectors.h.
The distance to the midpoint of the X arm in meters (unused for bars: set it to zero).
Definition at line 438 of file LALDetectors.h.
The distance to the midpoint of the Y arm in meters (unused for bars: set it to zero).
Definition at line 439 of file LALDetectors.h.
1.5.2