Index: trunk/psLib/src/fileUtils/psFits.h
===================================================================
--- trunk/psLib/src/fileUtils/psFits.h	(revision 2681)
+++ trunk/psLib/src/fileUtils/psFits.h	(revision 2806)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-12-10 02:50:15 $
+ *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2004-12-23 19:13:53 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -143,5 +143,5 @@
  */
 bool psFitsWriteHeader(
-    psMetadata* header,                ///< the psMetadata data in which to write
+    const psMetadata* header,          ///< the psMetadata data in which to write
     psFits* fits                       ///< the psFits object
 );
@@ -162,9 +162,9 @@
  *  @return bool        TRUE is the write was successful, otherwise FALSE.
  */
-bool psFitsWriteImageSection(
-    psFits* fits,                      ///< the psFits object
+bool psFitsWriteImage(
+    psFits* fits,                      ///< the psFits object
+    const psMetadata* header,
     const psImage* input,              ///< the image to output
-    psRegion region,                   ///< the part of the FITS image to overwrite
-    int z                              ///< the z-plane of the FITS image data cube to use
+    int depth                          ///< the number of z-planes of the FITS image data cube
 );
 
@@ -223,6 +223,8 @@
 bool psFitsWriteTable(
     psFits* fits,                      ///< the psFits object
-    psArray* table
+    psMetadata* header,
+    psArray* table,
     ///< Array of psMetadata items, which contains the output data items of each row.
+    char* extname
 );
 
