edges_cal.cal_coefficients.CalibrationObservation.decalibrate

CalibrationObservation.decalibrate(temp: ndarray, load: Load | str, freq: ndarray = None)[source]

Decalibrate a temperature spectrum, yielding uncalibrated T*.

Parameters:
  • temp (array_like) – A temperature spectrum, with the same length as freq.freq.

  • load (str or Load) – The load to calibrate.

  • freq (array-like) – The frequencies at which to decalibrate. By default, the frequencies of the instance.

Returns:

array_like (T, the normalised uncalibrated temperature.*)