Source: stream/spect/spect_stream__attach_raw_data.pro
spect_stream::attach_raw_data
Attach the raw data to a spect stream.
Usage:
strref -> attach_raw_data, rates, time_ptr, accum, time_ref_ptr
Arguments:
rates flt/ptr The rates from which the spectrum will be
built or a pointer thereto.
time_ptr pointer A pointer to the time array (it can
optionally be the actual time array,
but this is memory hungry).
accum flt/ptr The accumulation times for weighting the
spectrum or a pointer thereto.
time_ref_ptr pointer A pointer to the refcount for the time
array. (Ignored if the actual time
array is passed).
History:
Original: 17/3/00; SJT
Added times: 7/2/01; SJT
Redesign refcounting: 8/2/01; SJT