Changeset 2038
- Timestamp:
- Oct 8, 2004, 3:37:41 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r2020 r2038 1 %%% $Id: psLibSDRS.tex,v 1.13 2 2004-10-08 01:55:52price Exp $1 %%% $Id: psLibSDRS.tex,v 1.133 2004-10-09 01:37:41 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1859 1859 psStats *psVectorStats(psStats *stats, 1860 1860 const psVector *in, 1861 const psVector *mask, 1862 unsigned int maskVal); 1863 \end{verbatim} 1864 % 1865 This function takes the input data in \code{in} (with optional masking 1866 in \code{mask}, so that the user may explicitly reject specific 1867 entries) and a \code{psStats} structure, which will be altered and 1868 returned. The \code{psStats} structure includes several fields which 1869 are used for both input and output: \code{min} and \code{max} may be 1870 used to specify a value range for which the statistics are calculated. 1861 const psVector *errors, 1862 const psVector *mask, 1863 unsigned int maskVal 1864 ); 1865 \end{verbatim} 1866 % 1867 This function takes the input data in \code{in} (with optional 1868 \code{errors} in these values; and with optional masking in 1869 \code{mask}, so that the user may explicitly reject specific entries ) 1870 and a \code{psStats} structure, which will be altered and returned. 1871 The \code{psStats} structure includes several fields which are used 1872 for both input and output: \code{min} and \code{max} may be used to 1873 specify a value range for which the statistics are calculated. 1871 1874 \code{binsize} specifies a choice for the robust statistics histogram 1872 1875 bin size. If these are to be used, the user must set the … … 1987 1990 1988 1991 The following function populates the histogram bins from the specified 1989 vector (\code{in}) . It alters and returns the histogram \code{out}1990 structure. 1992 vector (\code{in}), and optionally the \code{errors} in the input 1993 values. It alters and returns the histogram \code{out} structure. 1991 1994 \begin{verbatim} 1992 1995 psHistogram *psVectorHistogram(psHistogram *out, … … 2666 2669 \begin{verbatim} 2667 2670 psHistogram *psImageHistogram(psHistogram *out, 2668 const psImage *in, 2671 const psImage *in, 2669 2672 const psImage *mask, 2670 2673 unsigned int maskVal);
Note:
See TracChangeset
for help on using the changeset viewer.
