Index: trunk/psModules/src/imcombine/pmSubtraction.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtraction.h	(revision 14524)
+++ trunk/psModules/src/imcombine/pmSubtraction.h	(revision 14602)
@@ -6,6 +6,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-08-16 02:57:34 $
+ * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-22 02:56:53 $
  * Copyright 2004-207 Institute for Astronomy, University of Hawaii
  */
@@ -91,4 +91,15 @@
     );
 
+/// Given a list of pixels from the convolved image, find the corresponding (smaller subset of) pixels in the
+/// original image
+///
+/// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels
+psPixels *pmSubtractionDeconvolveMask(const psPixels *in, ///< List of pixels in the convolved image
+                                      float threshold, ///< Threshold on convolved image, 0..1
+                                      const psArray *regions, ///< Array of image regions for image
+                                      const psArray *solutions, ///< Array of solution vectors for image
+                                      const pmSubtractionKernels *kernels ///< Kernel parameters
+    );
+
 /// @}
 #endif
