Index: trunk/psModules/src/objects/pmSource.c
===================================================================
--- trunk/psModules/src/objects/pmSource.c	(revision 17396)
+++ trunk/psModules/src/objects/pmSource.c	(revision 17832)
@@ -6,6 +6,6 @@
  *  @author EAM, IfA: significant modifications.
  *
- *  @version $Revision: 1.52 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-04-08 18:35:38 $
+ *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-05-28 21:48:49 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -875,4 +875,5 @@
         psF32 **target = source->pixels->data.F32;
         if (mode & PM_MODEL_OP_NOISE) {
+	    // XXX need to scale by the gain...
             target = source->weight->data.F32;
         }
