From 08afb50c9fb408993ccb883a2a277b994aa7a966 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernard Date: Tue, 13 Jul 2021 11:45:31 +0200 Subject: [PATCH] First commit --- src/gdl_startup_sample | 20 ++++++++++++++++++++ src/idl_startup_sample | 18 ++++++++++++++++++ 2 files changed, 38 insertions(+), 0 deletions(-) create mode 100644 src/gdl_startup_sample create mode 100644 src/idl_startup_sample diff --git a/src/gdl_startup_sample b/src/gdl_startup_sample new file mode 100644 index 0000000..2386e93 --- /dev/null +++ b/src/gdl_startup_sample @@ -0,0 +1,20 @@ +message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info + +!path=!path+':'+'/Users/jpb/Soft_Librairies/gdl/src/pro' + +defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs +defsysv,'!indef',-32768. ;undefined value + +;===DUSTEM_WRAP release V1.3 (gitlab head version) +;This is the files to use for dustem4.3_wk +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' +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 +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' +!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 diff --git a/src/idl_startup_sample b/src/idl_startup_sample new file mode 100644 index 0000000..822a416 --- /dev/null +++ b/src/idl_startup_sample @@ -0,0 +1,18 @@ +message,'This is a minimal IDL/GDL startup meant to be used for the Dustem-Wrapper in the context of the ISM Workshop',/info + +defsysv,'!psep',':' ;idl path separator for a Mac/unix. To be changed for PCs +defsysv,'!indef',-32768. ;undefined value + +;===DUSTEM_WRAP release V1.3 (gitlab head version) +;This is the files to use for dustem4.3_wk +defsysv,'!dustem_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/' +defsysv,'!dustem_wrap_soft_dir',getenv('HOME')+'/Soft_Librairies/dustem-wrapper_idl/' +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 +defsysv,'!dustem_f90_exec',getenv('HOME')+'/Soft_Librairies/dustem4.3_wk/src/dustem' +!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 -- libgit2 0.21.2