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.
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.