Index: trunk/psphot/src/psphotReadout.c
===================================================================
--- trunk/psphot/src/psphotReadout.c	(revision 11201)
+++ trunk/psphot/src/psphotReadout.c	(revision 11230)
@@ -8,5 +8,4 @@
     // find the currently selected readout
     pmReadout  *readout = pmFPAfileThisReadout (config->files, view, "PSPHOT.INPUT");
-    psphotSaveExtSources (readout);
 
     // optional break-point for processing
@@ -81,5 +80,5 @@
 
     // include externally-supplied sources
-    psphotLoadExtSources (readout, sources);
+    psphotLoadExtSources (config, view, sources);
 
     // construct an initial model for each object 
