bcdev / snap-idepix

Collection of IdePix pixel classification modules for various sensors
GNU General Public License v3.0
4 stars 1 forks source link

S2 Idepix ends with ArrayIndexOutOfBoundsException #44

Closed TonioF closed 3 years ago

TonioF commented 3 years ago

It was observed that the computation of the S2 cloud shadow terminated unsuccessfully for a product. The reason for this was hard to find out due to https://github.com/bcdev/snap-idepix/issues/43 . Ultimately, it was found that there was an ArrayIndexOutOfBoundsException. This, of course, needs to be prevented.

TonioF commented 3 years ago

Closed by #45