Changeset 2187 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Oct 21, 2004, 11:55:03 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r2167 r2187 1 %%% $Id: psLibSDRS.tex,v 1.13 8 2004-10-18 21:48:33 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.139 2004-10-21 21:55:03 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 137 137 \href{star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html}{\tt 138 138 star-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}143 139 144 140 \end{itemize} … … 1900 1896 field values must be set by the \code{psStats} constructor. The input 1901 1897 vector 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}. 1903 1900 1904 1901 The \code{psStats} structure is defined with entries for each of the … … 2007 2004 2008 2005 The following function populates the histogram bins from the specified 2009 vector (\code{ in}), and optionally the \code{errors} in the input2006 vector (\code{values}), and optionally the \code{errors} in the input 2010 2007 values. It alters and returns the histogram \code{out} structure. 2011 2008 \begin{verbatim} 2012 2009 psHistogram *psVectorHistogram(psHistogram *out, 2013 const psVector *in, 2010 const psVector *values, 2011 const psVector *errors, 2014 2012 const psVector *mask, 2015 2013 unsigned int maskVal); 2016 2014 \end{verbatim} 2017 The input vector may be of types \code{psU8, psU16, psF32, psF64}. 2015 The \code{values} vector may be of types \code{psU8, psU16, psF32, 2016 psF64}, with the \code{errors} vector of the corresponding type. 2018 2017 2019 2018 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
