Commit 08afb50c9fb408993ccb883a2a277b994aa7a966
1 parent
6db3528a
Exists in
master
First commit
Showing
2 changed files
with
38 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,20 @@ |
1 | +message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info | |
2 | + | |
3 | +!path=!path+':'+'/Users/jpb/Soft_Librairies/gdl/src/pro' | |
4 | + | |
5 | +defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs | |
6 | +defsysv,'!indef',-32768. ;undefined value | |
7 | + | |
8 | +;===DUSTEM_WRAP release V1.3 (gitlab head version) | |
9 | +;This is the files to use for dustem4.3_wk | |
10 | +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' | |
11 | +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' | |
12 | +defsysv,'!dustem_which','WEB3p8' | |
13 | +defsysv,'!dustem_dat','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 | |
14 | +defsysv,'!dustem_res','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 | |
15 | +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' | |
16 | +!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl') ;add idl wrapper software to the idl path | |
17 | +!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl_misc') ;for librairies dependences | |
18 | +!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/workshop') ;For the ISM workshop only | |
19 | + | |
20 | +device,decompose=0 | ... | ... |
... | ... | @@ -0,0 +1,18 @@ |
1 | +message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info | |
2 | + | |
3 | +defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs | |
4 | +defsysv,'!indef',-32768. ;undefined value | |
5 | + | |
6 | +;===DUSTEM_WRAP release V1.3 (gitlab head version) | |
7 | +;This is the files to use for dustem4.3_wk | |
8 | +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' | |
9 | +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' | |
10 | +defsysv,'!dustem_which','WEB3p8' | |
11 | +defsysv,'!dustem_dat','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 | |
12 | +defsysv,'!dustem_res','/tmp/Dustem/' ;This must be the same as data_path in file DM_constants.f90 | |
13 | +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' | |
14 | +!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl') ;add idl wrapper software to the idl path | |
15 | +!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/idl_misc') ;for librairies dependences | |
16 | +!path=!path+!psep+expand_path('+'+!dustem_wrap_soft_dir+'/src/workshop') ;For the ISM workshop only | |
17 | + | |
18 | +device,decompose=0 | ... | ... |