IDL: Interactive Data Language

by Anu Rao


Running IDL

To run idl, at the Unix prompt type

idl

To access idl's online help, at the idl prompt type

IDL> ?

and a separate, menu-driven help window will pop up. To run the built-in demo program, type

IDL> demo

and a separate window will pop up, with menu-driven options.


IDL Examples

We have some sample IDL scripts available online: For example, to run the IDL script plots.pro, save the file plots.pro and sine.dat to you directory. Then run IDL, and type

IDL> .run plots

and a separate window will pop up with the plot.


Helpful Hints/Notes for IDL

http://math.arizona.edu/~swig/documentation/idl/index.php
Last modified: Fri, 14 Dec 2007 15:50:52 -0700
E-mail: swig@math.arizona.edu
Valid XHTML 1.0! Valid CSS!