Source: stream/pad/Pad/Lan/Hiscale/hiscale_pad_stream__get_processed_data.pro
hiscale_pad_stream::get_processed_data
Return the processed data from a HISCALE pad stream.
Usage:
data=strid->get_processed_data({/rate|/time})
or
data=strid->get_processed_data(/pointer)
Keywords:
pointer If set and non-zero, then return a 4 element array of
pointers the first pointing to the data, the time, the
field and the pitch angles or cosines. (WARNING don't
free these pointers).
rate If set, then return the rates array.
time If set, then return the times array.
field If set, then return the field array.
pitch If set, then return the pitch angles array.
index long Specify a time frame index to return.
If no keys are given, 0 will be returned. This is really a wrapper
to handle the P channel X-ray exclusions.
History:
Original: 10/3/00; SJT