Updated README.md

pull/236/head
Holger Müller 2020-07-10 13:25:57 +02:00
rodzic bef52233e1
commit 95a3f72a98
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,19 @@ points, and generally display and analyze the resulting data.
# Latest Changes
## Changes in v0.3.5
- Sweep worker now initializes full dataset on setting changes.
Therefore no resize of charts when doing multi segment sweep
- Changing datapoints in DeviceSettings are reflected in SweepSettings widget step size
- Simplified calibration code by just using scipy.interp1d with fill\_value
- Established Interface class to ease locking and allow non usb connections in future
- Cleaned up VNA code. Added some pause statements to get more robust readings
- Added MagLoopAnalysis
- Touchstone class can now generate interpolated Datapoints for a given frequency
Will be usefull in future analysis code
- Fixed a bug in Version comparison
## Changes in v0.3.4
- Refactored Analysis
- Add Antenna Analysis