Index: trunk/psModules/src/imcombine/pmStackReject.h
===================================================================
--- trunk/psModules/src/imcombine/pmStackReject.h	(revision 16607)
+++ trunk/psModules/src/imcombine/pmStackReject.h	(revision 19282)
@@ -10,6 +10,7 @@
 /// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels
 psPixels *pmStackReject(const psPixels *in, ///< List of pixels in the convolved image
-                        const psRegion *valid, ///< Valid region to consider
+                        int numCols, int numRows, ///< Size of image of interest
                         float threshold, ///< Threshold on convolved image, 0..1
+                        float poorFrac, ///< Fraction for "poor"
                         const psArray *regions, ///< Array of image regions for image
                         const psArray *kernels ///< Array of kernel parameters for each region
