Index: trunk/psLib/src/fits/psFitsImage.h
===================================================================
--- trunk/psLib/src/fits/psFitsImage.h	(revision 15335)
+++ trunk/psLib/src/fits/psFitsImage.h	(revision 15630)
@@ -4,6 +4,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-10-19 23:52:39 $
+ * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-11-16 01:04:56 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -52,5 +52,5 @@
 bool psFitsWriteImage(
     psFits* fits,                      ///< the psFits object
-    const psMetadata* header,           ///< header items for the new HDU.  Can be NULL.
+    psMetadata* header,                 ///< header items for the new HDU.  Can be NULL.
     const psImage* input,              ///< the image to output
     int depth,                         ///< the number of z-planes of the FITS image data cube
@@ -65,5 +65,5 @@
 bool psFitsInsertImage(
     psFits* fits,                      ///< the psFits object
-    const psMetadata* header,           ///< header items for the new HDU.  Can be NULL.
+    psMetadata* header,                 ///< header items for the new HDU.  Can be NULL.
     const psImage* input,              ///< the image to output
     int depth,                         ///< the number of z-planes of the FITS image data cube
