Sam
Sam
Just released `v1.3` with all the HRIT changes and a UDP input option for your hardware modem. Let me know how the UDP input goes!
Hi Farid, Sorry I did not see this issue sooner. Did you find a solution to this problem? The `runtime_error` is raised by this section of code in `rtlsdr_source.cc` where...
Hi, thank you very much for testing himawari-rx! I had a feeling that packets arriving out of order would be an issue when receiving directly from the real C-band downlink....
Hi, I have rewritten parts of the decoder to now accept file parts arriving before the information packet. I also came across another issue in the file assembly code which...
Hi Ivan, This is more of a limitation of the way USB works as devices are re-enumerated each time they are plugged in or power cycle. You could setup some...
Hi Ivan, It seems the source queue used in the [main loop of `demodulator.cc`](https://github.com/sam210723/goestools/blob/master/src/goesrecv/demodulator.cc#L89) is not closing correctly when the device is unplugged. I'll do some testing of this so...
Hi Revaes, I'm taking a look now. The waveform header is a different length for some reason. ``` Traceback (most recent call last): File "C:\Program Files (x86)\Python38-32\lib\site-packages\wavebin\interface.py", line 184, in...
Hi Jeff, thanks for the Siglent sample. wavebin doesn't have a parser for the Siglent binary format at the moment. I've found the [format specification](https://siglentna.com/operating-tip/oscilloscope-binary-data-format/?pdf=20056) on the Siglent site which...
Possibly caused by non-Unicode characters in font path - https://github.com/python-pillow/Pillow/issues/3480 - https://github.com/python-pillow/Pillow/pull/3785 - https://github.com/python-pillow/Pillow/issues/3145 - [pil-issue-oserror-cannot-open-resource](https://stackoverflow.com/questions/47694421/pil-issue-oserror-cannot-open-resource)
Same issue after updating to Pillow 7.0.0