Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2780)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2781)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.52 2004-12-16 22:10:43 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.53 2004-12-22 00:02:32 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -404,3 +404,4 @@
 \item added psFitsUpdateTable 
 \item Updated \code{psSpline1D} to use a vector for the \code{knots}, and specified types.
-\end{itemize}
+\item \code{psHistogram.nums} changed to type F32 to accomodate errors in the values.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 2780)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 2781)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.160 2004-12-16 22:10:48 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.161 2004-12-22 00:02:35 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2110,9 +2110,10 @@
 In this structure, the vector \code{bounds} specifies the boundaries
 of the histogram bins, and must of type \code{psF32}, while
-\code{nums} specifies the number of entries in the bin, and must of
-type \code{psU32}.  The value of \code{bounds.n} must therefore be 1
-greater than than \code{nums.n}.  The two values \code{minNum} and
-\code{maxNum} are the number of data values which fell below the lower
-limit bound or above the upper limit bound, respectively.
+\code{nums} specifies the number of entries in the bin, and must be of
+type \code{psF32} in order to accomodate errors.  The value of
+\code{bounds.n} must therefore be 1 greater than than \code{nums.n}.
+The two values \code{minNum} and \code{maxNum} are the number of data
+values which fell below the lower limit bound or above the upper limit
+bound, respectively.
 
 The constructors and destructor follow.  We specify two constructors,
