Commit d0f6ff14863c70cceeb8164a3af476ec23f97f28

Authored by Ilyes Choubani
1 parent f09e876c
Exists in master

corrected faulty frequency axis. Uncommented a line.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/idl/dustem_plot_dataset.pro
... ... @@ -244,7 +244,7 @@ if keyword_set(dataset) then begin
244 244 ;Plotting of frequency axis
245 245 ;save_x=!x & save_y=!y & save_z=!z & save_p=!p & save_d=!d
246 246 ;save_scaling=1
247   - ;use_xrange=((!const.c*1E6/(xr))*1E-9)
  247 + use_xrange=((!const.c*1E6/(xr))*1E-9)
248 248 ;order=sort(use_xrange)
249 249 ;use_xrange=use_xrange[order]
250 250 ;print,use_xrange
... ...