Index: trunk/psphot/src/psphotRadialApertures.c
===================================================================
--- trunk/psphot/src/psphotRadialApertures.c	(revision 34136)
+++ trunk/psphot/src/psphotRadialApertures.c	(revision 34404)
@@ -240,4 +240,7 @@
 	if (source->mode & PM_SOURCE_MODE_DEFECT) continue;
 
+	// skip saturated stars modeled with a radial profile 
+        if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue;
+
 	// XXX measure radial apertures even for saturated stars
 	// if (source->mode & PM_SOURCE_MODE_SATSTAR) continue;
