Commit b393fdd92e3e8c508a138cdd37cd0733e384bf64
1 parent
ad631268
Exists in
master
chaaged the plot
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/idl/dustem_brute_force_fit.pro
... | ... | @@ -129,7 +129,7 @@ params=grid_param_values[ind[0],*] |
129 | 129 | fact=facts[ind[0]] |
130 | 130 | Nfreedom=Nseds-Nparams-1 |
131 | 131 | rchi2=chi2/Nfreedom |
132 | -best_sed=grid_seds[ind[0],*]*fact | |
132 | +best_sed=reform(grid_seds[ind[0],*])*fact | |
133 | 133 | |
134 | 134 | IF keyword_set(show_sed) THEN BEGIN |
135 | 135 | xtit='Wavelength [mic]' | ... | ... |