Index: trunk/psModules/src/objects/pmTrend2D.h
===================================================================
--- trunk/psModules/src/objects/pmTrend2D.h	(revision 15696)
+++ trunk/psModules/src/objects/pmTrend2D.h	(revision 15842)
@@ -5,6 +5,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-11-27 03:08:38 $
+ * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-12-15 01:23:18 $
  * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
  */
@@ -12,4 +12,6 @@
 # ifndef PM_TREND_2D_H
 # define PM_TREND_2D_H
+
+#include <pslib.h>
 
 /// @addtogroup Objects Object Detection / Analysis Functions
@@ -26,5 +28,6 @@
     psPolynomial2D *poly;
     psImageMap *map;
-    psStats *stats;
+    psStats *stats;                     // Statistics for clipped fitting
+    psStatsOptions singleMean, singleStdev; // Staistics for mean and stdev when there's a single pixel
     pmTrend2DMode mode; // POLY_ORD, POLY_CHEB, MAP
 } pmTrend2D;
