Index: /trunk/doc/modules/CameraImages.tex
===================================================================
--- /trunk/doc/modules/CameraImages.tex	(revision 5485)
+++ /trunk/doc/modules/CameraImages.tex	(revision 5486)
@@ -191,5 +191,5 @@
     pmChip *parent;                    // Parent chip
     bool valid;                        // Do we bother about reading and working with this cell?
-    p_pmHDU *private;		       // FITS data
+    p_pmHDU *hdu;		       // FITS data
 } pmCell;
 \end{verbatim}
@@ -236,5 +236,5 @@
     pmFPA *parent;                     // Parent FPA
     bool valid;                        // Do we bother about reading and working with this chip?
-    p_pmHDU *private;			// FITS data
+    p_pmHDU *hdu;			// FITS data
 } pmChip;
 \end{verbatim}
@@ -279,5 +279,5 @@
     const psMetadata *camera;          // Camera configuration
     psArray *chips;                    // The chips
-    p_pmHDU *private;		       // FITS data
+    p_pmHDU *hdu;		       // FITS data
     psMetadata *phu;		       // Primary Header
 } pmFPA;
Index: /trunk/doc/modules/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/modules/ChangeLogSDRS.tex	(revision 5485)
+++ /trunk/doc/modules/ChangeLogSDRS.tex	(revision 5486)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.39 2005-11-08 02:42:08 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.40 2005-11-08 02:46:38 price Exp $
 
 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)}
@@ -171,3 +171,4 @@
   \code{CELL.TRIMSEC}
 \item Added \code{p_pmHDU}.
+\item Changed \code{pmFPA,pmChip,pmCell->private} to \code{hdu}.
 \end{itemize}
