Introductory Documents
Demos
- For a demonstration of IDL,
type idldemo at the UNIX command line
- The fastest way to learn to use IDL efficiently is to study
examples of user-written IDL programs. You can display on your screen
the code for any program (except for the proprietary built-in
routines) by typing .run -t [program name]. If you want a copy
of the program written to your current directory, use the
getpro routine.
Tutorials/Texts
ATV Image Display Tool
- ATV is an IDL widgit-based display program
that behaves like DS9 and SAOimage
(example
here). It was written by Aaron Barth. It's a quick and easy way
of inspecting 2-D data and doing rough analysis like plotting
image slices or getting FWHM's and brightnesses of sources. Oriented
toward CCD data.
- At UVa, ATV software is kept in /astro8/idl/atv and is included by
default in your IDL path.
- ATV Links
Best Links for Advice, Software Downloads
Help With IDL Programming and Routines
- ITTVIS supplies PDF documentation, interactively linked to your
active session, with each IDL purchase.
- To access the IDL manuals in PDF form from the UNIX
command line, type idlman.
- Another source for IDL PDF documentation: IDL Online Guide
(UCI)
- To access the hyper-help facility from the UNIX command line, type
idlhelp.
- To access documentation for IDL_5.1 in HTML with a browser,
click here.
- To access hyper-help from within IDL, type ? or ?[topic].
Note: The IDL hyper-help system in
Version 6.2 has been greatly improved over the badly conceived
PDF-based system in V.6.0. You should upgrade if you find yourself
frustrated by the older help facility.
- Most non-proprietary routines, e.g. those in the Astronomy User's
Library, contain an internal documentation section written in a
standard format. This can be accessed by several different routines
within IDL, such as man. You can
obtain the relevant programs from Wayne Landsman's help
contrib library. Many non-proprietary routines are coded such
that if you simply type the name of the routine, it will print the
parameter sequence expected (no special access software needed).
- Guide to IDL Programming Syntax
(Sterner)
Other Links
Last modified
November 2008 by R. W. O'Connell