- Do we need to calculate systematic errors?
- Should we apply corrections for coupling losses?
- Add validation of separator + convertor to std backend input
Add impedance data format:
- additional field for omega
- convertion to reflection coeffitient (how?)
Draw continuous Q circle on a Smith chart using coefficients a[0..2]
Add axes labels to a Smith chart
Pretty-print results and errors (7 digits after dot)
Plot another chart: abs(S11) from f
Make all computations extra precise:
- import sympy.mpmath as mp ..?
- from sympy.mpmath import * ..?
- mp.dps = ~50
- make sure that result' ~ result
- increase mp.dps while 7 digits after dot are not stable
Advanced file loading:
- Show file preview
- Options to skip first and last lines
Add direct support for output files from different vna models
Make charts more interactive