Commit 7cc6c3def5304556eeefc9a6a9c703c491f01832

Authored by Jean-Philippe Bernard
1 parent 0d4cc9b3
Exists in master

added and removed stops

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, &#39;Final parameters : &#39;, 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
... ... @@ -40,6 +40,8 @@ FUNCTION dustem_mpfit_run,x,p_min,niter=niter_completed,_EXTRA=_extra
40 40  
41 41 ;note that x is not used.
42 42  
  43 +;stop
  44 +
43 45 IF keyword_set(help) THEN BEGIN
44 46 doc_library,'dustem_mpfit_run'
45 47 sed=0.
... ...