IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2187


Ignore:
Timestamp:
Oct 21, 2004, 11:55:03 AM (22 years ago)
Author:
Paul Price
Message:

psVectorStats, psVectorHistogram

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2167 r2187  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.35 2004-10-18 21:49:23 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.36 2004-10-21 21:54:57 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    348348\begin{itemize}
    349349\item Updated \code{psSphereTransform}, according to bug 116.
     350\item Removed mention of \code{libTAI} in the introduction.
     351\item Fixed \code{psVectorHistogram} prototype to include \code{errors}.
     352\item In \code{psVectorStats} and \code{psVectorHistogram}, the \code{errors}
     353vector must be of the same type as the input values vector.
    350354\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2167 r2187  
    1 %%% $Id: psLibSDRS.tex,v 1.138 2004-10-18 21:48:33 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.139 2004-10-21 21:55:03 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    137137\href{star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html}{\tt
    138138star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html}
    139 
    140 \item libTAI will be used for time-related functions:
    141 
    142 \href{http://cr.yp.to/libtai.html}{\tt http://cr.yp.to/libtai.html}
    143139
    144140\end{itemize}
     
    19001896field values must be set by the \code{psStats} constructor.  The input
    19011897vector may be of type \code{psS8}, \code{psU16}, \code{psF32},
    1902 \code{psF64}; the mask must be of type \code{psU8}.
     1898\code{psF64}; the \code{errors} must be of the same type as the
     1899\code{in} vector; the mask must be of type \code{psU8}.
    19031900
    19041901The \code{psStats} structure is defined with entries for each of the
     
    20072004
    20082005The following function populates the histogram bins from the specified
    2009 vector (\code{in}), and optionally the \code{errors} in the input
     2006vector (\code{values}), and optionally the \code{errors} in the input
    20102007values.  It alters and returns the histogram \code{out} structure.
    20112008\begin{verbatim}
    20122009psHistogram *psVectorHistogram(psHistogram *out,
    2013                                const psVector *in,
     2010                               const psVector *values,
     2011                               const psVector *errors,
    20142012                               const psVector *mask,
    20152013                               unsigned int maskVal);
    20162014\end{verbatim}
    2017 The input vector may be of types \code{psU8, psU16, psF32, psF64}.
     2015The \code{values} vector may be of types \code{psU8, psU16, psF32,
     2016psF64}, with the \code{errors} vector of the corresponding type.
    20182017
    20192018%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.