X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 23 Aug 2011 05:02 PM by  anon
IDL calling ENVI - different versions
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
23 Aug 2011 05:02 PM
    Hi folks - I a, programming in IDL 7.0 with ENVI 4.5. I need to write IDL scripts that call ENVI functions, to simply/speed up my company's specific image processing methods. I have a script that works just fine on my system, but it does not work for one of my coworkers. She is running IDL 6.4.1 with ENVI 4.4. When I run my script on her system, calls to, for example, "ENVI_OPEN_FILE' are recognized, but when I call 'MATH_DOIT', IDL claims it does not recognize the function. Can anyone suggest what might be going on, here? Thanks so much.

    MariM



    Veteran Member


    Posts:2396
    Veteran Member


    --
    24 Aug 2011 07:32 AM
    Is it a batch routine run from IDL? Is it set up using the typical syntax of: pro myfunction compile_opt idl2 envi, /restore_base_save_files envi_batch_init ;programming routines here envi_batch_exit end
    You are not authorized to post a reply.