Source: dataset/helpers/raw_spect/dshelper_raw_spect__create_comp_arrays.pro
DSHELPER_RAW_SPECT::CREATE_COMP_ARRAYS
Create the arrays needed to read the data and store them for plotting
Call:
dsref -> create_comp_arrays, nstr, rates, accum, $
neff, nvals
Arguments:
nstr int input The number of streams.
rates float output The array in which to
accumulate the rates.
times double output The array for the times.
accum float output The array in which to accumulate the
accumulation times.
raw_events long output The array for the number of
raw events
chan_events long output The array for the number of
events in the channels
chan_counts long output The array for the number of
counts in the channel
nvals long output The length of the data arrays created.
Keywords:
hiscale If set, then this is HISCALE data.
epam If set, then this is EPAM data
History:
Original (after lan): 23/3/00; SJT
Added times: 7/2/01; SJT
Copy to dyn_spect: 7/8/01; SJT