X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 25 Jul 2012 09:12 AM by  anon
Problems with EVI
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
25 Jul 2012 09:12 AM
    Hi Everyone, im having real problems trying to get my EVI calculations to work. Im using Landsat data and band math to create an EVI image for each data set. The formula i have been using is this: 2.5 *( (float(B4)-B3)/(B4+6*float(B3) - 7.5 *float(B1)+1) ) But all the results seem to be a negative value an the grey scale evi output image seems to be inverted in colour, so the areas that should be dark are bright and vise versa. Any help would be hugely appreciated as ive been stuck on this for a while! Thanks James

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    25 Jul 2012 09:41 AM
    Did you first convert your Landsat data to reflectance? I believe the equation works best when the data is in reflectance. Then you can use: 2.5*(b4-b3) / (b4+6*b3-7.5*b1+1)

    Deleted User



    New Member


    Posts:
    New Member


    --
    26 Jul 2012 02:27 AM
    I have tried this and now all i seem to get is a blank white image, once the EVI calculation is made

    Deleted User



    New Member


    Posts:
    New Member


    --
    26 Jul 2012 04:51 AM
    All sorted now, many thanks!! Your advice was spot on James
    You are not authorized to post a reply.