X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 02 Dec 2008 11:34 AM by  anon
multiband image negative values
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
02 Dec 2008 11:34 AM
    Hi I am a new IDL user and I am working with a multiband image. I would like to identify in each of the bands all pixels with a certain value, how can I do it? Thanks for your help

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    04 Dec 2008 07:30 AM
    You could use a WHERE statement to find the values in your array.  There is an example in the IDL help on how to use this for a 1-D array.  For multiple bands, you could use a FOR loop to loop through each band and find the values of interest.
    You are not authorized to post a reply.