Wykres commitów

25 Commity (fbdf325b514fa32a52aa364da800b61b86199dac)

Autor SHA1 Wiadomość Data
Holger Müller 9e629f0350 Updated copyright headers 2020-06-25 19:52:30 +02:00
Holger Müller 2a13f7063e Linting and f-strings instead of + concat 2020-06-12 22:16:26 +02:00
Holger Müller bfc73f8d5e Touchstone class save method added 2020-06-11 09:03:20 +02:00
Holger Mueller 7aa0e335cd fixed db conversation bug
accidently used e^x instead of 10^x in db conversation.
Added testcases for comparison in test_touchstone.py
2020-01-26 20:26:34 +01:00
Rune Broberg 263abc8568 Fixed Touchstone loading 2019-12-02 10:50:41 +01:00
Holger Mueller 0e211fbb0b Tochstone.py removed unused setFilename method 2019-11-21 13:43:31 +01:00
Holger Mueller b6d041e999 Added r as attribute to Touchstone 2019-11-21 13:23:17 +01:00
Holger Mueller ec8eb79168 Touchstone Class can now parses more lazy
- float resistance value can be float now, but will be converted to int
- comment lines can be placed everywhere
- unordered frequencies will be sorted
2019-11-21 13:17:34 +01:00
Holger Mueller a283148ec6 fixed options factor prorperty
parsing tried to update factor but factor is now
a property
2019-11-19 19:13:45 +01:00
Holger Mueller 914e640217 fixed bug - Touchstone phase data is in degrees 2019-11-19 12:26:54 +01:00
Holger Mueller ed42cd311a Spelling errors and missleading comment removed 2019-11-19 11:49:43 +01:00
Holger Mueller c21ebba3fb Touchstone: added type hints 2019-11-19 11:34:15 +01:00
Holger Mueller f02524c4de Touchstone: setter not needed for lists 2019-11-19 11:32:07 +01:00
Holger Mueller ee1f7bf909 Touchstone unit assertions 2019-11-19 11:27:05 +01:00
Holger Mueller 6db03fc481 Touchstone: added db format parsing 2019-11-19 10:27:21 +01:00
Holger Mueller 2add3f8dc9 fixed typo 2019-11-19 10:03:46 +01:00
Holger Mueller c3639b2557 Rewrite of touchstone parser
- keeped compatible with previous version
- add test examples of touchstone files
- commented out writing to loaded file to fix bug #99
2019-11-19 10:00:17 +01:00
Holger Mueller ba5da125e2 Reimplementation of touchstone parser 2019-11-18 23:59:28 +01:00
Rune B. Broberg 7d58c1e777 Datapoint class imported from RFTools 2019-10-20 12:19:05 +02:00
Rune Broberg e03f951d83 - Calibration saving improved
- Notes for calibrations
- Added load capacitance and delay, and through delay
- Load capacitance is not yet fully implemented!
2019-09-30 13:46:15 +02:00
Rune Broberg b862c148a8 Loading of RFSim files. Some crashes fixed when using simulated data, some still left. 2019-09-30 10:37:58 +02:00
Rune B. Broberg 797db4baaa Reading of Magnitude-Angle S1P and S2P files 2019-09-18 12:23:04 +02:00
Rune B. Broberg 23fe8024f7 - Further logging
- Preparing for Magnitude-Angle Touchstone files
- Minimum width for frequency input fields
2019-09-17 11:13:42 +02:00
Rune B. Broberg 690d5a3b66 - Values on tickmarks for LogMag charts
- Loading of Touchstone files with kHz, MHz and GHz frequency values
- Loading an S1P reference or sweep from file now also removes S21 values
2019-09-07 13:47:13 +02:00
Psynosaur 396a4c9816 Prep for pip packaging
- Moved files into project folder named "NanoVNASaver"
 - Added requirements
2019-09-04 18:12:38 +02:00