X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 01 Oct 2020 08:25 AM by  Jason Wolfe
Capturing ENVI commands in IDL
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

David Hein-Griggs



New Member


Posts:
New Member


--
29 Sep 2020 06:13 PM

    Hello,
    I am trying to help a Ph.D. student process ~80 satellite images.
    She has a series of steps
    -Combine 66 img files into one file with that many bands.
    -Aggregate to a lower resolution
    -Convert to geotiff
    -extract regions of interest (ROIs)

    She can do all this with ENVI manually, but it sure would be nice to automate to process.

    I have coded in IDL before (it's been a while, but I remember the basics).

    What I am hoping is that there's a way to see the underlying IDL command being run by ENVI when the above actions are taken.
    Something like what ArcGIS can do (in which you run tools and then can see the Python snippet).

    Thanks for any advice.

    DHG

    Jason Wolfe



    New Member


    Posts:59
    New Member


    --
    01 Oct 2020 08:25 AM
    The ENVI Modeler (introduced in version 5.5) can be used to build this workflow. It will let you process the images in batch mode so that you don't have to do anything manually. You can also see the underlying IDL code that comprises the model by selecting Code > Generate IDL Program from the ENVI Modeler menu bar.
    You are not authorized to post a reply.