dyn_spect_stream::attach_processed_data

Source: stream/dyn_spect/dyn_spect_stream__attach_processed_data.pro

 dyn_spect_stream::attach_processed_data
        Attach a set of processed data arrays to a dyn_spect stream

 Usage:
        strid->attach_processed_data, rate, time_ptr, time_ref_ptr

 arguments:
        rate    float/ptr       Either the processed data array or a
                                pointer to it.
        time_ptr        pointer A pointer to the time array (it can
                                optionally be the actual time array,
                                but this is memory hungry).
        time_ref_ptr    pointer A pointer to the refcount for the time
                                array. (Ignored if the actual time
                                array is passed).

 Notes:
        It is the responsibility of the calling routine (usually a
        dyn_spect_dataset processing method) to sort out the pointers for the
        time array and hand a pointer with the correct refcount to the
        method.

 History:
        Original (after rate): 10/8/01; SJT



James Tappin 2005-02-04