X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 10 Jul 2015 07:13 PM by  anon
How to code to operate RPC Orthorectification Workflow without Rigorous Module licensed?
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
10 Jul 2015 07:13 PM
    I have ENVI 5.2.1 and IDL, but not the Orthorectification Module. I can use the RPC Orthorectification Workflow with one image at a time, but how to make it work in batch with IDL as I have more than 200 images to process?

    Zachary Norman



    Basic Member


    Posts:173
    Basic Member


    --
    13 Jul 2015 09:46 AM
    Hi Peter, I would suggest looking at the ENVI task for RPC orthorectification: http://www.exelisvis.com/...ctificationTask.html That link provides an example of how to use IDL to run the RPCOrthorectification task. This template can be extending to use multiple images with a for loop where the ImageFile, DEMFile, and GCPFile are defined in a list or just once if all your images use the same DEM and GCP. To make things easier than typing a list of 200 names of files, you can try to use FILE_SEARCH if all your files have the same file extension (http://www.exelisvis.com/...s/FILE_SEARCH.html).
    You are not authorized to post a reply.