From bcbe13865562b7fe14e5edf6c288753982c6d624 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Bernard Date: Mon, 21 Feb 2022 16:38:51 +0100 Subject: [PATCH] introduced use of system variable dustem_nocatch --- src/idl/dustem_init.pro | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/src/idl/dustem_init.pro b/src/idl/dustem_init.pro index 52dc935..4ad0e8c 100755 --- a/src/idl/dustem_init.pro +++ b/src/idl/dustem_init.pro @@ -78,6 +78,8 @@ defsysv, '!dustem_redshift', 0. ;in case the SED needs to be shifted for a no pd_bidon=['NONE'] dustem_init_plugins,pd_bidon +defsysv,'!dustem_nocatch',0 ;set to catch errors in sed fitting. + ;stop ;==== define a stellar modyfier to the ISRF -- libgit2 0.21.2