Index: /branches/eam_branches/20090715/psphot/src/psphotReadout.c
===================================================================
--- /branches/eam_branches/20090715/psphot/src/psphotReadout.c	(revision 25356)
+++ /branches/eam_branches/20090715/psphot/src/psphotReadout.c	(revision 25357)
@@ -145,5 +145,5 @@
 
     // identify CRs and extended sources
-    psphotSourceSize (config, readout, sources, recipe, 0);
+    psphotSourceSize (config, readout, sources, recipe, psf, 0);
     if (!strcasecmp (breakPt, "ENSEMBLE")) {
         goto finish;
@@ -204,5 +204,5 @@
 
     // measure source size for the remaining sources
-    psphotSourceSize (config, readout, sources, recipe, 0);
+    psphotSourceSize (config, readout, sources, recipe, psf, 0);
 
     psphotExtendedSourceAnalysis (readout, sources, recipe);
