Index: trunk/psLib/src/math/psMinimizePolyFit.c
===================================================================
--- trunk/psLib/src/math/psMinimizePolyFit.c	(revision 9625)
+++ trunk/psLib/src/math/psMinimizePolyFit.c	(revision 9640)
@@ -10,6 +10,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-18 18:37:38 $
+ *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-19 02:57:18 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -1321,4 +1321,6 @@
             psTrace("psLib.math", 5, "Median is %f\n", stats->robustMedian);
         psTrace("psLib.math", 5, "Stdev is %f\n", stats->robustStdev);
+        psTrace("psLib.math", 5, "Sample Median is %f\n", stats->sampleMedian);
+        psTrace("psLib.math", 5, "Sample Stdev is %f\n", stats->sampleStdev);
         psF32 minClipValue = -minClipSigma*stats->robustStdev;
         psF32 maxClipValue = +maxClipSigma*stats->robustStdev;
@@ -1328,4 +1330,6 @@
             psTrace("psLib.math", 5, "Median is %f\n", stats->sampleMedian);
         psTrace("psLib.math", 5, "Stdev is %f\n", stats->sampleStdev);
+        psTrace("psLib.math", 5, "Robust Median is %f\n", stats->robustMedian);
+        psTrace("psLib.math", 5, "Robust Stdev is %f\n", stats->robustStdev);
         psF32 minClipValue = -minClipSigma*stats->robustStdev;
         psF32 maxClipValue = +maxClipSigma*stats->robustStdev;
