Index: /trunk/psphot/src/psphotReadout.c
===================================================================
--- /trunk/psphot/src/psphotReadout.c	(revision 10265)
+++ /trunk/psphot/src/psphotReadout.c	(revision 10266)
@@ -30,6 +30,16 @@
     }
 
+    if (!strcasecmp (breakPt, "NOTHING")) {
+	if (!psphotReadoutCleanup (config, readout, recipe, NULL, NULL)) return false;
+	return true;
+    }
+
     // generate a background model (median, smoothed image)
     psphotImageMedian (config, view);
+
+    if (!strcasecmp (breakPt, "BACKMDL")) {
+	if (!psphotReadoutCleanup (config, readout, recipe, NULL, NULL)) return false;
+	return true;
+    }
 
     pmReadout *background = psphotSelectBackground (config, view);
