Source: stream/rate/Track/track_rate_stream__attach_raw_events.pro
track_rate_stream::attach_raw_events
Attach raw events, counts and accumulations to a track rate
stream.
Usage:
strref -> attach_raw_events, events, chan_events, $
chan_counts, accum
Arguments:
events lon/ptr The number of events processed for the
species and bin
chan_events lon/ptr The number of events for the channels
within which the bin is contained
chan_counts lon/ptr The number of counts in the same channels.
accum flt/ptr The accumulation time for the processing.
Notes:
The arguments may either be passed as the actual data arrays,
or as pointers to them. The processing looks at each
separately so a mixture is OK.
History:
Original: 9/2/00; SJT
Make accum optional (for edit, where otherwise the changes
would get double applied): 13/2/01; SJT