Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-3a66518
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
CalibrationRecord Struct Reference

Detailed Description

UNDOCUMENTED.

Definition at line 109 of file Calibration.h.

Data Fields

CHAR name [LALNameLength]
 
LIGOTimeGPS epoch
 
REAL8 duration
 
CHAR reference [LALNameLength]
 
LALUnit units
 
UINT4 type
 
REAL8 conversion
 
REAL8 offset
 
REAL8 delay
 
COMPLEX8FrequencySeriestransfer
 
REAL8Vectorzeros
 
REAL8Vectorpoles
 
REAL8 gain
 

Field Documentation

◆ name

CHAR CalibrationRecord::name[LALNameLength]

Definition at line 112 of file Calibration.h.

◆ epoch

LIGOTimeGPS CalibrationRecord::epoch

Definition at line 113 of file Calibration.h.

◆ duration

REAL8 CalibrationRecord::duration

Definition at line 114 of file Calibration.h.

◆ reference

CHAR CalibrationRecord::reference[LALNameLength]

Definition at line 115 of file Calibration.h.

◆ units

LALUnit CalibrationRecord::units

Definition at line 116 of file Calibration.h.

◆ type

UINT4 CalibrationRecord::type

Definition at line 117 of file Calibration.h.

◆ conversion

REAL8 CalibrationRecord::conversion

Definition at line 118 of file Calibration.h.

◆ offset

REAL8 CalibrationRecord::offset

Definition at line 119 of file Calibration.h.

◆ delay

REAL8 CalibrationRecord::delay

Definition at line 120 of file Calibration.h.

◆ transfer

COMPLEX8FrequencySeries* CalibrationRecord::transfer

Definition at line 121 of file Calibration.h.

◆ zeros

REAL8Vector* CalibrationRecord::zeros

Definition at line 122 of file Calibration.h.

◆ poles

REAL8Vector* CalibrationRecord::poles

Definition at line 123 of file Calibration.h.

◆ gain

REAL8 CalibrationRecord::gain

Definition at line 124 of file Calibration.h.