Source: stream/pad/pad_stream__attach_processed_time.pro
pad_stream::attach_processed_time Attach a set of processed data arrays to a pad stream Usage: strid->attach_processed_time, time_ptr, $ time_ref_ptr arguments: 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 pad_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: 25/2/00; SJT Move field out to a separate method: 28/2/00; SJT Split pad & pad_pad: 28/2/00; SJT Redesign refcount handling: 9/2/02; SJT