Commit 2ca3af6cacf3e79db736f9a61cd78fa8937b7589

Authored by Annie Hughes
1 parent b1e403ce
Exists in master

fawlty psym bug

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
src/idl/dustem_plot_fit_sed.pro
... ... @@ -141,6 +141,9 @@ cgplot,(*!dustem_data.sed).wav,(*!dustem_data.sed).values/norm,/nodata,xtit='',y
141 141 ind_filt=where((*!dustem_data.sed).filt_names NE 'SPECTRUM',count_filt)
142 142 ind_spec=where((*!dustem_data.sed).filt_names EQ 'SPECTRUM',count_spec)
143 143 ;=== Plot the data
  144 +; following lines for fawlty compatibility
  145 +defsysv,'!psym',exists=pexist
  146 +if pexist eq 0 then defsysv,'!psym',0
144 147 IF count_spec NE 0 THEN BEGIN
145 148 plotsym,0,/fill
146 149 xx=((*!dustem_data.sed).wav)[ind_spec]
... ...