Changeset 2781
- Timestamp:
- Dec 21, 2004, 2:02:35 PM (22 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r2737 r2781 1 %%% $Id: ChangeLogSDRS.tex,v 1.5 2 2004-12-16 22:10:43price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.53 2004-12-22 00:02:32 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 404 404 \item added psFitsUpdateTable 405 405 \item Updated \code{psSpline1D} to use a vector for the \code{knots}, and specified types. 406 \end{itemize} 406 \item \code{psHistogram.nums} changed to type F32 to accomodate errors in the values. 407 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r2737 r2781 1 %%% $Id: psLibSDRS.tex,v 1.16 0 2004-12-16 22:10:48price Exp $1 %%% $Id: psLibSDRS.tex,v 1.161 2004-12-22 00:02:35 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2110 2110 In this structure, the vector \code{bounds} specifies the boundaries 2111 2111 of the histogram bins, and must of type \code{psF32}, while 2112 \code{nums} specifies the number of entries in the bin, and must of 2113 type \code{psU32}. The value of \code{bounds.n} must therefore be 1 2114 greater than than \code{nums.n}. The two values \code{minNum} and 2115 \code{maxNum} are the number of data values which fell below the lower 2116 limit bound or above the upper limit bound, respectively. 2112 \code{nums} specifies the number of entries in the bin, and must be of 2113 type \code{psF32} in order to accomodate errors. The value of 2114 \code{bounds.n} must therefore be 1 greater than than \code{nums.n}. 2115 The two values \code{minNum} and \code{maxNum} are the number of data 2116 values which fell below the lower limit bound or above the upper limit 2117 bound, respectively. 2117 2118 2118 2119 The constructors and destructor follow. We specify two constructors,
Note:
See TracChangeset
for help on using the changeset viewer.
