To use IDL from X windows, first setup IDL in system-specific ways (see below).
module load idlSome window managers automatically set this information, but if not, you can do it manually. You will need to know your computers TCP/IP number, e.g., 198.35.2.251, or the name, such as mything.pppl.gov. See the architecture-specific information below. Additionally, most X-window systems (but not MacX and eXodus) need permission to send their X windows to your X display. For example, if you have logged into a portal machine to run IDL, you will have to type
ssh portal.pppl.govin a login window, or give permission through some security menu, to allow X windows from portal.pppl.gov to be displayed at your display. Mac users should type " -Y" after "ssh".
IDL will be in your path, so simply type idl
to the system prompt.
NSTX users new to Unix should read
$NSTXUSR/util/init_files/AAA_Whats_Here.txt.
To have access to NSTX-support (and some other user-written routines),
you will need additional
directories added to your IDL_PATH environmental variable.
If you are running the csh, tcsh or bash shells,
place the following in your
.cshrc UNIX startup file:
module load nstx
You have some options. See Limiting "Flashing" when using IDL at PPPL.
Your monitor, or X-server, is probably set for 24-bit color (millions of colors), and the IDL routines are trying to work with 8-bit color. Do the following immediately upon entering IDL:
IDL> Device, Decomposed=0
See
http://NSTX.pppl.gov/nstx/Software/IDL/simplecolors.html for
an easy way to plot with named colors in IDL.
Excellent advice on using color in IDL is provided at
Fanning Consulting IDL Pages .
The page on
Limiting "Flashing" when using IDL at PPPL is also relevant.
If the IDL documention convention has been followed, you may get documentation on individual routines by typing:
IDL> doc_library,'routine_name'
Please mail comments on this page to bdavis.