Index: /tags/ipp-20150115/psphot/src/psphotGalaxyParams.c
===================================================================
--- /tags/ipp-20150115/psphot/src/psphotGalaxyParams.c	(revision 37874)
+++ /tags/ipp-20150115/psphot/src/psphotGalaxyParams.c	(revision 37875)
@@ -322,5 +322,5 @@
 
         // Flux cut to reduce sources to those that match SDSS
-        // if (source->moments->KronFlux < 2e5) continue;
+        if (source->moments->KronFlux < 1e4) continue;
 
         pmModel *sersicModel = NULL;
