uleis_pad_stream::attach_raw_data

Source: stream/pad/Pad/Uleis/uleis_pad_stream__attach_raw_data.pro

 uleis_pad_stream::attach_raw_data
        Attach a set of raw data arrays to a uleis pad stream

 Usage:
        strid->attach_raw_data, rate, time_ptr, apert, field_ptr, $
                field_time_ptr, time_ref_ptr, field_ptr_ref

 arguments:
        rate    float/ptr       Either the raw 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).
        apert   int/ptr         The aperture settings or a pointer to them.
        field_ptr       pointer A pointer to the field array (it can
                                optionally be the actual field array,
                                but this is memory hungry).
        field_time_ptr  pointer A pointer to the field times array (it can
                                optionally be the actual field 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).
        field_ref_ptr   pointer A pointer to the refcount for the field
                                array. (Ignored if the actual field
                                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: 10/9/01; SJT



James Tappin 2005-02-04