Calibration initializer.
Parameters : | measured : list of Network objects
ideals : list of Network objects
|
---|---|
Other Parameters: | |
type : string
is_reciprocal : Boolean
switch_terms : tuple of Network objects
name: string :
sloppy_input : Boolean.
**kwargs : key-word arguments
|
Notes
All calibration algorithms are in stored in skrf.calibration.calibrationAlgorithms , refer to that file for documentation on the algorithms themselves. The Calibration class accesses those functions through the attribute ‘calibration_algorihtm_dict’.
References
[1] | Marks, Roger B.; , “Formulations of the Basic Vector Network Analyzer Error Model including Switch-Terms,” ARFTG Conference Digest-Fall, 50th , vol.32, no., pp.115-126, Dec. 1997. URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=4119948&isnumber=4119931 |
Examples
See the Calibration tutorial, or the examples sections for One-Port Calibration and Two-Port Calibration