Index: /trunk/psLib/test/image/tst_psImageStats02.c
===================================================================
--- /trunk/psLib/test/image/tst_psImageStats02.c	(revision 1502)
+++ /trunk/psLib/test/image/tst_psImageStats02.c	(revision 1503)
@@ -57,5 +57,5 @@
     for ( i = 0;i < CHEBY_X_DIM;i++ ) {
         for ( j = 0;j < CHEBY_Y_DIM;j++ ) {
-            printf( "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, my2DPoly->coeff[ i ][ j ] );
+            printf( "Cheby Polynomial (%d, %d) coefficient is %.2f\n", i, j, 0.0001f+my2DPoly->coeff[ i ][ j ] );
         }
     }
Index: /trunk/psLib/test/image/verified/tst_psImageStats02.stdout
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats02.stdout	(revision 1502)
+++ /trunk/psLib/test/image/verified/tst_psImageStats02.stdout	(revision 1503)
@@ -10,9 +10,9 @@
 Cheby Polynomial (0, 3) coefficient is 2.88
 Cheby Polynomial (0, 4) coefficient is 0.00
-Cheby Polynomial (0, 5) coefficient is 1.03
+Cheby Polynomial (0, 5) coefficient is 1.04
 Cheby Polynomial (0, 6) coefficient is 0.00
 Cheby Polynomial (0, 7) coefficient is 0.53
 Cheby Polynomial (1, 0) coefficient is 129.68
-Cheby Polynomial (1, 1) coefficient is -0.00
+Cheby Polynomial (1, 1) coefficient is 0.00
 Cheby Polynomial (1, 2) coefficient is 0.00
 Cheby Polynomial (1, 3) coefficient is 0.00
@@ -21,12 +21,12 @@
 Cheby Polynomial (1, 6) coefficient is 0.00
 Cheby Polynomial (1, 7) coefficient is 0.00
-Cheby Polynomial (2, 0) coefficient is -0.00
+Cheby Polynomial (2, 0) coefficient is 0.00
 Cheby Polynomial (2, 1) coefficient is 0.00
-Cheby Polynomial (2, 2) coefficient is -0.00
+Cheby Polynomial (2, 2) coefficient is 0.00
 Cheby Polynomial (2, 3) coefficient is 0.00
 Cheby Polynomial (2, 4) coefficient is 0.00
 Cheby Polynomial (2, 5) coefficient is 0.00
-Cheby Polynomial (2, 6) coefficient is -0.00
-Cheby Polynomial (2, 7) coefficient is -0.00
+Cheby Polynomial (2, 6) coefficient is 0.00
+Cheby Polynomial (2, 7) coefficient is 0.00
 Cheby Polynomial (3, 0) coefficient is 14.40
 Cheby Polynomial (3, 1) coefficient is 0.00
@@ -34,38 +34,38 @@
 Cheby Polynomial (3, 3) coefficient is 0.00
 Cheby Polynomial (3, 4) coefficient is 0.00
-Cheby Polynomial (3, 5) coefficient is -0.00
+Cheby Polynomial (3, 5) coefficient is 0.00
 Cheby Polynomial (3, 6) coefficient is 0.00
 Cheby Polynomial (3, 7) coefficient is 0.00
 Cheby Polynomial (4, 0) coefficient is 0.00
 Cheby Polynomial (4, 1) coefficient is 0.00
-Cheby Polynomial (4, 2) coefficient is -0.00
-Cheby Polynomial (4, 3) coefficient is -0.00
+Cheby Polynomial (4, 2) coefficient is 0.00
+Cheby Polynomial (4, 3) coefficient is 0.00
 Cheby Polynomial (4, 4) coefficient is 0.00
 Cheby Polynomial (4, 5) coefficient is 0.00
-Cheby Polynomial (4, 6) coefficient is -0.00
+Cheby Polynomial (4, 6) coefficient is 0.00
 Cheby Polynomial (4, 7) coefficient is 0.00
 Cheby Polynomial (5, 0) coefficient is 5.17
 Cheby Polynomial (5, 1) coefficient is 0.00
-Cheby Polynomial (5, 2) coefficient is -0.00
+Cheby Polynomial (5, 2) coefficient is 0.00
 Cheby Polynomial (5, 3) coefficient is 0.00
-Cheby Polynomial (5, 4) coefficient is -0.00
+Cheby Polynomial (5, 4) coefficient is 0.00
 Cheby Polynomial (5, 5) coefficient is 0.00
 Cheby Polynomial (5, 6) coefficient is 0.00
 Cheby Polynomial (5, 7) coefficient is 0.00
 Cheby Polynomial (6, 0) coefficient is 0.00
-Cheby Polynomial (6, 1) coefficient is -0.00
-Cheby Polynomial (6, 2) coefficient is -0.00
+Cheby Polynomial (6, 1) coefficient is 0.00
+Cheby Polynomial (6, 2) coefficient is 0.00
 Cheby Polynomial (6, 3) coefficient is 0.00
-Cheby Polynomial (6, 4) coefficient is -0.00
-Cheby Polynomial (6, 5) coefficient is -0.00
-Cheby Polynomial (6, 6) coefficient is -0.00
-Cheby Polynomial (6, 7) coefficient is -0.00
+Cheby Polynomial (6, 4) coefficient is 0.00
+Cheby Polynomial (6, 5) coefficient is 0.00
+Cheby Polynomial (6, 6) coefficient is 0.00
+Cheby Polynomial (6, 7) coefficient is 0.00
 Cheby Polynomial (7, 0) coefficient is 2.63
-Cheby Polynomial (7, 1) coefficient is -0.00
-Cheby Polynomial (7, 2) coefficient is -0.00
+Cheby Polynomial (7, 1) coefficient is 0.00
+Cheby Polynomial (7, 2) coefficient is 0.00
 Cheby Polynomial (7, 3) coefficient is 0.00
 Cheby Polynomial (7, 4) coefficient is 0.00
 Cheby Polynomial (7, 5) coefficient is 0.00
-Cheby Polynomial (7, 6) coefficient is -0.00
+Cheby Polynomial (7, 6) coefficient is 0.00
 Cheby Polynomial (7, 7) coefficient is 0.00
 
