Index: trunk/psphot/src/psphotStackMatchPSFs.c
===================================================================
--- trunk/psphot/src/psphotStackMatchPSFs.c	(revision 28013)
+++ trunk/psphot/src/psphotStackMatchPSFs.c	(revision 29548)
@@ -85,4 +85,5 @@
 
     // set NAN pixels to 'SAT'
+    // XXX replace this is pmReadoutMaskInvalid?
     psImageMaskType maskVal = pmConfigMaskGet("SAT", config);
     if (!pmReadoutMaskNonfinite(readoutSrc, maskVal)) {
@@ -106,5 +107,5 @@
     rescaleData(readoutOut, config, options, index);
 
-    dumpImage(readoutOut, readoutSrc, index, "convolved");
+    // dumpImage(readoutOut, readoutSrc, index, "convolved");
 
     return true;
