SatDump

A generic satellite data processing software.

GPL-3.0 License

Stars
1.2K
SatDump - Few fixes, white balance on MODIS and OC2 fixup

Published by Aang23 over 3 years ago

This release now uses white balance (Algorithm used by GIMP) for MODIS composites, and fixes up Oceansat-2 decoding on (very) large passes.

SatDump - Add Bowtie correction

Published by Aang23 over 3 years ago

MODIS, VIIRS and MERSI now are BowTie-corrected for better results

SatDump - Port the MPT fix to the FY AHRPT Decoder

Published by Aang23 over 3 years ago

SatDump - Fix progress on Terra

Published by Aang23 over 3 years ago

Small oversight when I ported over the new DSP system...

SatDump - Support larger basebands and cleanup Oceansat-2

Published by Aang23 over 3 years ago

size_t has been dropped in favor of uint64_t in demods to allow progress to work as expected on much lager files.

SatDump - Fix signed 16-bits integer baseband support

Published by Aang23 over 3 years ago

Properly scale i16 to (hopefully?) support a wider range of formats.

SatDump - Fix signed 8-bits integer baseband support

Published by Aang23 over 3 years ago

Input symbols are now scaled down to roughly [-1, 1] before passing through the AGC, avoiding clock recovery issues.

SatDump - Fix NOAA & METEOR HRPT + DSB Demods

Published by Aang23 over 3 years ago

I forgot to flush the buffer and correctly handle progress migrating to the new demod. Fixed now!

SatDump - LRPT Fixes and others - MSVC

Published by Aang23 over 3 years ago

Windows build update, to include latest fixes such as LRPT's.

SatDump - MSVC Build - VIIRS and MERSI fixed

Published by Aang23 over 3 years ago

SatDump - Improved MSVC build - Partially tested

Published by Aang23 over 3 years ago

Falcon, SMAP, Aqua & Terra, LRPT, DSB and all HRPT processing tested to work properly on Windows.
Live processing disabled for now.

SatDump - First "stable" MSVC build - Unstable but usable?

Published by Aang23 over 3 years ago

Here's the first apparently reliable build of SatDump made with MSVC, it seems to mostly work but bugs are to be expected... And I'm looking for them so please open an issue if you encounter any!