Index: /branches/eam_branches/ipp-20100823/psphot/src/psphotStackReadout.c
===================================================================
--- /branches/eam_branches/ipp-20100823/psphot/src/psphotStackReadout.c	(revision 29462)
+++ /branches/eam_branches/ipp-20100823/psphot/src/psphotStackReadout.c	(revision 29463)
@@ -154,7 +154,12 @@
 
     psphotStackObjectsUnifyPosition (objects);
+
+    // measure circular, radial apertures (objects sorted by S/N)
     psphotRadialAperturesByObject (config, objects, view, STACK_OUT); 
 
+    // measure elliptical apertures, petrosians (objects sorted by S/N)
     psphotExtendedSourceAnalysisByObject (config, objects, view, STACK_OUT); // pass 1 (detections->allSources)
+
+    // measure non-linear extended source models (exponential, deVaucouleur, Sersic) (sources sorted by S/N)
     psphotExtendedSourceFits (config, view, STACK_OUT); // pass 1 (detections->allSources)
 
@@ -162,5 +167,5 @@
     psphotMagnitudes(config, view, STACK_OUT);
 
-    if (!psphotEfficiency(config, view, STACK_OUT)) {
+    if (0 && !psphotEfficiency(config, view, STACK_OUT)) {
         psErrorStackPrint(stderr, "Unable to determine detection efficiencies from fake sources");
         psErrorClear();
