Index: trunk/psphot/src/psphot.c
===================================================================
--- trunk/psphot/src/psphot.c	(revision 5672)
+++ trunk/psphot/src/psphot.c	(revision 5718)
@@ -47,4 +47,7 @@
     if (!strcasecmp (breakPt, "CLASS")) exit (0);
 
+    psphotBasicDeblend (sources, config, sky);
+    if (!strcasecmp (breakPt, "DEBLEND")) exit (0);
+
     // source analysis is done in S/N order (brightest first)
     sources = psArraySort (sources, psphotSortBySN);
