Index: trunk/psphot/src/psphot.c
===================================================================
--- trunk/psphot/src/psphot.c	(revision 4946)
+++ trunk/psphot/src/psphot.c	(revision 5049)
@@ -4,5 +4,5 @@
 
     psMetadata  *config  = NULL;
-    psImageData *imdata  = NULL;
+    eamReadout  *imdata  = NULL;
     psArray     *sources = NULL;
     psArray     *peaks   = NULL;
@@ -14,5 +14,5 @@
 
     // load input data (image and config)
-    // create or load mask and noise images
+    // create or load mask and weight images
     // we have memory leaks here -- may be from psMetadata
     imdata = psphotSetup (config);
