Index: trunk/psphot/src/psphotMagnitudes.c
===================================================================
--- trunk/psphot/src/psphotMagnitudes.c	(revision 33089)
+++ trunk/psphot/src/psphotMagnitudes.c	(revision 34404)
@@ -182,4 +182,10 @@
 	if (saveTest) {
 	    psphotSaveImage(NULL, testImage, "test.image.1.fits");
+	}
+
+	// satstars modeled as a radial profile need special handling
+	if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) {
+	    psphotSatstarPhotometry (source);
+	    continue;
 	}
 
