Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 4407)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 4408)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.301 2005-06-28 19:23:35 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.302 2005-06-28 19:52:10 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -2032,5 +2032,5 @@
     const psU32 nalloc;         // Number allocated
     psPixelCoord *data;         // The pixel coordinates
-    void *lock;                         ///< Lock for thread safety
+    void *lock;                 // Lock for thread safety
 } psPixels;
 \end{datatype}
@@ -3151,6 +3151,6 @@
 typedef struct psImage {
     psMathType type;                    ///< image data type and dimension
-    const psU32 numCols;                ///< Number of columns in image
-    const psU32 numRows;                ///< Number of rows in image.
+    const psS32 numCols;                ///< Number of columns in image
+    const psS32 numRows;                ///< Number of rows in image.
     const psS32 col0;                   ///< Column position relative to parent.
     const psS32 row0;                   ///< Row position relative to parent.
@@ -3203,5 +3203,5 @@
 
 \begin{prototype}
-psImage *psImageAlloc(psU32 numCols, psU32 numRows, psElemType type);
+psImage *psImageAlloc(psS32 numCols, psS32 numRows, psElemType type);
 \end{prototype}
 Create an image of a specified \code{numCols}, \code{numRows}, and data
@@ -3213,6 +3213,6 @@
 psImage* psImageRecycle(
     psImage* old,                       ///< the psImage to recycle by resizing image buffer
-    psU32 numCols,                      ///< the desired number of columns in image
-    psU32 numRows,                      ///< the desired number of rows in image
+    psS32 numCols,                      ///< the desired number of columns in image
+    psS32 numRows,                      ///< the desired number of rows in image
     const psElemType type           ///< the desired datatype of the image
 );
