Archive for May 11th, 2009
Monday, May 11th, 2009
Command line options for your IDL program
The COMMAND_LINE_ARGS routine was introduced in IDL 6.2, allowing IDL programs to access command line args passed to IDL when starting it. For example, to pass command line arguments into the MYPROGRAM routine, call IDL like below: $ idl -e “myprogram” -args a b c Then, in MYPROGRAM, the command line arguments could be retrieved [...]
3 Comments » - Posted in IDL by Michael Galloy
Monday, May 11th, 2009
IDL 7.1 resources
More information about the upcoming IDL 7.1 release is now available on the ITT VIS website. This agrees with what I heard about IDL’s roadmap at VISualize 2009.
