Source: cli/datasets/dyn_spect_scaling.pro
dyn_spect_scaling Set the scaling for the current dataset if it is a dyn_spects dataset. Usage: dyn_spect_scaling, rmin, rmax[, tmin, tmax] Arguments: rmin float The minimum rate (flux) to plot rmax float The maximum rate (flux) to plot tmin double The earliest time to plot (JD) tmax double The latest time to plot (JD) elow float The lowest energy to show ehigh float The highest energy to show. Keywords: automatic If set, then scale each plot panel individually, based on its range of values. flattened If set, then scale all energy bands to a common maximum. uniform If set, then scale all panels the same, using the actual range of data. logarithmic If set, then plot with a logarithmic y-axis. log_energy If set, and distance is set as well, then plot with a log energy axis (default). date If set, then label time axes with date rather than day of year (set to zero to revert). exact If set, then make the x axis fit the data exactly. smooth If set, then smooth the energy axis. t_smooth If set, then smooth the time axis. Datasets: DYN_SPECT History: Original: 9/8/01; SJT Added flattened keyword: 28/9/01; SJT