Skip to:
It has been reported that using the median within the speckle filtering leads to an ArrayIndexOutOfBoundsException.
See: https://forum.step.esa.int/t/median-filtering/22413
The problem was most likely caused by that the user's product uses NaN as it noDataValue. Normally SAR products do not use NaN as noDataValue. The code for all filters has been updated to handle the rare case like this.
It has been reported that using the median within the speckle filtering leads to an ArrayIndexOutOfBoundsException.
See: https://forum.step.esa.int/t/median-filtering/22413