sorry, stupid question...
How to write a band math expression for a maximum value composite (from a 3-band image I have to locate the maximum values for all pixels and form new image from those pixels)? I tried expressions such as: MAX(b1,b2,b3) for the respective bands, but it returns a syntax error.
|