Source: stream/rate/Uleis/uleis_rate_stream__get_raw_data.pro
uleis_rate_stream::get_raw_data
Get raw data from a uleis raterum stream.
Usage:
data=strid->get_raw_data({/rate|/time|/apert})
or
data=strid->get_raw_data(/pointer)
Keywords:
pointer If set and non-zero, then return a 3 element array of
pointers the first pointing to the data, the second
to the time and the third to the aperture. (WARNING
don't free these pointers).
rate If set, then return the rates array.
time If set, then return the times array.
apert If set, then return the aperture array.
tm_ref If set, then return the time reference count (always
returned as a pointer)
If no keys are given, 0 will be returned.
History:
Original (after comp): 8/2/01; SJT