Blame view

src/gdl_startup_sample 1.38 KB
597abd7d   Jean-Philippe Bernard   made to say IDL o...
1
2
message,'This is a minimal GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info
;please make sure that your GDL_STARTUP system variable is set to this file
08afb50c   Jean-Philippe Bernard   First commit
3

08afb50c   Jean-Philippe Bernard   First commit
4
5
6
defsysv,'!psep',':'         ;idl path separator for a Mac/unix. To be changed for PCs
defsysv,'!indef',-32768.    ;undefined value

49b174cd   Jean-Philippe Bernard   improved
7
8
9
;must set this or equivalently have usinx variable GDL_PATH set to the appropriate gdl pro directory
!path=!path+!psep+'/Users/jpb/Soft_Libraries/gdl/src/pro'

08afb50c   Jean-Philippe Bernard   First commit
10
11
;===DUSTEM_WRAP release V1.3 (gitlab head version)
;This is the files to use for dustem4.3_wk
19c45d4a   Jean-Philippe Bernard   fixed bug
12
13
defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/'
defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem-wrapper_idl/'
08afb50c   Jean-Philippe Bernard   First commit
14
15
16
defsysv,'!dustem_which','WEB3p8'
defsysv,'!dustem_dat','/tmp/Dustem/'   ;This must be the same as data_path in file DM_constants.f90
defsysv,'!dustem_res','/tmp/Dustem/'   ;This must be the same as data_path in file DM_constants.f90
19c45d4a   Jean-Philippe Bernard   fixed bug
17
defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/src/dustem'
08afb50c   Jean-Philippe Bernard   First commit
18
19
20
21
22
!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl')           ;add idl wrapper software to the idl path 
!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl_misc')      ;for librairies dependences
!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/workshop')      ;For the ISM workshop only

device,decompose=0