Source: stream/dyn_spect/dyn_spect_stream__get_raw_data.pro
dyn_spect_stream::get_raw_data Return the raw data from a dyn_spect stream. Usage: data=strid->get_raw_data({/rate|/time}) or data=strid->get_raw_data(/pointer) Keywords: pointer If set and non-zero, then return a 2 element array of pointers the first pointing to the data and the second to the time. (WARNING don't free these pointers). rate If set, then return the rates array. time If set, then return the times array. tm_ref If set, then return the time reference count (always returned as a pointer, don't free it!) If no keys are given, 0 will be returned. History: Original: copied from spect: 8/8/01; SJT