Source: stream/rate/Uleis/uleis_rate_stream__attach_raw_data.pro
uleis_rate_stream::attach_raw_data
Attach raw data to a uleis rate stream.
Usage:
strref -> attach_raw_data, rates, tptr, aptr, apptr, trptr, $
arptr, aprptr
Arguments:
rates float The rates data to attach
tptr dbl/ptr The time values or a pointer to them
aptr dbl/ptr The accumulation times (or a pointer thereto)
apptr int/ptr The aperture settings (or a pointer thereto)
trptr pointer If times are a pointer, then a pointer to a
reference count for them.
Notes:
The reference count is the responsibility of the calling
routine.
History:
Original: 17/5/00; SJT
Use accum helper and drop aperture refcount: 29/1/01; SJT