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 
