Index: /tags/ipp-20170121/psphot/src/psphotLoadSRCTEXT.c
===================================================================
--- /tags/ipp-20170121/psphot/src/psphotLoadSRCTEXT.c	(revision 40744)
+++ /tags/ipp-20170121/psphot/src/psphotLoadSRCTEXT.c	(revision 40745)
@@ -98,5 +98,7 @@
 	    source->moments->Myy = 0.0;
 
-	    source->mode = 0;
+            //source->mode = 0;
+            // MEH -- has to be PSFSTAR to accommodate changed made in psphot:psphotReadoutCleanupReadout and psphotPSFstats to psphotPSFstatsSources
+            source->mode = 64;
 	    
 	    psArrayAdd (sources, 100, source);
