Index: trunk/psModules/src/imcombine/pmSubtractionStamps.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtractionStamps.h	(revision 23849)
+++ trunk/psModules/src/imcombine/pmSubtractionStamps.h	(revision 23937)
@@ -74,8 +74,10 @@
 /// Find stamps on an image
 pmSubtractionStampList *pmSubtractionStampsFind(pmSubtractionStampList *stamps, ///< Output stamps, or NULL
-                                                const psImage *image, ///< Image for which to find stamps
+                                                const psImage *image1, ///< Image for which to find stamps
+                                                const psImage *image2, ///< Image for which to find stamps
                                                 const psImage *mask, ///< Mask, or NULL
                                                 const psRegion *region, ///< Region to search, or NULL
-                                                float threshold, ///< Threshold for stamps in the image
+                                                float thresh1, ///< Threshold for stamps in image 1
+                                                float thresh2, ///< Threshold for stamps in image 2
                                                 int size, ///< Kernel half-size
                                                 int footprint, ///< Half-size for stamps
