X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 17 Feb 2010 04:18 PM by  anon
Adding all pixel value accross all bands.
 3 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
17 Feb 2010 04:18 PM
    Hello, I have hypespectral image, more than hundreds bands.I want to sum up pixels value across all band and create a image. Any idea.?

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    22 Feb 2010 08:33 AM
    Have you tried one of the outputs under Basic Tools ->Statistics ->Sum Data Bands?

    Deleted User



    New Member


    Posts:
    New Member


    --
    23 Feb 2010 03:41 AM
    Thanks mminari, that worked. What i wanted is  to normalize the image .I can create a sum^2 image from basic tools>statistics> sum^2 data bands. Now i want to divide every bands with sqrt(sum^2) image. Since sqrt(sum^2) band is a single band, dividing every bands with band math didnt work ! i think i have to replicate sqrt (sum^2)  image to match with no. of bands in my hyperspectral. Is there any way to do this in ENVI, with out plunging into IDL?? 

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    23 Feb 2010 08:20 AM
    It seems like this should work in Band Math.  You can divide a multiband file by a single band.  The equation would be the same as b1/b2 where b1 would be mapped to the file containing the multiple bands and b2 would be the single band file.
    You are not authorized to post a reply.