edges_cal.cal_coefficients.Calibrator.calibrate_temp

Calibrator.calibrate_temp(freq: ndarray, temp: ndarray, ant_s11: ndarray)[source]

Calibrate given uncalibrated spectrum.

Parameters:
  • freq (np.ndarray) – The frequencies at which to calibrate

  • temp (np.ndarray) – The temperatures to calibrate (in K).

  • ant_s11 (np.ndarray) – The antenna S11 for the load.

Returns:

temp (np.ndarray) – The calibrated temperature.