Xerbo / LeanHRPT-Decode

An easy to use HRPT decoder.
GNU General Public License v3.0
85 stars 9 forks source link

Presets #3

Closed Xerbo closed 3 years ago

Xerbo commented 3 years ago

This removes the NDVI tab and replaces it with a "Presets" tab, where a preset can be selected (defined in preset.h for now, maybe a preset manager in the future?).

Presets are evaluated with tinyexpr, which is rather slow when processing millions of pixels.

NOTE: This is still WIP and subject to change.