source: trunk/SRC/Documentation/xmldoc/idlfiles/init_example.pro @ 412

Last change on this file since 412 was 239, checked in by smasson, 17 years ago

cleaning + minor bugfix related to the path definition

  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1; IDL Version 6.0, Mac OS X (darwin ppc m32)
2; Journal File for sebastie@sebastien-masson.local
3; Working directory: /Users/sebastie/SAXO_RD
4; Date: Mon Jun 27 21:29:19 2005
5 
6;
7; This is the initialisation file.
8; it defines the !path and the defaut values of some of the common variables
9;
10; this is supposed to speed-up IDL...
11;
12; a = fltarr(1000,1000,100)
13; a = 0
14;
15; path definition
16;
17!path = expand_path('+' + '/Users/sebastie/IDL') $
18      + path_sep(/search_path) + expand_path('+' + '/Users/sebastie/SAXO_RD') $
19      + path_sep(/search_path) + expand_path('+' + !dir)
20;
21; compatibility with the old version
22;
23keep_compatibility, 0
24;
25; define all the commons
26;
27@all_cm
28;
29; define default directories
30;
31homedir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default HOME directory')
32iodir = isadirectory('/Users/sebastie/DATA/ORCA2/', title = 'Select the default IO directory')
33psdir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default postscripts directory')
34imagedir = isadirectory('/Users/sebastie/IDL/', title = 'Select the default images directory')
35animdir = isadirectory('/Users/sebastie/SAXO_RD/', title = 'Select the default animations directory')
36;
37; define printer parameters
38;
39printer_human_names = ''
40printer_machine_names = ''
41printer_machine_names = ''
42;
43; colors ...
44;
45device, decomposed = 0
46device, retain = 2
47lct, 39
48;
49; postscript parameters ...
50;
51key_portrait = 0
52page_size = [20.9903, 29.7039]
53windowsize_scale = 1.00000
54archive_ps = 0
55;
56;========================================================
57; end of the part that should be modified by the users...
58;========================================================
59;
60@updateold
61;
Note: See TracBrowser for help on using the repository browser.