Commit 26361fb333e19218879a061b7aa7dddfc696b905

Authored by Jean-Philippe Bernard
1 parent 4ae78eb8
Exists in master

improved

Showing 2 changed files with 4 additions and 2 deletions   Show diff stats
src/idl/dustem_init.pro
... ... @@ -213,7 +213,9 @@ IF keyword_set(model) THEN BEGIN
213 213 (*!dustem_inputs).align='ALIGN_G17_MODELD.DAT'
214 214 END
215 215 ELSE:BEGIN
216   - message,'model '+model+' unknown'
  216 + message,'model '+model+' unknown',/continue
  217 + message,'Known models are COMPIEGNE_ETAL2010,DBP90,DL01,DL07,AJ13,G17_MODELA,G17_MODELB,G17_MODELC,G17_MODELD',/continue
  218 + stop
217 219 END
218 220 ENDCASE
219 221 ENDIF
... ...
src/idl/dustem_run_readme.pro
... ... @@ -115,7 +115,7 @@ ytit=textoidl('\nuI_\nu^{em} (W/m^2/sr for N_H=1.e20 H/cm^2)')
115 115 tit='Dustem Emitted Intensity '+use_model
116 116 yr=[1e-11,6.e-7]
117 117 xr=[1,5e3]
118   -dustem_plot_nuinu_em,st,yr=yr,/ysty,xr=xr,/xsty,/xlog,/ylog,title=tit
  118 +dustem_plot_nuinu_em,st,yr=yr,/ysty,xr=xr,/xsty,/xlog,/ylog,title=tit,xtit=xtit,ytit=ytit
119 119 ;== The following just plots the resulting extinction
120 120 window,1
121 121 yr=[0,2.5] ;range of 1/lambda
... ...