Wykres commitów

825 Commity (0bf3ec69a529df25f20163450ebb043424279629)

Autor SHA1 Wiadomość Data
Holger Mueller 188cf7b5f9 More unittests 2019-12-01 17:59:15 +01:00
Holger Mueller 4e020472d8 Merge branch 'master' of github.com:zarath/nanovna-saver 2019-11-30 22:10:21 +01:00
Holger Mueller 1e7faf1b1c use annotations to express type hint returning self 2019-11-30 22:09:24 +01:00
Holger Mueller bb2cf2f2a0 RFTools: adding reversing fuction
- added norm_to_impedance
- corrected a faulty function descrition
2019-11-29 13:07:47 +01:00
Holger Mueller 8aad96a157 Marker: linting and refactoring 2019-11-27 22:05:24 +01:00
Holger Müller e9dced7269
Merge pull request #2 from mihtjel/Development
Merge pull request #110 from zarath/master
2019-11-27 20:37:59 +01:00
Rune Broberg 3f1ccb785e Fixed setting markers where >1 data point exists at the same frequency 2019-11-27 16:41:55 +01:00
Rune Broberg 28bab998ec Reverting VSWR calculation for compatibility. 2019-11-27 15:53:57 +01:00
mihtjel 0050bac5d7
Merge pull request #110 from zarath/master
Mainly tests for SITools and Touchstone added
2019-11-26 20:45:50 +01:00
Holger Mueller cec746cb64 Import path fix for unittests 2019-11-26 10:15:46 +01:00
Holger Mueller 5d188e67cc Added Value typehint to parse method 2019-11-26 10:14:40 +01:00
Holger Mueller 5cc454da14 Pep8 cleanups 2019-11-25 11:00:30 +01:00
Holger Mueller 8e446dcfb6 More SITools tests
Added more test for SITools Value
Modified parse semantic a little bit, returns Value object now
2019-11-25 10:33:07 +01:00
Holger Mueller 8d963dbe47 modified python workflow 2019-11-24 18:25:46 +01:00
Holger Mueller b25979b504 Merge branch 'master' of github.com:zarath/nanovna-saver 2019-11-24 18:24:54 +01:00
Holger Müller e9a850a877
Create pythonapp.yml 2019-11-24 18:19:57 +01:00
Holger Mueller 39a1a8d18a Updated test cases 2019-11-24 18:12:51 +01:00
Holger Mueller 9e09f8ec9f fixed typo 2019-11-24 17:48:15 +01:00
Holger Mueller 42594da396 Merge branch 'upstream_Development' into feature/si_use_decimal 2019-11-24 17:35:35 +01:00
Rune B. Broberg dedceedd87 0.2.1 alpha 1 2019-11-24 14:35:04 +01:00
Rune B. Broberg 43f412f7f2 Reset reference on the combined logmag chart fixed 2019-11-24 14:27:39 +01:00
Holger Mueller 0d99293e98 Code cleanups
moved groupDelay out of  unneeded RFTools class
splited some Marker code to functions
2019-11-23 11:45:34 +01:00
Rune B. Broberg bab15a73d0 Fix for updating Y scale zoom (Thanks Harry!), cleanup 2019-11-22 16:41:30 +01:00
Rune Broberg b2f2e4c208 When zooming using the scroll wheel: Hold Shift to zoom only values, or Control to zoom only frequencies. 2019-11-22 14:13:39 +01:00
Rune Broberg 2a67e1cc41 Make sure fixed/automatic menu options behave. Cleanup. 2019-11-22 14:07:38 +01:00
Rune Broberg e8c26a680e Warn users the first time they try to use the manual calibration buttons 2019-11-22 13:54:14 +01:00
Holger Mueller d1696c594f SITools: Value now calls parser if input type is str 2019-11-22 10:05:03 +01:00
Holger Mueller 09b364f0f5 SITools: added a format assertion 2019-11-22 09:44:06 +01:00
Holger Mueller ba3f31e60b SITools: add min and max for parsing
added parse_clamp_min and parse_clamp_min
fixed tests for RFTools
2019-11-22 09:41:04 +01:00
Holger Mueller a5b10559f1 fixes 2019-11-21 22:56:40 +01:00
Holger Mueller 8216f7d1a0 Fixes 2019-11-21 22:50:52 +01:00
Holger Mueller 91a8e3af2d get more si precision with using Decimal 2019-11-21 22:25:40 +01:00
mihtjel 68acf7d514
Merge pull request #106 from zarath/feature/touchstone_lazy
Feature/touchstone lazy
2019-11-21 13:44:36 +01:00
Holger Mueller 0e211fbb0b Tochstone.py removed unused setFilename method 2019-11-21 13:43:31 +01:00
Holger Mueller 28222efbb8 added .vscode to .gitignore 2019-11-21 13:25:21 +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
Rune Broberg f3ba3fe3a8 Cleanup 2019-11-20 16:56:09 +01:00
Rune Broberg 394b65f844 Consistent naming with the rest of the software. 2019-11-20 16:53:56 +01:00
Rune Broberg 192423dfdd Apply immediately when the value is changed. 2019-11-20 16:37:57 +01:00
Rune Broberg 7f0bde67e7 Early version of offset delay 2019-11-20 15:02:03 +01:00
Rune Broberg dc2cd080c7 Small error in the hardware interface 2019-11-20 14:10:24 +01:00
mihtjel ea28cc21d8
Merge pull request #102 from zarath/bugfix/touchstone_options
Bugfix/touchstone options
2019-11-19 19:59:36 +01:00
Holger Mueller e27e1a90a0 Merge branch 'bugfix/touchstone_options' 2019-11-19 19:20:34 +01:00
Holger Mueller d22bd74316 Merge branch 'upstream_Development' 2019-11-19 19:20:14 +01:00
Holger Mueller 686b445562 added unit tests to touchstone module 2019-11-19 19:16:02 +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
mihtjel d84168b1da
Merge pull request #100 from mihtjel/feature/touchstone_rewrite
Feature/touchstone rewrite
2019-11-19 12:35:55 +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