Wykres commitów

684 Commity (143e1dda02709d1dd24da0e47b0b2913df431306)

Autor SHA1 Wiadomość Data
Holger Müller 143e1dda02 detect -H versions 2020-07-03 18:43:39 +02:00
Mark Zachmann 94421b80a8 add checking for None in serial port for button click
repair the typo in AntennaAnalysis import
2020-07-03 07:27:22 -04:00
Holger Müller 2252d78de4
Merge pull request #212 from zarath/development
Bugfixes and simplifications
2020-07-03 09:22:26 +02:00
Holger Müller 354a3d764e fixed typo with drain_serial function call 2020-07-02 12:00:54 +02:00
Holger Müller 7cb71c0ab0
Merge pull request #213 from gaionim/pull/analizeMagLoop
refactoring Vswr Analysis
2020-07-01 21:19:36 +02:00
Mauro Gaioni cec57bacb5 MagLoopAnalysis 2020-07-01 20:47:15 +02:00
Holger Müller 2e62d13f0f fixed s21 save bug #211 2020-07-01 20:26:13 +02:00
Holger Müller 24b34d6f70 Simplified Serial port locking 2020-07-01 20:11:12 +02:00
Holger Müller eae377bbe2 Clean up calculations 2020-07-01 16:52:30 +02:00
Holger Müller da729a3bab Bumped Version 2020-07-01 07:45:18 +02:00
Holger Müller 4819b25ac1 Fixed through calibration 2020-06-30 21:46:47 +02:00
Holger Müller fa19aaab37 Version bump / CHANGELOG 2020-06-30 12:23:23 +02:00
Holger Müller 3341564cb2 Refactored Calibration
Utilize scipy to implement spline interpolation between calibration
data points
2020-06-30 12:04:50 +02:00
Holger Müller 4045a18271 removed unneeded import 2020-06-30 12:01:03 +02:00
Holger Müller 30032a08fe FIxed V2 data acquivsion 2020-06-30 12:00:20 +02:00
Holger Müller 374924299d Fix crash when marker outside new scan range 2020-06-29 18:55:00 +02:00
Holger Müller e70aa7d3e1 Fixed cal crash and s21 cals 2020-06-29 18:46:15 +02:00
Holger Müller 75d77c1703 Refactoring NanoNVASaver window methods 2020-06-28 18:48:41 +02:00
Holger Müller 48f8aaea32 put charts in dictionary 2020-06-28 17:37:23 +02:00
Holger Müller fbdf325b51 Test for cor_att_data function 2020-06-28 16:57:52 +02:00
Holger Müller c0e1cfb310 reordered RFTools functions alphabetically
added some test cases
2020-06-28 15:43:47 +02:00
Holger Müller ee4d3b6765 Version bump 2020-06-28 12:57:16 +02:00
Holger Müller 790c8aac2b Linting SweepWorker 2020-06-28 12:55:07 +02:00
Holger Müller c139a531e7 Fixed average truncation
Also use geometrical distance to sort out extrema
2020-06-28 11:43:02 +02:00
Holger Müller 76420abd57 Updated version and changelog 2020-06-27 21:48:28 +02:00
Holger Müller 3dca605297 bump version 2020-06-27 21:37:55 +02:00
Holger Müller 0a2bf51c63 fixed calibration assitant save crash 2020-06-27 21:27:52 +02:00
Holger Müller 8bdf5ecb77 NanoVNA-H4 now also supports 202 datapoint/scan 2020-06-27 14:49:21 +02:00
Holger Müller 9e629f0350 Updated copyright headers 2020-06-25 19:52:30 +02:00
Holger Müller d6acb7121c Prepartion for new github orginisational location 2020-06-25 19:48:03 +02:00
Holger Müller 3c77a86b58 fixed button connection in calibration 2020-06-24 23:54:59 +02:00
Holger Müller cb568cf6ad Linting 2020-06-24 23:10:35 +02:00
Holger Müller 658cc6f231 Removed no longer needed properties 2020-06-24 22:49:24 +02:00
Holger Müller 5ce5de163c Refactored Calibration Code 2020-06-24 22:09:19 +02:00
Holger Müller 62958d31c3 Merge branch 'pr/gaionim/20' into development 2020-06-21 21:03:35 +02:00
Holger Müller cb1c1a99f5 Pylint ... 2020-06-21 20:54:23 +02:00
Mauro Gaioni 02f964bb62 Merge remote-tracking branch 'origin/development' into z/attenuatore 2020-06-21 20:31:41 +02:00
Holger Müller 38a54e801c refactored parseFrequency 2020-06-21 19:54:00 +02:00
Holger Müller 4ba8f22109 Choosable datapoint also for NanoVNA-H with recent firmware
- Removed unused methods. Simplified V2 readValues
   - Code linting
2020-06-21 19:20:36 +02:00
Mark Zachmann da864ea008 repair multi segment sweeps for v2
Some of the code relies on checking the sweepData length so make it the same as the requested number of datapoints
2020-06-20 07:55:31 -04:00
Mauro Gaioni ef9827bd09 Merge remote-tracking branch 'origin/master' into z/attenuatore 2020-06-19 22:29:23 +02:00
Mark Zachmann c0dce36a76 Repair a typo in calibration loading and remove the excess cal text 2020-06-19 07:04:21 -04:00
Mark Zachmann 4b2371092f Fix a typo so that bad comm at startup isn't fatal 2020-06-18 17:20:58 -04:00
Mauro 2ade3b65a2 Add the posibility of use an attenuator inline
with the S21 (CH1) input
original from
https://github.com/mihtjel/nanovna-saver/pull/145
2020-06-18 20:33:17 +02:00
Holger Müller 92ece2cdc0 Choosable datapoints / scan on V2
In DeviceManage window, with v2 the ammount of datapoints
per scan is choosable
2020-06-17 19:36:06 +02:00
Holger Müller e5490a58b8 Bugfix: Marker reset on sweep
This fixes the annoying bug wich causes marker to be
set on start frequency after every sweep.
2020-06-15 16:03:14 +02:00
Holger Müller 44cea8ddba Linting: line length and unnecessary "else" 2020-06-15 13:27:00 +02:00
Holger Müller 648d2f3d75 Splitted Analysis module 2020-06-15 11:28:38 +02:00
Holger Mueller 7c77aab56b Removes content that has been split of from 'Analysis.py'. 2020-06-15 10:08:22 +02:00
Holger Mueller c6f6eca9bf Merge branch 'split-file_Analysis.py_VSWRAnalysis.py' into split-file_Analysis.py 2020-06-15 10:08:21 +02:00