Prints the minimum and maximum of an IDL variable.
Utility
variable: in, required, type=any The variable whose minimum and maximum you wish to know.
NAN: in, optional, type=boolean Set this keyword to ignore NANs in the variable. Default: 0. TEXT: in, optional, type=string Prepend this string to the output of MinMax. Default: "MinMax: ".
The MinMax routine gives the range of the variable:: IDL> a = Findgen(11) IDL> MinMax, a, TEXT='Variable A:' Variable A: 0 11
FANNING SOFTWARE CONSULTING:: David W. Fanning 1645 Sheely Drive Fort Collins, CO 80526 USA Phone: 970-221-0438 E-mail: david@idlcoyote.com Coyote's Guide to IDL Programming: http://www.idlcoyote.com
Written, 6 August 2012.
Copyright (c) 2012, Fanning Software Consulting, Inc.