Commit 0c487640a62531809b10ada472290cb6b18a14b0

Authored by Ilyes Choubani
1 parent 8fbdb4c3
Exists in master

corrected missing xxpos

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
src/idl/dustemcgwin_dataset.pro
... ... @@ -2426,6 +2426,7 @@ if keyword_set(dataset) then begin
2426 2426 dustem_plot_mlog,1/((*!dustem_data.qext).wav)(idx_filt),((*!dustem_data.qext).values)(idx_filt),ppositions=position,color='Dodger Blue',/positive_only,noerase=1,/overplot,rms=rms,xtit='',charsize=1.15,xtickformat='(A1)',xs=1,psym=16,syms=0.8,xr=xr,/xlog,/ylog,yr=yr,ytickformat='(A1)'
2427 2427  
2428 2428 endif
  2429 +
2429 2430 endif else begin
2430 2431  
2431 2432  
... ... @@ -3050,7 +3051,7 @@ if keyword_set(dataset) then begin
3050 3051  
3051 3052  
3052 3053 ;stop
3053   - ;xxpos = 0.0;might need to be modified
  3054 + xxpos = 0.0;might need to be modified
3054 3055  
3055 3056 ;test so that this string isn't displayed when there are no free parameters:
3056 3057  
... ... @@ -3275,6 +3276,7 @@ if keyword_set(dataset) then begin
3275 3276  
3276 3277 ENDIF
3277 3278  
  3279 + xxpos = 0
3278 3280  
3279 3281 prms_dscs = (*(*!dustem_fit).param_descs)
3280 3282 prms_tps = strarr(n_elements(prms_dscs))
... ...