2022-05-29: APP 2.0.0-beta2 has been released !
Release notes
Download links per platform:
windows 2.0.0-beta2
macOS x86_64 2.0.0-beta2
macOS arm64 M1 2.0.0-beta2
Linux DEB 2.0.0-beta2
Linux RPM 2.0.0-beta2
Hello,
I have been running across the following error when I get to the normalization step:
Encountered error in module:
NormalizationActionListener
Error message:
java.lang.ArrayIndexOutOfBoundsException: 1
<snip>
The screenshot is attached. This is on version 1.083, and I've had to disable normalization for the integration to work. This does happen occasionally, but I don't really know what triggers it. Any suggestions?
Most of the times this happens, is when you're processing narrowband data together with RGB data, normalizing those two types is not possible. In a future version Mabula will make this easier so that it does work in some way automatically, but at the moment you'd have to treat that data differently.
Ah, I see! I'll process them separately then and combine them later. Thanks for clarifying.