Index: trunk/psLib/src/fits/psFitsImage.h
===================================================================
--- trunk/psLib/src/fits/psFitsImage.h	(revision 19384)
+++ trunk/psLib/src/fits/psFitsImage.h	(revision 21183)
@@ -4,6 +4,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-09-05 08:08:33 $
+ * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2009-01-27 06:39:37 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -74,5 +74,5 @@
     const psImage *input,               ///< the image to output
     const psImage *mask,                ///< the mask image
-    psMaskType maskVal,                 ///< value to mask
+    psImageMaskType maskVal,		///< value to mask
     int depth,                          ///< the number of z-planes of the FITS image data cube
     const char *extname                 ///< FITS extension name
@@ -101,5 +101,5 @@
     const psImage *input,               ///< the image to output
     const psImage *mask,                ///< the mask image
-    psMaskType maskVal,                 ///< value to mask
+    psImageMaskType maskVal,		///< value to mask
     int depth,                          ///< the number of z-planes of the FITS image data cube
     const char *extname,                ///< FITS extension name
@@ -128,5 +128,5 @@
     const psImage *input,               ///< the image to output
     const psImage *mask,                ///< the mask image
-    psMaskType maskVal,                 ///< value to mask
+    psImageMaskType maskVal,		///< value to mask
     int x0,                             ///< psImage's x-axis origin in FITS image coordinates
     int y0,                             ///< psImage's y-axis origin in FITS image coordinates
@@ -157,5 +157,5 @@
     const psArray *input,               ///< Array of images
     const psArray *masks,               ///< Array of masks
-    psMaskType maskVal,                 ///< Value to mask
+    psImageMaskType maskVal,		///< Value to mask
     const char *extname                 ///< Name of extension
     );
@@ -175,5 +175,5 @@
     const psArray *input,               ///< Array of images
     const psArray *masks,               ///< Array of masks
-    psMaskType maskVal,                 ///< Value to mask
+    psImageMaskType maskVal,		///< Value to mask
     int x0,                             ///< x origin of images in FITS image coordinates
     int y0                              ///< y origin of images in FITS image coordinates
