Index: /branches/eam_branches/ipp-20191011/psphot/src/psphot.h
===================================================================
--- /branches/eam_branches/ipp-20191011/psphot/src/psphot.h	(revision 40941)
+++ /branches/eam_branches/ipp-20191011/psphot/src/psphot.h	(revision 40942)
@@ -237,4 +237,5 @@
 bool            psphotSetRadiusModel (pmModel *model, pmReadout *readout, pmSource *source, psImageMaskType markVal, bool deep);
 
+bool            psphotDumpTest (pmConfig *config, const pmFPAview *view, const char *filerule);
 bool            psphotDumpMoments (psMetadata *recipe, psArray *sources);
 psMetadata     *psphotDefineHeader (psMetadata *recipe);
Index: /branches/eam_branches/ipp-20191011/psphot/src/psphotOutput.c
===================================================================
--- /branches/eam_branches/ipp-20191011/psphot/src/psphotOutput.c	(revision 40941)
+++ /branches/eam_branches/ipp-20191011/psphot/src/psphotOutput.c	(revision 40942)
@@ -419,5 +419,5 @@
 
     // XXX dump tests are disabled unless this is commented out:
-    return true;
+    // return true;
 
     bool status = true;
Index: /branches/eam_branches/ipp-20191011/psphot/src/psphotReadout.c
===================================================================
--- /branches/eam_branches/ipp-20191011/psphot/src/psphotReadout.c	(revision 40941)
+++ /branches/eam_branches/ipp-20191011/psphot/src/psphotReadout.c	(revision 40942)
@@ -126,5 +126,6 @@
     }
     if (!strcasecmp (breakPt, "PEAKS")) {
-        return psphotReadoutCleanup (config, view, filerule);
+      psphotDumpTest (config, view, filerule);
+      return psphotReadoutCleanup (config, view, filerule);
     }
 
@@ -156,4 +157,5 @@
     }
     if (!strcasecmp (breakPt, "MOMENTS")) {
+      psphotDumpTest (config, view, filerule);
         return psphotReadoutCleanup (config, view, filerule);
     }
