edges_cal.cal_coefficients.Calibrator.decalibrate_temp

Calibrator.decalibrate_temp(freq, temp, ant_s11)[source]

De-calibrate given calibrated 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.

Notes

Using this and then :method:`calibrate_temp` immediately should be an identity operation.