Index: trunk/psphot/src/psphotApplyPSF.c
===================================================================
--- trunk/psphot/src/psphotApplyPSF.c	(revision 5048)
+++ trunk/psphot/src/psphotApplyPSF.c	(revision 5049)
@@ -5,5 +5,5 @@
 // run this function to a specific flux limit?
 
-bool psphotApplyPSF (psImageData *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) 
+bool psphotApplyPSF (eamReadout *imdata, psMetadata *config, psArray *sources, pmPSF *psf, psStats *sky) 
 { 
     bool  status;
@@ -61,5 +61,5 @@
 	// XXX EAM : a better test would examine the source pixels
 	if (model->radius > OUTER_RADIUS) {
-	  // (re)-allocate image, noise, mask arrays for each peak (square of radius OUTER)
+	  // (re)-allocate image, weight, mask arrays for each peak (square of radius OUTER)
 	    psphotDefinePixels (source, imdata, x, y, model->radius);
 	}
