X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 02 Sep 2012 08:30 AM by  anon
Assigning bands in Band math expression
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:1
New Member


--
02 Sep 2012 08:30 AM
    I am processing multiple Landsat data for my research. I would like to perform dark object subtraction on each image then calculate NDVI from the output. Does anyone know if there is a way of grabbing the bands from the dark object subtract result and use them in the Band math expression? I have already done the dark object subtract part but I need to continue with the NDVI calculation. M

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    03 Sep 2012 07:57 AM
    Do you mean that you want to use programming to do this? Are you using DARK_SUB_DOIT? All ENVI routines include an output parameter called 'R_FID' which is the returned FID from the process. This contains the FID of the newly created file. You could then pass this to NDVI_DOIT.
    You are not authorized to post a reply.