Index: trunk/psModules/src/detrend/pmMaskBadPixels.h
===================================================================
--- trunk/psModules/src/detrend/pmMaskBadPixels.h	(revision 15865)
+++ trunk/psModules/src/detrend/pmMaskBadPixels.h	(revision 15910)
@@ -5,6 +5,6 @@
  * @author Eugene Magnier, IfA
  *
- * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-12-16 22:22:06 $
+ * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-12-24 21:10:28 $
  * Copyright 2004 Institute for Astronomy, University of Hawaii
  */
@@ -42,13 +42,13 @@
 ///
 /// Pixels more than "rej" standard deviations from the background level (in flat-fielded,
-/// background-subtracted images) have the corresponding pixel in the "suspect pixels" image incremented.
-/// After accumulating over a suitable sample of images, bad pixels should have a high value in the suspect
-/// pixels image, allowing them to be identified.  The suspect pixels image is of type S32.
+/// background-subtracted images) have the corresponding pixel in the "suspect pixels" image
+/// incremented.  After accumulating over a suitable sample of images, bad pixels should have a
+/// high value in the suspect pixels image, allowing them to be identified.  The suspect pixels
+/// image is of type S32.  The relevant median and standard deviation must be supplied in the
+/// readout->analysis metadata as READOUT.MEDIAN, READOUT.STDEVe
 psImage *pmMaskFlagSuspectPixels(psImage *out, ///< Suspected bad pixels image, or NULL
                                  const pmReadout *readout, ///< Readout to inspect
                                  float rej, ///< Rejection threshold (standard deviations)
-                                 psMaskType maskVal, ///< Mask value for statistics
-                                 float frac, ///< Fraction of pixels to consider
-                                 psRandom *rng ///< Random number generator
+                                 psMaskType maskVal ///< Mask value for statistics
                                 );
 
