IDL




Two IDL versions are available at AIfA: 7.0 and 7.1

see the Central Software Installation webpage for additional info about licenses and set up

tcsh

To initialize IDL in tcsh use the following commands:

set path = ( $path /vol/software/software/tools/idl/idl71/bin )

Substitute idl71 with idl70 if you want the oldest version

bash

To initialize IDL in bash use the following commands:

PATH="$PATH":/vol/software/software/tools/idl/idl71/bin

Substitute idl71 with idl70 if you want the oldest version



Return to Software Page

Return to Main Page



Last Updated 30-Jan-2013 by Lorenzo Lovisari