Index: trunk/psModules/src/detrend/pmMaskBadPixels.h
===================================================================
--- trunk/psModules/src/detrend/pmMaskBadPixels.h	(revision 7283)
+++ trunk/psModules/src/detrend/pmMaskBadPixels.h	(revision 7479)
@@ -19,6 +19,6 @@
  *  @author Ross Harman, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-06-02 02:16:05 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-10 02:59:23 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -32,19 +32,9 @@
 /** Execute bad pixels module.
  *
- *  Given an input image, a bad pixel mask, a corresponding value in the bad pixel mask to mask, a
- *  saturation level, and a growing radius, mask in the input image those pixels in the bad pixel mask that
- *  match the value to mask.
  *
  *  @return  bool: True or false for success or failure
  */
-bool pmMaskBadPixels(
-    pmReadout *in,          ///< Readout containing input image data.
-    const psImage *mask,    ///< Mask data to be added to readout mask data.
-    unsigned int maskVal,   ///< Mask value to determine what to add to input mask.
-    float sat,              ///< Saturation limit to mask bad pixels.
-    unsigned int growVal,   ///< Mask data to determine if a circurlar area should be masked.
-    int grow                ///< Radius of mask to apply around pixel.
-);
 
+bool pmMaskBadPixels(pmReadout *input, pmReadout *mask, psMaskType maskVal);
 
 #endif
