Index: /branches/eam_branches/ipp-20100823/psModules/src/objects/pmSource.c
===================================================================
--- /branches/eam_branches/ipp-20100823/psModules/src/objects/pmSource.c	(revision 29487)
+++ /branches/eam_branches/ipp-20100823/psModules/src/objects/pmSource.c	(revision 29488)
@@ -648,8 +648,7 @@
         // The following determinations require the use of moments
         if (!(source->mode & noMoments)) {
-            // likely defect (too small to be stellar) (push out to 3 sigma)
-            // low S/N objects which are small are probably stellar
-            // XXX these limits are quite arbitrary
-            if (sigX < 0.05 || sigY < 0.05) {
+            // likely defect (bright, but too small to be stellar)
+	    // XXX eliminate the classification?
+            if ((source->moments->SN > 10) && (sigX < 0.05 || sigY < 0.05)) {
                 source->type = PM_SOURCE_TYPE_DEFECT;
                 source->mode |= PM_SOURCE_MODE_DEFECT;
