;+ ; NAME: ; MYIDLRC ; ; PURPOSE: ; IDL StartUp File ; ; USE: ; Copy to ~/.idlrc ( or to otherwise defined defined $IDL_STARTUP ) ; ; RESTRICTIONS: ; Depends on (and initializes) NASA GSFC IDL "astrolib" ; ; MODIFICATION HISTORY: ; 01 Nov 2008 Written by Mattia Vaccari ;- !path = '~/idl/myidllib/myidllib:' + '~/idl/myidltools/myidltools:' + '~/idl/myzdbase/myzdbase:' + !path + ':' + expand_path('+~/idl', /ALL_DIRS) device,true_color=24 device,decomposed=0,retain=2 !quiet=1 .run myalias astrolib