Source: dataset/rate/rate_dataset__extend_trk_arrays.pro
rate_dataset::extend_trk_arrays
Extend the track rates input buffer arrays.
Usage:
dssref -> rates, times, raw_e, channel_e, $
channel_c, accum_t, nvals[,fraction=fraction]
Arguments:
rates float in/out The array into which to read the rates.
times double in/out The array into which to read the times.
raw_e long in/out The array into which to read the raw
event counts
channel_e long in/out The array into which to read the
channel event counts
channel_c long in/out The array into which to read the
channel counts
accum_t float in/out The destination for the accumulation times
nvals long in/out The length of the arrays.
Keyword:
fraction input Set the size of the extension in terms
of the current size (i.e. 1.0 will
double the length)
History:
Original: 11/2/00; SJT