Index: trunk/psphot/src/psphotFitSourcesLinear.c
===================================================================
--- trunk/psphot/src/psphotFitSourcesLinear.c	(revision 13035)
+++ trunk/psphot/src/psphotFitSourcesLinear.c	(revision 13375)
@@ -55,4 +55,6 @@
         if (source->type == PM_SOURCE_TYPE_DEFECT) continue;
         if (source->type == PM_SOURCE_TYPE_SATURATED) continue;
+	if (source->type == PM_SOURCE_TYPE_STAR &&
+            source->mode & PM_SOURCE_MODE_SATSTAR) continue;
         if (final) {
             if (source->mode &  PM_SOURCE_MODE_SUBTRACTED) continue;
