Index: trunk/psphot/src/psphotExtendedSourceAnalysis.c
===================================================================
--- trunk/psphot/src/psphotExtendedSourceAnalysis.c	(revision 33089)
+++ trunk/psphot/src/psphotExtendedSourceAnalysis.c	(revision 34404)
@@ -218,4 +218,7 @@
 	if (source->mode & PM_SOURCE_MODE_SATSTAR) continue;
 
+	// skip saturated stars modeled with a radial profile 
+        if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue;
+
 	// optionally allow non-extended objects to get petrosians as well
 	if (!doPetroStars) {
