Source: stream/spect/Track/comp_spect_stream__attach_raw_data.pro
comp_spect_stream::attach_raw_data Attach the raw data to a comp 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: 23/3/00; SJT Added times: 7/2/01; SJT