Index: trunk/psModules/src/imcombine/pmStack.h
===================================================================
--- trunk/psModules/src/imcombine/pmStack.h	(revision 16685)
+++ trunk/psModules/src/imcombine/pmStack.h	(revision 17005)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- * @date $Date: 2008-02-27 21:16:57 $
+ * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2008-03-17 21:38:43 $
  *
  * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
@@ -28,6 +28,7 @@
 typedef struct {
     pmReadout *readout;                 ///< Warped readout (sky cell)
-    psPixels *pixels;                   ///< Pixels to inspect or reject
-    float weight;                       ///< Weight to apply
+    psPixels *reject;                   ///< Pixels to reject
+    psPixels *inspect;                  ///< Pixels to inspect
+    float weight;                       ///< Relative weighting for image
 } pmStackData;
 
@@ -45,4 +46,5 @@
                     int numIter,        ///< Number of iterations
                     float rej,          ///< Rejection limit (standard deviations)
+                    bool entire,        ///< Combine entire image even if rejection lists provided?
                     bool useVariance,   ///< Use variance values for rejection?
                     bool safe           ///< Play safe with small numbers of input pixels (mask if N <= 2)?
