Open/Close The Hidden Shelf Menu


Archive for the 'IDL' Category

Installing IDL 6.3 on MacOS X

November 4th, 2006 by Marcos

So, maybe this is written somewhere, but it seems like the installation of IDL 6.3 on a Mac isn’t obvious. There’s a nice graphical installer, and the little .app wrappers, but I don’t find those useful. After you have installed things in /Applications/rsi, and you want to run IDL from the command line, there are some important files in /Applications/rsi/idl_6.3/bin that must be used.

Specifically, you want to run /Applications/rsi/idl_6.3/bin/install which will set up symbolic links to idl in /usr/local/bin. Although, on a fresh install of Tiger you won’t have a /usr/local/ or a /usr/local/bin/ and I think the installer chokes. You’ll have to create them if they don’t exist like so:

% sudo mkdir /usr/local
% sudo mkdir /usr/local/bin

Furthermore, you’ll need to have /usr/local/bin/ in your PATH.

Alternatively, you can you put the following line in your .cshrc file

source /Applications/rsi/idl_6.3/bin/idl_setup

Or if you use bash (which is the default shell in OS X) you can put this line in your .profile file in your home directory.

. /Applications/rsi/idl_6.3/bin/idl_setup.bash

Hope this is helpful to various IDL users.

.

IDL Out for Intel Macs

July 29th, 2006 by Marcos

IDL is now available for download for Intel-based macintoshes. As I’m told, it’s one installer that will install either Intel or PPC binaries depending on what system you have. It’s also finally labelled correctly at the ITTVIS download page web site.

The other “unix tar file” Mac download I guess is not for Intel systems, and they still haven’t updated their platform FAQ, but oh well.

Anyone with an Intel Mac who is running IDL, if you could give me some performance comparisons, that’d be sweet.

.

IDL for Intel-based Macs

June 6th, 2006 by Marcos

IDL 6.3 is out today, but it only runs on PowerPC based Macs. An email to the RSI support staff however garnered a response. IDL should be availabel for Intel Based macs in July, possibly as early as late June.

With IRAF running on Intel thanks to the IRAF.net gang, the last piece of the Intel puzzle for astronomers should soon be in place. I’d be very interested in anyone with benchmarks of code running on Intel-Based macs once IDL is out in a month or so.

.


Close
E-mail It