Source: dataset/rate/rate_dataset__create_uds_arrays.pro
rate_dataset::create_uds_arrays
Create the arrays needed to read UDS data.
Usage:
dsref -> create_uds_arrays, nover, nsect, instref, rates, $
times, nvals
Arguments:
nover int input The number of channels to be read.
nsect int input The largest number of sectors requested.
instref objref input The instrument definition reference.
rates float output The rates array.
times double output The times array.
nvals int output Number of elements along the arrays.
History:
Original: 4/7/00; SJT
Modify for dss with s & e times: 5/7/00; SJT