Source: dataset/rate/rate_dataset__create_trk_arrays.pro
rate_dataset::create_trk_arrays Create the arrays for reading track data Usage: dsref -> create_trk_arrays, nover, rates, times, raw_e, channel_e, $ channel_c, accum_t, nvals Arguments: nover int input How many channels there are to be read. rates float output The array into which to read the rates. times double output The array into which to read the times. raw_e long output The array into which to read the raw event counts channel_e long output The array into which to read the channel event counts channel_c long output The array into which to read the channel counts accum_t float output The destination for the accumulation times nvals long output The length of the arrays. History: Original: 11/2/00; SJT