X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 18 Jun 2010 01:09 PM by  anon
ENVI_GET_DATA
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
18 Jun 2010 01:09 PM
    I'm trying to read image data into a routine. I'm doing tile processing on these images, so I've been using ENVI_GET_DATA to load each tile. To do this I have to loop through every band of the image to build one tile, which is of dimensions [tileSize, tileSize, numBands]. As a result, my code is very slow. If anyone knows of code that can read in image data what is basically a spatial image subset (not a single band or slice), I would be very grateful for information. Or, if someone knows where ENVI code is stored I could take a look at ENVI_GET_DATA and make a new editied program with the required changes.

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    18 Jun 2010 02:47 PM
    Have a look at ENVI_TILE_INIT and ENVI_GET_TILE. They have some nice examples in the help on how to do tiled processing.
    You are not authorized to post a reply.