X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 11 Jul 2019 05:02 AM by  MariM
How to find Max Value of Stack of EVI Images
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

Arsyad Nur Ariwahid



New Member


Posts:
New Member


--
10 Jul 2019 03:52 PM
    I have 8 EVI Images, I need to find max value for each EVI Images Pixel and extract them into 1 Image that shows only the highest value of 8 EVI Images.
    Example: Image 1 has the highest value on several pixels from the other images, so the final image will take several pixels from Image 1.
    The Question, can I do that?
    I've tried using band math (B1 GT B3 AND B1 GT B2)*B1 + (B2 GT B1 AND B2 LT B3)*B2 + .... but it seems doesn't show the correct value.

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    11 Jul 2019 05:02 AM
    You could use the Compute Pixel Statistics tool:
    http://www.harrisgeospati...tatistics.html#Pixel
    You are not authorized to post a reply.