Index: trunk/psModules/src/imcombine/pmStackReject.h
===================================================================
--- trunk/psModules/src/imcombine/pmStackReject.h	(revision 16423)
+++ trunk/psModules/src/imcombine/pmStackReject.h	(revision 16479)
@@ -10,8 +10,8 @@
 /// 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
                         float threshold, ///< Threshold on convolved image, 0..1
                         const psArray *regions, ///< Array of image regions for image
-                        const psArray *kernels ///< Array of kernel parameters for each region
+                        const psArray *solutions, ///< Array of solution vectors for image
+                        const pmSubtractionKernels *kernels ///< Kernel parameters
     );
 
