LAL  7.5.0.1-08ee4f4
CalibrationFunctions Struct Reference

Detailed Description

The type CalibrationFunctions contains two calibration functions, the sensing function \(C(f)\) and the response function \(R(f)\).

While the response function is the function that is most often wanted, the sensing function is needed in updating calibration from one epoch to another.

Definition at line 134 of file Calibration.h.

Data Fields

COMPLEX8FrequencySeriesresponseFunction
 
COMPLEX8FrequencySeriessensingFunction
 

Field Documentation

◆ responseFunction

COMPLEX8FrequencySeries* CalibrationFunctions::responseFunction

Definition at line 137 of file Calibration.h.

◆ sensingFunction

COMPLEX8FrequencySeries* CalibrationFunctions::sensingFunction

Definition at line 138 of file Calibration.h.