Bandmath min and max functions for more than 2 values

I just found out min and max only accept 2 values. Is there a multi value function similar to avg and stddev?

Sorry, to disappoint you again. This is not possible. You need to chain the functions, like: max( A, max(B, max(C, D)))

But such functions are integrated into the upcoming EOMasters Toolbox. IT will be released when SNAP 10 has been released.
There will also be a mean function, and all exclude NaN, infinite and invalid pixels from the calculation.

EOMasters_icon_60 Marco from EOMasters - Mastering Earth Observation

2 Likes

That sounds great! looking forward to a smooth release day!