Source: dataset/dyn_spect/dyn_spect_dataset__set_scaling.pro
dyn_spect_dataset::set_scaling
Set up the plot scaling options on a dyn_spects dataset.
Usage:
dsid->set_scaling, rmin, rmax[, tmin, tmax, elow, ehigh]
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 remove the spectral trend from
the panels
time_flattened If set, then remove the temporal trend from
the panels
uniform If set, then scale all panels the same, using
the actual range of data.
logarithmic If set, then plot with a logarithmic mapping.
log_energy If set, then plot with a logarithmic enrgy
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.
History:
Original (after rate): 9/8/01; SJT
Add flattened scaling option: 18/9/01; SJT
Add time_flattened scaling option: 25/1/05; SJT