Changeset 8000 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jul 27, 2006, 2:49:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r7991 r8000 1 %%% $Id: psLibSDRS.tex,v 1.42 4 2006-07-27 03:52:15price Exp $1 %%% $Id: psLibSDRS.tex,v 1.425 2006-07-28 00:49:31 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4810 4810 \code{psStatsToString} shall translate in the reverse direction. 4811 4811 4812 Since the statistics functions are often used with only a single 4813 statistic desired (e.g., in image combination, where the output pixel 4814 is a statistic value), we provide functions to assist with this: 4815 \begin{prototype} 4816 psStatsOptions psStatsSingleOption(psStatsOptions option); 4817 double psStatsGetValue(const psStats *stats, psStatsOptions option); 4818 \end{prototype} 4819 \code{psStatsSingleOption} shall return the single statistics option 4820 that is set in the input \code{option}, or zero in the event that 4821 multiple or no options are set. \code{psStatsGetValue} shall return 4822 the value of the particular statistic in the \code{stats} structure 4823 that corresponds to the supplied single statistics \code{option}; the 4824 function shall return \code{NAN} in the event of an error. 4825 4812 4826 \begin{prototype} 4813 4827 long psVectorCountPixelMask (psVector *mask, psMaskType value);
Note:
See TracChangeset
for help on using the changeset viewer.
