Index: trunk/psphot/src/psphotFitGalaxies.c
===================================================================
--- trunk/psphot/src/psphotFitGalaxies.c	(revision 5993)
+++ trunk/psphot/src/psphotFitGalaxies.c	(revision 6056)
@@ -1,5 +1,5 @@
 # include "psphot.h"
 
-bool psphotFitExtended (eamReadout *imdata, psMetadata *config, psArray *sources, psStats *skyStats)
+bool psphotFitExtended (pmReadout *readout, psMetadata *config, psArray *sources, psStats *skyStats)
 { 
     bool  status;
@@ -43,5 +43,5 @@
 
 	// sets the model radius (via source->model) and adjusts pixels as needed
-	psphotCheckRadiusEXT (imdata, source, model);
+	psphotCheckRadiusEXT (readout, source, model);
 
 	// fit EXT (not PSF) model (set/unset the pixel mask)
