Commit 7cc6c3def5304556eeefc9a6a9c703c491f01832
1 parent
0d4cc9b3
Exists in
master
added and removed stops
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
src/idl/dustem_mpfit_data.pro
... | ... | @@ -129,7 +129,8 @@ p_dim=p_min*(*(*!dustem_fit).param_init_values) |
129 | 129 | p_er_dim=perror*(*(*!dustem_fit).param_init_values) |
130 | 130 | ;PRINT RESULTS |
131 | 131 | ;print,'<°)))>< <°)))>< <°)))>< <°)))>< <°)))>< <°)))>< <°)))>< <°)))><' |
132 | -print, 'Final parameters : ', p_dim | |
132 | +message, 'Final parameters best values : ',/continue | |
133 | +print, p_dim | |
133 | 134 | ;=== store best fit values in syst variables |
134 | 135 | (*!dustem_fit).chi2=bestnorm |
135 | 136 | (*!dustem_fit).rchi2=bestnorm/dof |
... | ... | @@ -140,6 +141,7 @@ print, 'Final parameters : ', p_dim |
140 | 141 | (*!dustem_fit).current_param_errors=ptr_new(p_er_dim) |
141 | 142 | ;JPB: What if _extra.xr does not exist then ? |
142 | 143 | dustemwrap_plot,p_dim,stp,xr=_extra.xr,/xstyle,yr=_extra.yr,/ysty,/ylog,/xlog,title=_extra.title |
144 | + | |
143 | 145 | RETURN, p_dim |
144 | 146 | |
145 | 147 | END | ... | ... |
src/idl/dustem_mpfit_run.pro