Wykres commitów

28 Commity (3015ee555ddf9fb129aee4e2d184e4f2d7e27b31)

Autor SHA1 Wiadomość Data
Mark Jessop 3015ee555d Add JSON and CSV logging options, disable habitat upload 2022-12-19 17:55:37 +10:30
Mark Jessop 05db1a3b2f Handle zero samples better, send baud rate and modulation details, inhibit habitat position upload 2022-09-17 19:56:10 +09:30
Mark Jessop 7976342c36 Add altitude field for better elevation calculations 2022-03-19 11:25:02 +10:30
Mark Jessop 252287f54d Add basic rotator control 2022-03-06 15:47:08 +10:30
Mark Jessop 6a03ffb5b9 Add dial freq entry 2022-02-05 19:40:29 +10:30
Mark Jessop b6ba21559c Add sondehub-ham upload support, add SNR to last packet display 2022-02-05 17:40:35 +10:30
Mark Jessop 6becf68ebf Updates to support v2 telemetry 2021-09-04 19:17:45 +09:30
Mark Jessop e43631db85 Merge branch 'master' of github.com:projecthorus/horus-gui 2021-03-10 18:13:51 +10:30
Mark Jessop fe4ff20813 Additional check on dbfs value before processing. 2021-03-10 18:11:48 +10:30
Joel Stanley 80f3b6aabb Fix crash when updating SNR
Sometimes I get this crash when decoding a packet. It is the first
packet after starting the decoder:

2021-01-30 18:54:56,944 INFO: Started Audio Processing.
Traceback (most recent call last):
  File "horus-gui/horusgui/audio.py", line 128, in handle_samples
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pyqtgraph/graphicsItems/GraphicsItem.py", line 545, in viewRangeChanged
    _stats = self.modem.add_samples(data)
  File "horus-gui/horusdemodlib/horusdemodlib/demod.py", line 362, in add_samples
    self.callback(_frame)
  File "horus-gui/horusgui/gui.py", line 750, in handle_new_packet
    def viewRangeChanged(self):
ValueError
    _snr = float(widgets["snrLabel"].text())
ValueError: could not convert string to float: '--.-'
2021-01-30 19:02:12 +10:30
Mark Jessop 5e194e0dba Add CRC fail inhibit, add dBFS readout, set mask estimator on by default for Horus Binary v1 mod 2020-12-27 21:26:31 +10:30
Mark Jessop de1de7d52f v0.1.20 Updates 2020-10-05 17:54:15 +10:30
Mark Jessop 1e0f5b1456 Add manual estimator limit option 2020-07-20 21:23:16 +09:30
Mark Jessop cf9e67691b Stop spectra display from trying to scale to -inf 2020-07-12 19:04:34 +09:30
Mark Jessop b935f82e6d Add GQRX UDP input 2020-07-12 17:09:23 +09:30
Mark Jessop da83bd7971 Fix issues with import namespaces 2020-07-12 14:28:10 +09:30
Mark Jessop 1ae049a884 Remove old import 2020-07-11 17:43:27 +09:30
Mark Jessop 57a0cb5400 Move horusudp to horusdemodlib repo 2020-07-11 17:41:58 +09:30
Mark Jessop b36856c2a1 Tweak audio selection, add Horus UDP output. 2020-07-11 17:17:01 +09:30
Mark Jessop 420f13665d Move log updates into queue 2020-07-10 21:59:55 +09:30
Mark Jessop 6bc6f132a3 GUI tweaks 2020-07-10 21:48:12 +09:30
Mark Jessop 24074c2b95 Add window icon 2020-07-10 21:20:04 +09:30
Mark Jessop f5f07e6448 Change raw/decoded fields to LineEdit boxes 2020-07-10 20:11:35 +09:30
Mark Jessop 29d5d6eb2b Add startup entry point 2020-07-06 20:36:57 +09:30
Mark Jessop c515c9eed9 Add relative position displays. 2020-07-05 17:32:05 +09:30
Mark Jessop 5882a3f3a7 Grey out start button until decoders initialize 2020-07-04 21:15:53 +09:30
Mark Jessop cce0ca8e33 Reset displays on start, fix horusdemodlib so path 2020-07-04 21:08:30 +09:30
Mark Jessop 476bf69dbb move to poetry package management, repoint to horusdemodlib 2020-07-04 21:00:14 +09:30