Commit 49b174cd2f986693e502784045c8da64a49aa1b9
1 parent
f0ac8429
Exists in
master
improved
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
src/gdl_startup_sample
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 | 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 | 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 | 3 | defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs |
6 | defsysv,'!indef',-32768. ;undefined value | 4 | defsysv,'!indef',-32768. ;undefined value |
7 | 5 | ||
6 | +;must set this or equivalently have usinx variable GDL_PATH set to the appropriate gdl pro directory | ||
7 | +!path=!path+!psep+'/Users/jpb/Soft_Libraries/gdl/src/pro' | ||
8 | + | ||
8 | ;===DUSTEM_WRAP release V1.3 (gitlab head version) | 9 | ;===DUSTEM_WRAP release V1.3 (gitlab head version) |
9 | ;This is the files to use for dustem4.3_wk | 10 | ;This is the files to use for dustem4.3_wk |
10 | defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/' | 11 | defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Libraries/dustem4.3_wk/' |