Index: trunk/psModules/src/imcombine/pmSubtractionStamps.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtractionStamps.h	(revision 23789)
+++ trunk/psModules/src/imcombine/pmSubtractionStamps.h	(revision 23839)
@@ -125,11 +125,26 @@
 
 
-/// Write a ds9 region file with stamp positions
+/// Turn on/off generation of ds9 region files
 ///
 /// Intended for debugging
-bool pmSubtractionStampsRegions(pmSubtractionStampList *stamps, ///< Stamps
-                                const char *filename ///< Filename to which to write regions
+void pmSubtractionRegions(bool state    ///< Generate ds9 region files?
     );
 
+/// Open a file for ds9 regions
+///
+/// Intended for debugging
+FILE *pmSubtractionStampsFile(const pmSubtractionStampList *stamps, ///< List of stamps, for outlines
+                              const char *filename, ///< Filename to write
+                              const char *description ///< Description of file
+    );
+
+/// Print a stamp position to ds9 region file
+///
+/// Intended for debugging
+void pmSubtractionStampPrint(FILE *ds9, ///< ds9 region file
+                             float x, float y, ///< Position of stamp
+                             float size,///< Size of circle
+                             const char *color ///< Colour
+    );
 
 #endif
