Index: trunk/psModules/src/objects/pmResiduals.h
===================================================================
--- trunk/psModules/src/objects/pmResiduals.h	(revision 21183)
+++ trunk/psModules/src/objects/pmResiduals.h	(revision 21363)
@@ -4,6 +4,6 @@
  *
  * @author EAM, IfA
- * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
- * @date $Date: 2009-01-27 06:39:38 $
+ * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2009-02-06 02:31:25 $
  * Copyright 2004 IfA, University of Hawaii
  */
@@ -14,5 +14,5 @@
 /// @{
 
-/** residual tables for sources 
+/** residual tables for sources
  */
 typedef struct {
@@ -20,5 +20,5 @@
     psImage *Rx;
     psImage *Ry;
-    psImage *weight;
+    psImage *variance;
     psImage *mask;
     int xBin;
@@ -31,5 +31,5 @@
 bool psMemCheckResiduals(psPtr ptr);
 
-// macros to abstract the resid mask type : these values must be consistent 
+// macros to abstract the resid mask type : these values must be consistent
 #define PM_TYPE_RESID_MASK PS_TYPE_U8        /**< the psElemType to use for mask image */
 #define PM_TYPE_RESID_MASK_DATA U8           /**< the data member to use for mask image */
