Index: trunk/psphot/src/psphotReadout.c
===================================================================
--- trunk/psphot/src/psphotReadout.c	(revision 17396)
+++ trunk/psphot/src/psphotReadout.c	(revision 17828)
@@ -127,5 +127,5 @@
 
     // replace all sources
-    psphotReplaceAll (sources, recipe);
+    psphotReplaceAllSources (sources, recipe);
 
     // linear fit to include all sources
@@ -165,5 +165,5 @@
 
     // replace all sources so fit below applies to all at once
-    psphotReplaceAll (sources, recipe);
+    psphotReplaceAllSources (sources, recipe);
 
     // merge the newly selected sources into the existing list
@@ -199,5 +199,5 @@
 
     // replace failed sources?
-    // psphotReplaceUnfit (sources);
+    // psphotReplaceUnfitSources (sources);
 
     // replace background in residual image
