Sam
Sam

PIL throws an OSError when it can't load a font ```python Traceback (most recent call last): File "enhance-ir.py", line 338, in init() File "enhance-ir.py", line 82, in init handle_input(args.INPUT) File...
New waveform files for testing **wavebin** can be submitted here by attaching them to a comment. **Waveform files contain the serial number of the capturing oscilloscope.** If you wish to...
Add support for the Siglent Oscilloscope Binary format Documentation: - [Siglent Oscilloscope Binary Data Format](https://github.com/sam210723/wavebin/files/7441094/Siglent.Oscilloscope.Binary.Data.Format.pdf) - [How to Extract Data from the File of Siglent Oscilloscope](https://github.com/sam210723/wavebin/files/7441095/How.to.Extract.Data.from.the.File.of.Siglent.Oscilloscope.pdf) Samples: - [SDS2000X_PLUS.zip](https://github.com/sam210723/wavebin/files/7441111/SDS2000X_PLUS.zip) (submitted...
Adds new events `TrackingSchedulerAOSEvent` and `TrackingSchedulerLOSEvent`. Sends a HTTP POST request to `satdump_general.webhook_url` with JSON payload when `PipelineDoneProcessingEvent`, `TrackingSchedulerAOSEvent` or `TrackingSchedulerLOSEvent` are triggered. `SatDumpStartedEvent` also triggers a webhook when `BUILD_IS_DEBUG`...