X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 17 Jan 2013 06:33 AM by  anon
Task scheduling in IDL
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:11
New Member


--
17 Jan 2013 06:33 AM
    Hello there, I have IDL script that suppose to deal with near real-time data from METEOSAT that comes in every 15 minutes. The code itself is OK and works properly but I need to make it start automatically. So my first question is how to make this script to start every 15 minutes within ENVI/IDL environment. The second question: May be its easier to utilize Windows scheduling tools but for use it I am need to call IDL from Windows command line. Any suggestions about these two issues? Thank you in advance Michael

    Deleted User



    New Member


    Posts:
    New Member


    --
    17 Jan 2013 11:55 AM
    Hi Michael, Have you try using Cron jobs in Linux?: http://en.wikipedia.org/wiki/Cron Remember that you have the SPAWN command in IDL that can spawn operating system commands from inside IDL. Cheers, Fernando Exelis VIS
    You are not authorized to post a reply.