Source: cli/stream/rate_stream_data.pro
rate_stream_data
Return the data from a single stream of a rate dataset.
Usage:
rate_stream_data, index, rates, times[, distance=distance, $
latitude=latitude, errors=errors, accum=accum]
Arguments:
index int input The index of the stream to recover.
rates float OUTPUT A named variable to hold the flux or
count-rates.
times double OUTPUT A named variable to hold the times of
the data.
Keywords:
distance double output A named variable to hold the
heliocentric distance of the
spacecraft.
latitude double output A named variable to hold the
heliographic latitude of the
spacecraft.
accum float output A named variable to hold the
accumulation times
n_effective float output A named variable to hold the
effective number of counts in
a track rate stream
errors float output A named variable to hold the
errors on the fluxes
errtime double output A named variable to hold the
times of the errors.
Note:
If errors are requested and the cadence of the errors and the
data are different, then if the errtime keyword is not present
then the errors are remapped to the data cadence.
Streams:
RATE:*
History:
Original: 25/8/00; SJT
Add accum keyword: 29/1/01; SJT
Add errors keyword: 5/2/02; SJT
Add errtime keyword: 8/2/02; SJT