Source: stream/spect/spect_stream__get_processed_data.pro
spect_stream::get_processed_data
Return processed data from a spect stream.
Usage:
val = strref -> get_processed_data(<keys>);
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.
sector If this is set and rate is also set, then only return
the specified sector (note that this is a sector
index, rather than a sector number as the mapping of
sector indices to sectors is a dataset property).
errors Return the error limits.
If no keys are given, 0 will be returned.
History:
Original: 20/7/00; SJT