Index: trunk/psModules/src/imcombine/pmStack.h
===================================================================
--- trunk/psModules/src/imcombine/pmStack.h	(revision 14648)
+++ trunk/psModules/src/imcombine/pmStack.h	(revision 16620)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-08-23 23:43:12 $
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-02-23 02:02:59 $
  *
  * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -43,40 +43,8 @@
                     psMaskType bad,     ///< Mask value to give rejected pixels
                     int numIter,        ///< Number of iterations
-                    float rej           ///< Rejection limit (standard deviations)
+                    float rej,          ///< Rejection limit (standard deviations)
+                    bool useVariance,   ///< Use variance values for rejection?
+                    bool safe           ///< Play safe with small numbers of input pixels (mask if N <= 2)?
     );
-
-#if 0
-psImage *pmStackCombine(psImage *combine, ///< Combined image (output)
-                        psArray **questionablePixels, ///< Array of rejection masks
-                        const psArray *images, ///< Array of input images
-                        const psArray *errors, ///< Array of input error images
-                        const psArray *masks, ///< Array of input masks
-                        psU32 maskVal,  ///< Mask value
-                        const psPixels *pixels, ///< Pixels to combine
-                        psS32 numIter,  ///< Number of rejection iterations
-                        psF32 sigmaClip ///< Number of standard deviations at which to reject
-);
-#endif
-
-#if 0
-/// Reject pixles in input images
-bool pmStackReject(psArray *input,      ///< Input array of pmStackData
-                   psMaskType maskVal,  ///< Value to mask
-                   float extent,        ///< Gaussian convolution extent, in Gaussian sigmas
-                   float threshold      ///< Rejection threshold, in standard deviations
-                   );
-#endif
-
-#if 0
-psArray *pmStackReject(
-    const psArray *images,              ///< Array of input images
-    const psArray *masks,               ///< Array of input image masks
-    const psArray *errors,              ///< The pixels which were rejected in the combination
-    const psArray *inToOut,             ///< Transformation from input to output system
-    const psArray *outToIn,             ///< Transformation from output to input system
-    psF32 rejThreshold,                 ///< Rejection threshold
-    psF32 gradLimit                     ///< Gradient limit
-);
-#endif
 
 /// @}
