bcdev / snap-idepix

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

idepix-landsat8: infinite recursion in isCloudSure() #79

Closed jesseanttila-cai closed 6 months ago

jesseanttila-cai commented 1 year ago

Commit 1571c86 introduced an unavoidable infinite recursion in isCloudSure() at Landsat8Algorithm.java#L77. The following commit 21244e0 appears to include the correct change in terms of #49 , setting IDEPIX_CLOUD_AMBIGUOUS to false when IDEPIX_CLOUD_SURE is true.

jesseanttila-cai commented 6 months ago

See 7f8fa96.