Source: stream/dyn_spect/Track/comp_dyn_spect_stream__attach_raw_data.pro
comp_dyn_spect_stream::attach_raw_data
Attach the raw data to a comp dyn_spect stream.
Usage:
strref -> attach_raw_data, rate, accum, neff
Arguments:
rates flt/ptr The rates from which the spectrum will be
built (or a pointer to them)
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 to them
neff flt/ptr The effective number of counts (for errors) or
a pointer to them.
time_ref_ptr pointer A pointer to the refcount for the time
array. (Ignored if the actual time
array is passed).
History:
Original (after spect): 14/8/01; SJT