Commit f28cb4f48618785ca1531588004df4690094f08f
1 parent
35b69f9a
Exists in
master
improved
Showing
1 changed file
with
4 additions
and
5 deletions
Show diff stats
src/idl/dustem_make_sed_table.pro
... | ... | @@ -73,8 +73,8 @@ Nparams=n_elements(parameters_description) |
73 | 73 | ;== INITIALISE DUSTEM |
74 | 74 | use_polarization=0 |
75 | 75 | dustem_init,model=model,pol=use_polarisation |
76 | -!dustem_verbose=1 | |
77 | -!dustem_show_plot=1 | |
76 | +;!dustem_verbose=1 | |
77 | +;!dustem_show_plot=1 | |
78 | 78 | !dustem_which='RELEASE' |
79 | 79 | |
80 | 80 | use_filters=[dustem_instru2filters('NIRCAM'),dustem_instru2filters('MIRI'),dustem_instru2filters('IRAS'),dustem_instru2filters('PACS'),dustem_instru2filters('SPIRE'),dustem_instru2filters('HFI')] |
... | ... | @@ -156,9 +156,8 @@ FOR i=0L,Nc-1 DO BEGIN |
156 | 156 | |
157 | 157 | ;fpval = *parameter_values[i] |
158 | 158 | pval = *parameter_values[i] |
159 | - message,'================= computing model '+strtrim(i,2)+'/'+strtrim(Nc,2)+' ('+strtrim(1.*i/Nc*100.)+'%)',/continue | |
160 | - ;print,'parameter_values=',fpval | |
161 | - print,'parameter_values=',pval | |
159 | + message,'= computing model '+strtrim(i,2)+'/'+strtrim(Nc,2)+' ('+strtrim(1.*i/Nc*100.)+'%)',/continue | |
160 | + ;print,'parameter_values=',pval | |
162 | 161 | |
163 | 162 | ;=== initialise all this information into dustemwrap's brain |
164 | 163 | ;stop | ... | ... |