Source: stream/spect/spect_stream__get_raw_data.pro
spect_stream::get_raw_data Return the raw data from a 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) If no keys are given, 0 will be returned. History: Original: copied from rates: 7/2/01; SJT