Index: trunk/psModules/src/imcombine/pmStack.h
===================================================================
--- trunk/psModules/src/imcombine/pmStack.h	(revision 13457)
+++ trunk/psModules/src/imcombine/pmStack.h	(revision 14625)
@@ -8,6 +8,6 @@
  * @author GLG, MHPCC
  *
- * @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-05-22 03:59:32 $
+ * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-08-23 02:24:58 $
  * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
  */
@@ -26,14 +26,11 @@
 /// Container for input image
 typedef struct {
-    pmReadout *detector;                ///< Original (unwarped) readout from the detector
-    pmReadout *sky;                     ///< Warped readout (sky cell)
+    pmReadout *readout;                 ///< Warped readout (sky cell)
     psPixels *pixels;                   ///< Pixels to inspect or reject
-    float seeing;                       ///< Seeing FWHM (pixels)
     float weight;                       ///< Weight to apply
 } pmStackData;
 
 /// Constructor
-pmStackData *pmStackDataAlloc(pmReadout *sky, ///< Warped readout (sky cell)
-                              float seeing, ///< Seeing FWHM (pixels)
+pmStackData *pmStackDataAlloc(pmReadout *readout, ///< Warped readout (sky cell)
                               float weight ///< Weight to apply
     );
