IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2004, 3:37:41 PM (22 years ago)
Author:
Paul Price
Message:

Added "errors" parameter to psVectorStats.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r2020 r2038  
    1 %%% $Id: psLibSDRS.tex,v 1.132 2004-10-08 01:55:52 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.133 2004-10-09 01:37:41 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    18591859psStats *psVectorStats(psStats *stats,
    18601860                       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%
     1867This 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 )
     1870and a \code{psStats} structure, which will be altered and returned.
     1871The \code{psStats} structure includes several fields which are used
     1872for both input and output: \code{min} and \code{max} may be used to
     1873specify a value range for which the statistics are calculated.
    18711874\code{binsize} specifies a choice for the robust statistics histogram
    18721875bin size.  If these are to be used, the user must set the
     
    19871990
    19881991The following function populates the histogram bins from the specified
    1989 vector (\code{in}).  It alters and returns the histogram \code{out}
    1990 structure. 
     1992vector (\code{in}), and optionally the \code{errors} in the input
     1993values.  It alters and returns the histogram \code{out} structure.
    19911994\begin{verbatim}
    19921995psHistogram *psVectorHistogram(psHistogram *out,
     
    26662669\begin{verbatim}
    26672670psHistogram *psImageHistogram(psHistogram *out,
    2668                               const psImage *in, 
     2671                              const psImage *in,
    26692672                              const psImage *mask,
    26702673                              unsigned int maskVal);
Note: See TracChangeset for help on using the changeset viewer.