mwavepy.calibration.calibration.Calibration.residual_ntwks

Calibration.residual_ntwks

returns a the residuals for each calibration standard in the form of a list of Network types.

these residuals are calculated in the ‘calibrated domain’, meaning they are

r = (E.inv ** m - i)
where,
r: residual network, E: embedding network, m: measured network i: ideal network

This way the units of the residual networks are meaningful

note:
the residuals are only calculated if they are not existent.

so, if you want to re-calculate the residual networks then you delete the property ‘_residual_ntwks’.

Previous topic

mwavepy.calibration.calibration.Calibration.output_from_cal

Next topic

mwavepy.calibration.calibration.Calibration.residuals

This Page