Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5876)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 5877)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.185 2005-12-15 01:30:23 jhoblitt Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.186 2006-01-04 04:28:11 jhoblitt Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -839,3 +839,4 @@
   parameter.
 \item minor \code{typedef} fixes
-\end{itemize}
+\item sync \code{psImage}'s definition with the implementation in psLib
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 5876)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 5877)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.368 2006-01-04 00:07:45 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.369 2006-01-04 04:26:21 jhoblitt Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3480,5 +3480,5 @@
 \begin{datatype}
 typedef struct psImage {
-    psMathType type;                    ///< image data type and dimension
+    const psMathType type;              ///< image data type and dimension
     const int numCols;                  ///< Number of columns in image
     const int numRows;                  ///< Number of rows in image.
@@ -3498,5 +3498,5 @@
         psC32 **C32;                    ///< Pointers to complex floating-point data
         psC64 **C64;                    ///< Pointers to complex floating-point data
-        psPtr V;                        ///< Pointers to untyped data
+        psPtr *V;                       ///< Pointers to untyped data
     } data;
     const struct psImage *parent;       ///< parent, if a subimage 
