Source: stream/rate/rate_stream__get_extrema.pro
rate_stream::get_extrema Return the extreme values of the processed rates of a rate stream. Usage: range = strref -> get_extrema([keys]) Keywords: zero If set, then return zeros rather than NaNs when no data are present. sector If set, then return extrema for the sectors separately. only If set, then only return extrema for the specified sector (or NaN if the sector is not present). positive If set, then use min_nz instead of min to give a positive-definite range History: Original: 21/1/00; SJT Add positive keyword for log plots: 28/1/00; SJT Allow for errorbars as well: 14/2/00; SJT