X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 30 Dec 2003 07:11 AM by  anon
Please show me the way to display AVIRIS images
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
30 Dec 2003 07:11 AM
    The problem I have is to display AVIRIS images via IDL. The images can be displaid via ENVI. The images are 3 dimensions (samples, lines and bands)binary data, 16 bit integer, BIP format and big-endian. I am going to display on a PC. I followed the steps (Binary_template, read_binary and tvscl) shown on manuals without syntax errors. However, the displays were wrong. Please show me the right way. Thanks a lot. Chengqian Zhang

    Deleted User



    New Member


    Posts:
    New Member


    --
    30 Dec 2003 07:11 AM
    hi Chengqian Zhang, although a late reply, better late than never. try simply to export the bands you want to see in IDL via ENVI's menu: File>export to IDL ... >(name your variable). in IDL you can show a single band image via the line: IDL> tvscl,variable if you export an multi-layered image that way the line in IDL should read: IDL> tvscl,variable[*,*,i] this is assuming that the order of your data in in the format [samples, lines, bands] where i = a specific band that you whish to see. otherwise there's a new program at the RSI code bank of IDL (or ENVI) that is made exactly for that. this is probably even better. i hope this helps. Tal
    You are not authorized to post a reply.