; IDL Version 6.0, Mac OS X (darwin ppc m32) ; Journal File for sebastie@sebastien-masson.local ; Working directory: /Users/sebastie/SAXO_RD ; Date: Mon Jun 27 21:29:19 2005 ; ; This is the initialisation file. ; it defines the !path and the defaut values of some of the common variables ; ; this is supposed to speed-up IDL... ; ; a = fltarr(1000,1000,100) ; a = 0 ; ; path definition ; !path = expand_path('+' + '/Users/sebastie/IDL') $ + path_sep(/search_path) + expand_path('+' + '/Users/sebastie/SAXO_RD') $ + path_sep(/search_path) + expand_path('+' + !dir) ; ; compatibility with the old version ; keep_compatibility, 0 ; ; define all the commons ; @all_cm ; ; define default directories ; homedir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default HOME directory') iodir = isadirectory('/Users/sebastie/DATA/ORCA2/', title = 'Select the default IO directory') psdir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default postscripts directory') imagedir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default images directory') animdir = isadirectory('/Users/sebastie/SAXO_RD/', title = 'Select the default animations directory') ; ; define printer parameters ; printer_human_names = '' printer_machine_names = '' printer_machine_names = '' ; ; colors ... ; device, decomposed = 0 device, retain = 2 lct, 39 ; ; postscript parameters ... ; key_portrait = 0 page_size = [20.9903, 29.7039] windowsize_scale = 1.00000 archive_ps = 0 ; ;======================================================== ; end of the part that should be modified by the users... ;======================================================== ; @updateold ;