Index: /branches/eam_branches/20090715/psphot/src/psphotRadiusChecks.c
===================================================================
--- /branches/eam_branches/20090715/psphot/src/psphotRadiusChecks.c	(revision 25662)
+++ /branches/eam_branches/20090715/psphot/src/psphotRadiusChecks.c	(revision 25663)
@@ -152,9 +152,9 @@
 escape:
     return NAN;
-    // bool result = psphotCheckRadiusEXT_old (readout, source, model, markVal);
+    // bool result = psphotCheckRadiusEXT (readout, source, model, markVal);
     // return result;
 }
 
-// call this function whenever you (re)-define the EXT model
+// alternative EXT radius based on model guess (for use without footprints)
 bool psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal) {
 
@@ -172,9 +172,4 @@
     if (isnan(model->fitRadius)) psAbort("error in radius");
 
-    // XXX this make the psf photometry for extended sources inconsistent with the other psf sources
-    // XXX for now, use the same radius for aperture and fit
-    // XXX to use different radii, we will need to set the apRadius mask with a call to
-    // psImageKeepCircle in the function psphotMagnitudes_Threaded 
-
     // redefine the pixels if needed
     bool status = pmSourceRedefinePixels (source, readout, PAR[PM_PAR_XPOS], PAR[PM_PAR_YPOS], model->fitRadius);
