Source: stream/rate/Track/track_rate_stream__attach_processed_events.pro
track_rate_stream::attach_processed_events
Attach processed events, counts and accumulations to a track rate
stream.
Usage:
strref -> attach_processed_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