Index: trunk/psModules/src/camera/pmHDU.h
===================================================================
--- trunk/psModules/src/camera/pmHDU.h	(revision 9983)
+++ trunk/psModules/src/camera/pmHDU.h	(revision 10081)
@@ -7,6 +7,6 @@
 /// @author Paul Price, IfA
 ///
-/// @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-11-15 00:40:02 $
+/// @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2006-11-18 23:43:28 $
 ///
 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
@@ -51,4 +51,18 @@
               );
 
+/// Read the HDU header and mask
+///
+/// Moves to the appropriate extension
+bool pmHDUReadMask(pmHDU *hdu,          ///< HDU to read
+                   psFits *fits         ///< FITS file to read from
+                  );
+
+/// Read the HDU header and weight map
+///
+/// Moves to the appropriate extension
+bool pmHDUReadWeight(pmHDU *hdu,        ///< HDU to read
+                     psFits *fits       ///< FITS file to read from
+                    );
+
 /// Write the HDU header and pixels
 bool pmHDUWrite(pmHDU *hdu,             ///< HDU to write
@@ -57,7 +71,12 @@
 
 /// Write the HDU header and mask
-bool pmHDUWriteMask(pmHDU *hdu,         ///< HDU to write mask
+bool pmHDUWriteMask(pmHDU *hdu,         ///< HDU to write
                     psFits *fits        ///< FITS file to write to
                    );
 
+/// Write the HDU header and weight map
+bool pmHDUWriteWeight(pmHDU *hdu,       ///< HDU to write
+                      psFits *fits      ///< FITS file to write to
+                     );
+
 #endif
