X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 04 Feb 2013 12:11 AM by  anon
layer stacking HANDLE NO OVERLAP ERROR
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:6
New Member


--
04 Feb 2013 12:11 AM
    Hi all, I'm writing an automatic code where I have to use the "envi_layer_stacking_doit" routine. It could happen that the 2 files to be layered are not overlapping and this will generate an error by mean of a ENVI warning popup and then the program stops processing data Since I have to process a long time series data is there a way to handle this error in order to avoid stopping the running of the program? Thanks in advance

    Deleted User



    New Member


    Posts:
    New Member


    --
    08 Feb 2013 01:37 PM
    You may need to add some lines of code that would compare the geographic extents of the files being stacked and if one or more don't then continue the program. This is an error check mechanism that will make the program more robust and flexible.
    You are not authorized to post a reply.