Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3765)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 3766)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.88 2005-04-22 01:32:15 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.89 2005-04-23 02:14:53 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -537,5 +537,6 @@
   
 \item Add \code{PS_META_TIME} to \code{psMetadataType}
-\item Changed \code{psPixels} to vector-like array of \code{psPixelCoord}.
+\item Changed \code{psPixels} to vector-like array of \code{psPixelCoord} (bug 371).
+\item Added \code{psPixelsAlloc} and \code{psPixelsRealloc} (bug 371).
 \item After conversation with GG:
   \begin{itemize}
@@ -546,4 +547,3 @@
   \item Removed pre-defined LM minimization functions; these will be defined in the Modules SDRS.
   \end{itemize}
-
-\end{itemize}
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 3765)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 3766)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.205 2005-04-22 01:32:15 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.206 2005-04-23 02:14:53 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3063,4 +3063,13 @@
 
 \begin{verbatim}
+psPixels *psPixelsAlloc(int nalloc);
+psPixels *psPixelsRealloc(psPixels *pixels, int nalloc);
+\end{verbatim}
+
+\code{psPixelsAlloc} and \code{psPixelsRealloc} provide dynamic
+allocation and reallocation in a manner analagous to those provided
+by \code{psVectorAlloc} and \code{psVectorRealloc}.
+
+\begin{verbatim}
 psImage *psPixelsToMask(psImage *out, const psPixels *pixels, const psRegion *region, unsigned int maskVal);
 psPixels *psMaskToPixels(psPixels *out, const psImage *mask, unsigned int maskVal);
