rate_stream::attach_processed_data

Source: stream/rate/rate_stream__attach_processed_data.pro

 rate_stream::attach_processed_data
        Attach a set of processed data arrays to a rate 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
        rate_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: 19/11/99; SJT
        Fix memory leak: 25/11/99; SJT



James Tappin 2005-02-04