skrf.calibration.calibration.SixteenTerm.__init__

SixteenTerm.__init__(measured, ideals, switch_terms=None, *args, **kwargs)[source]

SixteenTerm Initializer.

Notes

Switch terms are already assumed to be corrected since the ordinary correction equations are not valid if the crosstalk is significant.

Parameters:
  • measured (list/dict of Network objects) – Raw measurements of the calibration standards. The order must align with the ideals parameter

  • ideals (list/dict of Network objects) – Predicted ideal response of the calibration standards. The order must align with ideals list

  • switch_terms (tuple of Network objects) – the pair of switch terms in the order (forward, reverse)