Index: trunk/psModules/src/imcombine/pmSubtractionStamps.h
===================================================================
--- trunk/psModules/src/imcombine/pmSubtractionStamps.h	(revision 15756)
+++ trunk/psModules/src/imcombine/pmSubtractionStamps.h	(revision 15809)
@@ -63,7 +63,7 @@
     psArray *convolutions1;             ///< Convolutions of image 1 for each kernel component, or NULL
     psArray *convolutions2;             ///< Convolutions of image 2 for each kernel component, or NULL
-    psImage *matrix1, *matrix2;         ///< Matrices for each image, or NULL
+    psImage *matrix1, *matrix2;         ///< Least-squares matrices for each image, or NULL
     psImage *matrixX;                   ///< Cross-matrix (for mode DUAL), or NULL
-    psVector *vector;                   ///< Associated vector (when mode not DUAL), or NULL
+    psVector *vector1, *vector2;        ///< Least-squares vectors for each image, or NULL
     pmSubtractionStampStatus status;    ///< Status of stamp
 } pmSubtractionStamp;
@@ -108,4 +108,5 @@
 pmSubtractionStampList *pmSubtractionStampsSetFromFile(
     const char *filename,               ///< Filename of file containing x,y (or x,y,flux) on each line
+    const psImage *image,               ///< Image for flux of stamp
     const psImage *subMask,             ///< Mask, or NULL
     const psRegion *region,             ///< Region to search, or NULL
