Source: dataset/helpers/raw_spect/dshelper_raw_spect__create_lan_arrays.pro
DSHELPER_RAW_SPECT::CREATE_LAN_ARRAYS Create the arrays needed to read the data and store them for plotting Call: dsref -> dshelper_raw_spect::create_lan_arrays, nstr, rates, accum, $ nvals Arguments: nstr int input The number of streams. rates float output The array in which to accumulate the rates. times double output An array for the times of the rates. accum float output The array in which to accumulate the accumulation times. 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 v3 & rates): 21/3/00; SJT Add times: 7/2/01; SJT Copy to dyn_spect: 7/8/01; SJT