Commit af20847a06bfc4927a0e5a9baa81b67f68663d8d
1 parent
55275be6
Exists in
master
small fix
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
src/idl/dustem_init.pro
... | ... | @@ -111,14 +111,15 @@ dustem_init_plugins,pd_bidon |
111 | 111 | defsysv,'!dustem_nocatch',0 ;set to catch errors in SED fitting. |
112 | 112 | |
113 | 113 | |
114 | +defsysv,'!indef', exists=exists_indef | |
115 | +IF NOT exists_indef THEN defsysv,'!indef',-32768. | |
116 | + | |
117 | + | |
114 | 118 | ;=== read info about instrument |
115 | 119 | file=!dustem_wrap_soft_dir+'instrument_description.xcat' |
116 | 120 | st=read_xcat(file,/silent) |
117 | 121 | defsysv,'!dustem_instrument_description',st |
118 | 122 | |
119 | -defsysv,'!indef', exists=exists_indef | |
120 | -IF NOT exists_indef THEN defsysv,'!indef',-32768. | |
121 | - | |
122 | 123 | |
123 | 124 | |
124 | 125 | ;NOT REALLY SURE ABOUT THIS - getting the iteration number | ... | ... |