|
Berkeley IDL Users |
|
IDL is the Interactive Data Language. It has become a popular tool for data analysis and visualization around these parts. This page is here for a few reasons:
- Berkeleyans have some useful code to contribute to the world.
- It's nice to have a gateway to the most useful IDL resources on the internet.
- The UCB Astronomy Department has an IDL Users Mailing List. Pertinent useful information offered to this forum will be collected here.
Setting Up Your IDL Environment
Berkeley User Code
- Erik
Rosolowsky
- John
"JohnJohn" Johnson -- John John, John John IDL John John.
John.
IDL Sites and Tutorials
- comp.lang.idl-pvwav Newsgroup (Archive) - The best place to ask/search for IDL help. There are some real black belts here.
- Carl Heiles's IDL tutorials - for his AY250 class on Numerical Data Analysis and Presentation. Here you'll find write-ups on:
- IDL tutorials for the UCB Undergraduate Astronomy Lab
- Guide to
IDL Programming
- by David Fanning.
- His Tips are really useful.
- So is his book, IDL Programming Techniques; there's a copy in room 709.
- IDL Tech Tips & IDL User-Contributed Code - These are straight from RSI. RSI developed IDL.
- Goddard IDL Astronomy User's Library - An incredible central repository for low-level astronomy IDL software.
- Links to other Astronomy IDL sites - A thorough list of links to very useful astronomy IDL sites.
- IDLWAVE - If you're using Emacs.
FAQ
prnit
rather than print, I can't access the line
above. What's the deal?
-
Your xterm is not set to enable Reverse Wraparound. Type
<SHIFT>-<MIDDLE BUTTON> in the xterm and
select "Enable
Reverse Wraparound" or start your xterm with the -rw flag.
-
From your sun account:
> cd /usr/local/rsi/idl
> tar cf ~/ulib.tar ulib
/usr/local/rsi/idl
directory. Then on your laptop:> cd /usr/local/rsi/idl
> tar xf ulib.tar
-
Probably, the hostname in the license file is set to
what it was at XXX. Edit
/usr/local/rsi/license/license.dat.
Change the hostname there to match your current hostname (which you can
get by typing hostname or uname
-n.)
To get on/off the Berkeley IDL Users mailing list, or suggest a link: HERE.
$LastChangedDate:: 2007-02-27#$