Index: /trunk/psphot/src/psphotCheckStarDistribution.c
===================================================================
--- /trunk/psphot/src/psphotCheckStarDistribution.c	(revision 19908)
+++ /trunk/psphot/src/psphotCheckStarDistribution.c	(revision 19909)
@@ -86,4 +86,5 @@
         if (source->moments == NULL) continue;
         if (source->mode & PM_SOURCE_MODE_PSFSTAR) continue;
+        if (source->mode & PM_SOURCE_MODE_SATSTAR) continue;
         if (source->type != PM_SOURCE_TYPE_STAR) continue;
 
