Index: /trunk/psLib/test/image/Makefile.am
===================================================================
--- /trunk/psLib/test/image/Makefile.am	(revision 3310)
+++ /trunk/psLib/test/image/Makefile.am	(revision 3311)
@@ -19,9 +19,5 @@
 	tst_psImageFFT \
 	tst_psImageManip \
-	tst_psImageStats00 \
-	tst_psImageStats01 \
-	tst_psImageStats02 \
-	tst_psImageStats03 \
-	tst_psImageStats04 \
+	tst_psImageStats \
 	tst_psImageExtraction \
 	tst_psImageConvolve \
@@ -44,9 +40,5 @@
 tst_psImageFFT_SOURCES =  tst_psImageFFT.c
 tst_psImageManip_SOURCES =  tst_psImageManip.c
-tst_psImageStats00_SOURCES =  tst_psImageStats00.c
-tst_psImageStats01_SOURCES =  tst_psImageStats01.c
-tst_psImageStats02_SOURCES =  tst_psImageStats02.c
-tst_psImageStats03_SOURCES =  tst_psImageStats03.c
-tst_psImageStats04_SOURCES =  tst_psImageStats04.c
+tst_psImageStats_SOURCES =  tst_psImageStats.c
 tst_psImageExtraction_SOURCES =  tst_psImageExtraction.c
 tst_psImageConvolve_SOURCES =  tst_psImageConvolve.c
Index: /trunk/psLib/test/image/tst_psImageExtraction.c
===================================================================
--- /trunk/psLib/test/image/tst_psImageExtraction.c	(revision 3310)
+++ /trunk/psLib/test/image/tst_psImageExtraction.c	(revision 3311)
@@ -6,6 +6,6 @@
 *  @author Robert DeSonia, MHPCC
 *
-*  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2005-02-17 19:26:25 $
+*  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2005-02-23 21:36:57 $
 *
 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -334,19 +334,4 @@
     }
 
-    /* Verify the input image is an invalid type */
-    psLogMsg( __func__, PS_LOG_INFO, "Following should be an error invalid image type.");
-    psImage* imgU8 = psImageAlloc( c, r, PS_TYPE_U8 );
-    out = psImageSlice( out, NULL,
-                        imgU8,
-                        mask, 1,
-                        c/10, r/10,
-                        c/10+1, r/10+1,
-                        PS_CUT_X_POS,
-                        stat);
-    if ( out != NULL ) {
-        psError( PS_ERR_UNKNOWN,true, "Input image with invalid type didn't return NULL as expected.");
-        return 112;
-    }
-
     psFree( image );
     psFree( positions );
@@ -354,5 +339,4 @@
     psFree( out );
     psFree( stat );
-    psFree( imgU8 );
     psFree( maskS8 );
     psFree( maskSz );
Index: /trunk/psLib/test/image/verified/tst_psImageExtraction.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageExtraction.stderr	(revision 3310)
+++ /trunk/psLib/test/image/verified/tst_psImageExtraction.stderr	(revision 3311)
@@ -175,8 +175,4 @@
 <DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
     Input psImage mask type, psS8, is not the supported mask datatype of psU8.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error invalid image type.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psImage type, psU8, is not supported.
 
 ---> TESTPOINT PASSED (psImage{psImageSlice} | tst_psImageExtraction.c)
Index: /trunk/psLib/test/image/verified/tst_psImageStats.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats.stderr	(revision 3311)
+++ /trunk/psLib/test/image/verified/tst_psImageStats.stderr	(revision 3311)
@@ -0,0 +1,617 @@
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageStats.c                                         *
+*            TestPoint: psImage{psImageHistogram}                                  *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+*******************************
+* IMAGE SIZE is (1 by 1)
+*******************************
+Bin number 0 bounds: (0.0 - 0.1) data (1.00)
+Bin number 1 bounds: (0.1 - 0.2) data (0.00)
+Bin number 2 bounds: (0.2 - 0.3) data (0.00)
+Bin number 3 bounds: (0.3 - 0.4) data (0.00)
+Bin number 4 bounds: (0.4 - 0.5) data (0.00)
+Bin number 5 bounds: (0.5 - 0.6) data (0.00)
+Bin number 6 bounds: (0.6 - 0.7) data (0.00)
+Bin number 7 bounds: (0.7 - 0.8) data (0.00)
+Bin number 8 bounds: (0.8 - 0.9) data (0.00)
+Bin number 9 bounds: (0.9 - 1.0) data (0.00)
+Bin number 10 bounds: (1.0 - 1.1) data (0.00)
+Bin number 11 bounds: (1.1 - 1.2) data (0.00)
+Bin number 12 bounds: (1.2 - 1.3) data (0.00)
+Bin number 13 bounds: (1.3 - 1.4) data (0.00)
+Bin number 14 bounds: (1.4 - 1.5) data (0.00)
+Bin number 15 bounds: (1.5 - 1.6) data (0.00)
+Bin number 16 bounds: (1.6 - 1.7) data (0.00)
+Bin number 17 bounds: (1.7 - 1.8) data (0.00)
+Bin number 18 bounds: (1.8 - 1.9) data (0.00)
+Bin number 19 bounds: (1.9 - 2.0) data (0.00)
+Bin number 0 bounds: (0.00 - 0.10) data (1.00)
+Bin number 1 bounds: (0.10 - 0.20) data (0.00)
+Bin number 2 bounds: (0.20 - 0.30) data (0.00)
+Bin number 3 bounds: (0.30 - 0.40) data (0.00)
+Bin number 4 bounds: (0.40 - 0.50) data (0.00)
+Bin number 5 bounds: (0.50 - 0.60) data (0.00)
+Bin number 6 bounds: (0.60 - 0.70) data (0.00)
+Bin number 7 bounds: (0.70 - 0.80) data (0.00)
+Bin number 8 bounds: (0.80 - 0.90) data (0.00)
+Bin number 9 bounds: (0.90 - 1.00) data (0.00)
+Bin number 10 bounds: (1.00 - 1.10) data (0.00)
+Bin number 11 bounds: (1.10 - 1.20) data (0.00)
+Bin number 12 bounds: (1.20 - 1.30) data (0.00)
+Bin number 13 bounds: (1.30 - 1.40) data (0.00)
+Bin number 14 bounds: (1.40 - 1.50) data (0.00)
+Bin number 15 bounds: (1.50 - 1.60) data (0.00)
+Bin number 16 bounds: (1.60 - 1.70) data (0.00)
+Bin number 17 bounds: (1.70 - 1.80) data (0.00)
+Bin number 18 bounds: (1.80 - 1.90) data (0.00)
+Bin number 19 bounds: (1.90 - 2.00) data (0.00)
+*******************************
+* IMAGE SIZE is (1 by 32)
+*******************************
+Bin number 0 bounds: (0.0 - 1.7) data (2.00)
+Bin number 1 bounds: (1.7 - 3.3) data (2.00)
+Bin number 2 bounds: (3.3 - 5.0) data (1.00)
+Bin number 3 bounds: (5.0 - 6.6) data (2.00)
+Bin number 4 bounds: (6.6 - 8.2) data (2.00)
+Bin number 5 bounds: (8.2 - 9.9) data (1.00)
+Bin number 6 bounds: (9.9 - 11.6) data (2.00)
+Bin number 7 bounds: (11.6 - 13.2) data (2.00)
+Bin number 8 bounds: (13.2 - 14.9) data (1.00)
+Bin number 9 bounds: (14.9 - 16.5) data (2.00)
+Bin number 10 bounds: (16.5 - 18.2) data (2.00)
+Bin number 11 bounds: (18.2 - 19.8) data (1.00)
+Bin number 12 bounds: (19.8 - 21.5) data (2.00)
+Bin number 13 bounds: (21.5 - 23.1) data (2.00)
+Bin number 14 bounds: (23.1 - 24.8) data (1.00)
+Bin number 15 bounds: (24.8 - 26.4) data (2.00)
+Bin number 16 bounds: (26.4 - 28.1) data (1.00)
+Bin number 17 bounds: (28.1 - 29.7) data (2.00)
+Bin number 18 bounds: (29.7 - 31.4) data (2.00)
+Bin number 19 bounds: (31.4 - 33.0) data (0.00)
+Bin number 0 bounds: (0.00 - 1.65) data (2.00)
+Bin number 1 bounds: (1.65 - 3.30) data (2.00)
+Bin number 2 bounds: (3.30 - 4.95) data (1.00)
+Bin number 3 bounds: (4.95 - 6.60) data (2.00)
+Bin number 4 bounds: (6.60 - 8.25) data (2.00)
+Bin number 5 bounds: (8.25 - 9.90) data (1.00)
+Bin number 6 bounds: (9.90 - 11.55) data (2.00)
+Bin number 7 bounds: (11.55 - 13.20) data (2.00)
+Bin number 8 bounds: (13.20 - 14.85) data (1.00)
+Bin number 9 bounds: (14.85 - 16.50) data (2.00)
+Bin number 10 bounds: (16.50 - 18.15) data (2.00)
+Bin number 11 bounds: (18.15 - 19.80) data (1.00)
+Bin number 12 bounds: (19.80 - 21.45) data (2.00)
+Bin number 13 bounds: (21.45 - 23.10) data (2.00)
+Bin number 14 bounds: (23.10 - 24.75) data (1.00)
+Bin number 15 bounds: (24.75 - 26.40) data (2.00)
+Bin number 16 bounds: (26.40 - 28.05) data (1.00)
+Bin number 17 bounds: (28.05 - 29.70) data (2.00)
+Bin number 18 bounds: (29.70 - 31.35) data (2.00)
+Bin number 19 bounds: (31.35 - 33.00) data (0.00)
+*******************************
+* IMAGE SIZE is (32 by 1)
+*******************************
+Bin number 0 bounds: (0.0 - 1.7) data (2.00)
+Bin number 1 bounds: (1.7 - 3.3) data (2.00)
+Bin number 2 bounds: (3.3 - 5.0) data (1.00)
+Bin number 3 bounds: (5.0 - 6.6) data (2.00)
+Bin number 4 bounds: (6.6 - 8.2) data (2.00)
+Bin number 5 bounds: (8.2 - 9.9) data (1.00)
+Bin number 6 bounds: (9.9 - 11.6) data (2.00)
+Bin number 7 bounds: (11.6 - 13.2) data (2.00)
+Bin number 8 bounds: (13.2 - 14.9) data (1.00)
+Bin number 9 bounds: (14.9 - 16.5) data (2.00)
+Bin number 10 bounds: (16.5 - 18.2) data (2.00)
+Bin number 11 bounds: (18.2 - 19.8) data (1.00)
+Bin number 12 bounds: (19.8 - 21.5) data (2.00)
+Bin number 13 bounds: (21.5 - 23.1) data (2.00)
+Bin number 14 bounds: (23.1 - 24.8) data (1.00)
+Bin number 15 bounds: (24.8 - 26.4) data (2.00)
+Bin number 16 bounds: (26.4 - 28.1) data (1.00)
+Bin number 17 bounds: (28.1 - 29.7) data (2.00)
+Bin number 18 bounds: (29.7 - 31.4) data (2.00)
+Bin number 19 bounds: (31.4 - 33.0) data (0.00)
+Bin number 0 bounds: (0.00 - 1.65) data (2.00)
+Bin number 1 bounds: (1.65 - 3.30) data (2.00)
+Bin number 2 bounds: (3.30 - 4.95) data (1.00)
+Bin number 3 bounds: (4.95 - 6.60) data (2.00)
+Bin number 4 bounds: (6.60 - 8.25) data (2.00)
+Bin number 5 bounds: (8.25 - 9.90) data (1.00)
+Bin number 6 bounds: (9.90 - 11.55) data (2.00)
+Bin number 7 bounds: (11.55 - 13.20) data (2.00)
+Bin number 8 bounds: (13.20 - 14.85) data (1.00)
+Bin number 9 bounds: (14.85 - 16.50) data (2.00)
+Bin number 10 bounds: (16.50 - 18.15) data (2.00)
+Bin number 11 bounds: (18.15 - 19.80) data (1.00)
+Bin number 12 bounds: (19.80 - 21.45) data (2.00)
+Bin number 13 bounds: (21.45 - 23.10) data (2.00)
+Bin number 14 bounds: (23.10 - 24.75) data (1.00)
+Bin number 15 bounds: (24.75 - 26.40) data (2.00)
+Bin number 16 bounds: (26.40 - 28.05) data (1.00)
+Bin number 17 bounds: (28.05 - 29.70) data (2.00)
+Bin number 18 bounds: (29.70 - 31.35) data (2.00)
+Bin number 19 bounds: (31.35 - 33.00) data (0.00)
+*******************************
+* IMAGE SIZE is (32 by 32)
+*******************************
+Bin number 0 bounds: (0.0 - 3.2) data (10.00)
+Bin number 1 bounds: (3.2 - 6.4) data (18.00)
+Bin number 2 bounds: (6.4 - 9.6) data (27.00)
+Bin number 3 bounds: (9.6 - 12.8) data (36.00)
+Bin number 4 bounds: (12.8 - 16.0) data (45.00)
+Bin number 5 bounds: (16.0 - 19.2) data (74.00)
+Bin number 6 bounds: (19.2 - 22.4) data (66.00)
+Bin number 7 bounds: (22.4 - 25.6) data (75.00)
+Bin number 8 bounds: (25.6 - 28.8) data (84.00)
+Bin number 9 bounds: (28.8 - 32.0) data (93.00)
+Bin number 10 bounds: (32.0 - 35.2) data (118.00)
+Bin number 11 bounds: (35.2 - 38.4) data (78.00)
+Bin number 12 bounds: (38.4 - 41.6) data (69.00)
+Bin number 13 bounds: (41.6 - 44.8) data (60.00)
+Bin number 14 bounds: (44.8 - 48.0) data (51.00)
+Bin number 15 bounds: (48.0 - 51.2) data (54.00)
+Bin number 16 bounds: (51.2 - 54.4) data (30.00)
+Bin number 17 bounds: (54.4 - 57.6) data (21.00)
+Bin number 18 bounds: (57.6 - 60.8) data (12.00)
+Bin number 19 bounds: (60.8 - 64.0) data (3.00)
+Bin number 0 bounds: (0.00 - 3.20) data (10.00)
+Bin number 1 bounds: (3.20 - 6.40) data (18.00)
+Bin number 2 bounds: (6.40 - 9.60) data (27.00)
+Bin number 3 bounds: (9.60 - 12.80) data (36.00)
+Bin number 4 bounds: (12.80 - 16.00) data (45.00)
+Bin number 5 bounds: (16.00 - 19.20) data (74.00)
+Bin number 6 bounds: (19.20 - 22.40) data (66.00)
+Bin number 7 bounds: (22.40 - 25.60) data (75.00)
+Bin number 8 bounds: (25.60 - 28.80) data (84.00)
+Bin number 9 bounds: (28.80 - 32.00) data (93.00)
+Bin number 10 bounds: (32.00 - 35.20) data (115.00)
+Bin number 11 bounds: (35.20 - 38.40) data (66.00)
+Bin number 12 bounds: (38.40 - 41.60) data (48.00)
+Bin number 13 bounds: (41.60 - 44.80) data (30.00)
+Bin number 14 bounds: (44.80 - 48.00) data (12.00)
+Bin number 15 bounds: (48.00 - 51.20) data (0.00)
+Bin number 16 bounds: (51.20 - 54.40) data (0.00)
+Bin number 17 bounds: (54.40 - 57.60) data (0.00)
+Bin number 18 bounds: (57.60 - 60.80) data (0.00)
+Bin number 19 bounds: (60.80 - 64.00) data (0.00)
+*******************************
+* IMAGE SIZE is (32 by 64)
+*******************************
+Bin number 0 bounds: (0.0 - 4.8) data (15.00)
+Bin number 1 bounds: (4.8 - 9.6) data (40.00)
+Bin number 2 bounds: (9.6 - 14.4) data (65.00)
+Bin number 3 bounds: (14.4 - 19.2) data (90.00)
+Bin number 4 bounds: (19.2 - 24.0) data (90.00)
+Bin number 5 bounds: (24.0 - 28.8) data (135.00)
+Bin number 6 bounds: (28.8 - 33.6) data (157.00)
+Bin number 7 bounds: (33.6 - 38.4) data (160.00)
+Bin number 8 bounds: (38.4 - 43.2) data (160.00)
+Bin number 9 bounds: (43.2 - 48.0) data (128.00)
+Bin number 10 bounds: (48.0 - 52.8) data (160.00)
+Bin number 11 bounds: (52.8 - 57.6) data (160.00)
+Bin number 12 bounds: (57.6 - 62.4) data (160.00)
+Bin number 13 bounds: (62.4 - 67.2) data (150.00)
+Bin number 14 bounds: (67.2 - 72.0) data (102.00)
+Bin number 15 bounds: (72.0 - 76.8) data (105.00)
+Bin number 16 bounds: (76.8 - 81.6) data (80.00)
+Bin number 17 bounds: (81.6 - 86.4) data (55.00)
+Bin number 18 bounds: (86.4 - 91.2) data (30.00)
+Bin number 19 bounds: (91.2 - 96.0) data (6.00)
+Bin number 0 bounds: (0.00 - 4.80) data (15.00)
+Bin number 1 bounds: (4.80 - 9.60) data (40.00)
+Bin number 2 bounds: (9.60 - 14.40) data (65.00)
+Bin number 3 bounds: (14.40 - 19.20) data (90.00)
+Bin number 4 bounds: (19.20 - 24.00) data (90.00)
+Bin number 5 bounds: (24.00 - 28.80) data (135.00)
+Bin number 6 bounds: (28.80 - 33.60) data (157.00)
+Bin number 7 bounds: (33.60 - 38.40) data (160.00)
+Bin number 8 bounds: (38.40 - 43.20) data (160.00)
+Bin number 9 bounds: (43.20 - 48.00) data (128.00)
+Bin number 10 bounds: (48.00 - 52.80) data (154.00)
+Bin number 11 bounds: (52.80 - 57.60) data (130.00)
+Bin number 12 bounds: (57.60 - 62.40) data (105.00)
+Bin number 13 bounds: (62.40 - 67.20) data (76.00)
+Bin number 14 bounds: (67.20 - 72.00) data (42.00)
+Bin number 15 bounds: (72.00 - 76.80) data (30.00)
+Bin number 16 bounds: (76.80 - 81.60) data (6.00)
+Bin number 17 bounds: (81.60 - 86.40) data (0.00)
+Bin number 18 bounds: (86.40 - 91.20) data (0.00)
+Bin number 19 bounds: (91.20 - 96.00) data (0.00)
+*******************************
+* IMAGE SIZE is (64 by 32)
+*******************************
+Bin number 0 bounds: (0.0 - 4.8) data (15.00)
+Bin number 1 bounds: (4.8 - 9.6) data (40.00)
+Bin number 2 bounds: (9.6 - 14.4) data (65.00)
+Bin number 3 bounds: (14.4 - 19.2) data (90.00)
+Bin number 4 bounds: (19.2 - 24.0) data (90.00)
+Bin number 5 bounds: (24.0 - 28.8) data (135.00)
+Bin number 6 bounds: (28.8 - 33.6) data (157.00)
+Bin number 7 bounds: (33.6 - 38.4) data (160.00)
+Bin number 8 bounds: (38.4 - 43.2) data (160.00)
+Bin number 9 bounds: (43.2 - 48.0) data (128.00)
+Bin number 10 bounds: (48.0 - 52.8) data (160.00)
+Bin number 11 bounds: (52.8 - 57.6) data (160.00)
+Bin number 12 bounds: (57.6 - 62.4) data (160.00)
+Bin number 13 bounds: (62.4 - 67.2) data (150.00)
+Bin number 14 bounds: (67.2 - 72.0) data (102.00)
+Bin number 15 bounds: (72.0 - 76.8) data (105.00)
+Bin number 16 bounds: (76.8 - 81.6) data (80.00)
+Bin number 17 bounds: (81.6 - 86.4) data (55.00)
+Bin number 18 bounds: (86.4 - 91.2) data (30.00)
+Bin number 19 bounds: (91.2 - 96.0) data (6.00)
+Bin number 0 bounds: (0.00 - 4.80) data (15.00)
+Bin number 1 bounds: (4.80 - 9.60) data (40.00)
+Bin number 2 bounds: (9.60 - 14.40) data (65.00)
+Bin number 3 bounds: (14.40 - 19.20) data (90.00)
+Bin number 4 bounds: (19.20 - 24.00) data (90.00)
+Bin number 5 bounds: (24.00 - 28.80) data (135.00)
+Bin number 6 bounds: (28.80 - 33.60) data (157.00)
+Bin number 7 bounds: (33.60 - 38.40) data (160.00)
+Bin number 8 bounds: (38.40 - 43.20) data (160.00)
+Bin number 9 bounds: (43.20 - 48.00) data (128.00)
+Bin number 10 bounds: (48.00 - 52.80) data (154.00)
+Bin number 11 bounds: (52.80 - 57.60) data (130.00)
+Bin number 12 bounds: (57.60 - 62.40) data (105.00)
+Bin number 13 bounds: (62.40 - 67.20) data (76.00)
+Bin number 14 bounds: (67.20 - 72.00) data (42.00)
+Bin number 15 bounds: (72.00 - 76.80) data (30.00)
+Bin number 16 bounds: (76.80 - 81.60) data (6.00)
+Bin number 17 bounds: (81.60 - 86.40) data (0.00)
+Bin number 18 bounds: (86.40 - 91.20) data (0.00)
+Bin number 19 bounds: (91.20 - 96.00) data (0.00)
+*******************************
+* IMAGE SUBSET SIZE is (64 by 32)
+*******************************
+Bin number 0 bounds: (0.0 - 4.8) data (15.00)
+Bin number 1 bounds: (4.8 - 9.6) data (40.00)
+Bin number 2 bounds: (9.6 - 14.4) data (65.00)
+Bin number 3 bounds: (14.4 - 19.2) data (90.00)
+Bin number 4 bounds: (19.2 - 24.0) data (90.00)
+Bin number 5 bounds: (24.0 - 28.8) data (135.00)
+Bin number 6 bounds: (28.8 - 33.6) data (157.00)
+Bin number 7 bounds: (33.6 - 38.4) data (160.00)
+Bin number 8 bounds: (38.4 - 43.2) data (160.00)
+Bin number 9 bounds: (43.2 - 48.0) data (128.00)
+Bin number 10 bounds: (48.0 - 52.8) data (160.00)
+Bin number 11 bounds: (52.8 - 57.6) data (160.00)
+Bin number 12 bounds: (57.6 - 62.4) data (160.00)
+Bin number 13 bounds: (62.4 - 67.2) data (150.00)
+Bin number 14 bounds: (67.2 - 72.0) data (102.00)
+Bin number 15 bounds: (72.0 - 76.8) data (105.00)
+Bin number 16 bounds: (76.8 - 81.6) data (80.00)
+Bin number 17 bounds: (81.6 - 86.4) data (55.00)
+Bin number 18 bounds: (86.4 - 91.2) data (30.00)
+Bin number 19 bounds: (91.2 - 96.0) data (6.00)
+Bin number 0 bounds: (0.00 - 4.80) data (15.00)
+Bin number 1 bounds: (4.80 - 9.60) data (40.00)
+Bin number 2 bounds: (9.60 - 14.40) data (65.00)
+Bin number 3 bounds: (14.40 - 19.20) data (90.00)
+Bin number 4 bounds: (19.20 - 24.00) data (90.00)
+Bin number 5 bounds: (24.00 - 28.80) data (135.00)
+Bin number 6 bounds: (28.80 - 33.60) data (157.00)
+Bin number 7 bounds: (33.60 - 38.40) data (160.00)
+Bin number 8 bounds: (38.40 - 43.20) data (160.00)
+Bin number 9 bounds: (43.20 - 48.00) data (128.00)
+Bin number 10 bounds: (48.00 - 52.80) data (154.00)
+Bin number 11 bounds: (52.80 - 57.60) data (130.00)
+Bin number 12 bounds: (57.60 - 62.40) data (105.00)
+Bin number 13 bounds: (62.40 - 67.20) data (76.00)
+Bin number 14 bounds: (67.20 - 72.00) data (42.00)
+Bin number 15 bounds: (72.00 - 76.80) data (30.00)
+Bin number 16 bounds: (76.80 - 81.60) data (6.00)
+Bin number 17 bounds: (81.60 - 86.40) data (0.00)
+Bin number 18 bounds: (86.40 - 91.20) data (0.00)
+Bin number 19 bounds: (91.20 - 96.00) data (0.00)
+<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
+    Unallowable operation: out is NULL.
+<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
+    Unallowable operation: in is NULL.
+<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
+    Unallowable operation: out is NULL.
+<DATE><TIME>|<HOST>|I|testPsImageHistogram
+    Following should be an error for invalid mask type.
+<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
+    Unallowable operation: psImage mask has incorrect type.
+
+---> TESTPOINT PASSED (psImage{psImageHistogram} | tst_psImageStats.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageStats.c                                         *
+*            TestPoint: psImage{psImageStats}                                      *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+*******************************
+* IMAGE SIZE is (1 by 1)
+*******************************
+The sample mean was 0.00
+The sample mean was 0.00
+*******************************
+* IMAGE SIZE is (1 by 32)
+*******************************
+The sample mean was 15.50
+The sample mean was 15.50
+*******************************
+* IMAGE SIZE is (32 by 1)
+*******************************
+The sample mean was 15.50
+The sample mean was 15.50
+*******************************
+* IMAGE SIZE is (32 by 32)
+*******************************
+The sample mean was 31.00
+The sample mean was 26.21
+*******************************
+* IMAGE SIZE is (32 by 64)
+*******************************
+The sample mean was 47.00
+The sample mean was 39.66
+*******************************
+* IMAGE SIZE is (64 by 32)
+*******************************
+The sample mean was 47.00
+The sample mean was 39.66
+*******************************
+* IMAGE SUBSET SIZE is (64 by 32)
+*******************************
+The sample mean was 47.00
+The sample mean was 39.66
+<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
+    Error: stats->options is 0.
+<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
+    Unallowable operation: stats is NULL.
+<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
+    Error: stats->options is 0.
+<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
+    Unallowable operation: psImage mask has incorrect type.
+
+---> TESTPOINT PASSED (psImage{psImageStats} | tst_psImageStats.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageStats.c                                         *
+*            TestPoint: psImage{psImageFitPolynomial}                              *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+Cheby Polynomial (0, 0) coefficient is 189.00
+Cheby Polynomial (0, 1) coefficient is 25.94
+Cheby Polynomial (0, 2) coefficient is 0.00
+Cheby Polynomial (0, 3) coefficient is 2.88
+Cheby Polynomial (0, 4) coefficient is 0.00
+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, 2) coefficient is 0.00
+Cheby Polynomial (1, 3) coefficient is 0.00
+Cheby Polynomial (1, 4) coefficient is 0.00
+Cheby Polynomial (1, 5) coefficient is 0.00
+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, 1) 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 (3, 0) coefficient is 14.40
+Cheby Polynomial (3, 1) coefficient is 0.00
+Cheby Polynomial (3, 2) coefficient is 0.00
+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, 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, 4) coefficient is 0.00
+Cheby Polynomial (4, 5) 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, 3) 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, 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 (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, 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, 7) coefficient is 0.00
+<DATE><TIME>|<HOST>|I|testPsImageFitPolynomial
+    Following should be an error message for NULL coeffs argument.
+<DATE><TIME>|<HOST>|E|psImageFitPolynomial (FILE:LINENO)
+    Unallowable operation: polynomial coeffs or its coeffs is NULL.
+<DATE><TIME>|<HOST>|I|testPsImageFitPolynomial
+    Following should be a error message for NULL input argument.
+<DATE><TIME>|<HOST>|E|psImageFitPolynomial (FILE:LINENO)
+    Unallowable operation: psImage input or its data is NULL.
+<DATE><TIME>|<HOST>|I|testPsImageFitPolynomial
+    Following should be an error message for NULL coeffs argument.
+<DATE><TIME>|<HOST>|E|psImageEvalPolynomial (FILE:LINENO)
+    Unallowable operation: polynomial coeffs or its coeffs is NULL.
+<DATE><TIME>|<HOST>|I|testPsImageFitPolynomial
+    Following should be a error message for NULL input argument.
+<DATE><TIME>|<HOST>|E|psImageEvalPolynomial (FILE:LINENO)
+    Unallowable operation: psImage input or its data is NULL.
+
+---> TESTPOINT PASSED (psImage{psImageFitPolynomial} | tst_psImageStats.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageStats.c                                         *
+*            TestPoint: psImage{psImagePixelInterpolate}                           *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 
+1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 
+2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 11.0 
+3.0 4.0 5.0 6.0 7.0 8.0 9.0 10.0 11.0 12.0 
+4.0 5.0 6.0 7.0 8.0 9.0 10.0 11.0 12.0 13.0 
+5.0 6.0 7.0 8.0 9.0 10.0 11.0 12.0 13.0 14.0 
+6.0 7.0 8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 
+7.0 8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0 
+8.0 9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 
+9.0 10.0 11.0 12.0 13.0 14.0 15.0 16.0 17.0 18.0 
+0.0 0.7 1.7 2.7 3.7 4.7 5.7 6.7 7.7 
+0.7 1.4 2.4 3.4 4.4 5.4 6.4 7.4 8.4 
+1.7 2.4 3.4 4.4 5.4 6.4 7.4 8.4 9.4 
+2.7 3.4 4.4 5.4 6.4 7.4 8.4 9.4 10.4 
+3.7 4.4 5.4 6.4 7.4 8.4 9.4 10.4 11.4 
+4.7 5.4 6.4 7.4 8.4 9.4 10.4 11.4 12.4 
+5.7 6.4 7.4 8.4 9.4 10.4 11.4 12.4 13.4 
+6.7 7.4 8.4 9.4 10.4 11.4 12.4 13.4 14.4 
+7.7 8.4 9.4 10.4 11.4 12.4 13.4 14.4 15.4 
+image[0.2][0.2] is interpolated at 0.0
+image[0.2][1.2] is interpolated at 0.7
+image[0.2][2.2] is interpolated at 1.7
+image[0.2][3.2] is interpolated at 2.7
+image[0.2][4.2] is interpolated at 3.7
+image[0.2][5.2] is interpolated at 4.7
+image[0.2][6.2] is interpolated at 5.7
+image[0.2][7.2] is interpolated at 6.7
+image[0.2][8.2] is interpolated at 7.7
+image[1.2][0.2] is interpolated at 0.7
+image[1.2][1.2] is interpolated at 1.4
+image[1.2][2.2] is interpolated at 2.4
+image[1.2][3.2] is interpolated at 3.4
+image[1.2][4.2] is interpolated at 4.4
+image[1.2][5.2] is interpolated at 5.4
+image[1.2][6.2] is interpolated at 6.4
+image[1.2][7.2] is interpolated at 7.4
+image[1.2][8.2] is interpolated at 8.4
+image[2.2][0.2] is interpolated at 1.7
+image[2.2][1.2] is interpolated at 2.4
+image[2.2][2.2] is interpolated at 3.4
+image[2.2][3.2] is interpolated at 4.4
+image[2.2][4.2] is interpolated at 5.4
+image[2.2][5.2] is interpolated at 6.4
+image[2.2][6.2] is interpolated at 7.4
+image[2.2][7.2] is interpolated at 8.4
+image[2.2][8.2] is interpolated at 9.4
+image[3.2][0.2] is interpolated at 2.7
+image[3.2][1.2] is interpolated at 3.4
+image[3.2][2.2] is interpolated at 4.4
+image[3.2][3.2] is interpolated at 5.4
+image[3.2][4.2] is interpolated at 6.4
+image[3.2][5.2] is interpolated at 7.4
+image[3.2][6.2] is interpolated at 8.4
+image[3.2][7.2] is interpolated at 9.4
+image[3.2][8.2] is interpolated at 10.4
+image[4.2][0.2] is interpolated at 3.7
+image[4.2][1.2] is interpolated at 4.4
+image[4.2][2.2] is interpolated at 5.4
+image[4.2][3.2] is interpolated at 6.4
+image[4.2][4.2] is interpolated at 7.4
+image[4.2][5.2] is interpolated at 8.4
+image[4.2][6.2] is interpolated at 9.4
+image[4.2][7.2] is interpolated at 10.4
+image[4.2][8.2] is interpolated at 11.4
+image[5.2][0.2] is interpolated at 4.7
+image[5.2][1.2] is interpolated at 5.4
+image[5.2][2.2] is interpolated at 6.4
+image[5.2][3.2] is interpolated at 7.4
+image[5.2][4.2] is interpolated at 8.4
+image[5.2][5.2] is interpolated at 9.4
+image[5.2][6.2] is interpolated at 10.4
+image[5.2][7.2] is interpolated at 11.4
+image[5.2][8.2] is interpolated at 12.4
+image[6.2][0.2] is interpolated at 5.7
+image[6.2][1.2] is interpolated at 6.4
+image[6.2][2.2] is interpolated at 7.4
+image[6.2][3.2] is interpolated at 8.4
+image[6.2][4.2] is interpolated at 9.4
+image[6.2][5.2] is interpolated at 10.4
+image[6.2][6.2] is interpolated at 11.4
+image[6.2][7.2] is interpolated at 12.4
+image[6.2][8.2] is interpolated at 13.4
+image[7.2][0.2] is interpolated at 6.7
+image[7.2][1.2] is interpolated at 7.4
+image[7.2][2.2] is interpolated at 8.4
+image[7.2][3.2] is interpolated at 9.4
+image[7.2][4.2] is interpolated at 10.4
+image[7.2][5.2] is interpolated at 11.4
+image[7.2][6.2] is interpolated at 12.4
+image[7.2][7.2] is interpolated at 13.4
+image[7.2][8.2] is interpolated at 14.4
+image[8.2][0.2] is interpolated at 7.7
+image[8.2][1.2] is interpolated at 8.4
+image[8.2][2.2] is interpolated at 9.4
+image[8.2][3.2] is interpolated at 10.4
+image[8.2][4.2] is interpolated at 11.4
+image[8.2][5.2] is interpolated at 12.4
+image[8.2][6.2] is interpolated at 13.4
+image[8.2][7.2] is interpolated at 14.4
+image[8.2][8.2] is interpolated at 15.4
+
+---> TESTPOINT PASSED (psImage{psImagePixelInterpolate} | tst_psImageStats.c)
+
+/***************************** TESTPOINT ******************************************\
+*             TestFile: tst_psImageStats.c                                         *
+*            TestPoint: psImage{psImageEvalPolynom()}                              *
+*             TestType: Positive                                                   *
+\**********************************************************************************/
+
+psImageFitPolynomial(), psImageEvalPolynom(): (1 by 1)
+pixel [0][0] is 25.00 should be 1.00
+The chi-squared per pixel is 576.00
+psImageFitPolynomial(), psImageEvalPolynom(): (5 by 1)
+pixel [0][0] is 5.00 should be 1.00
+pixel [1][0] is 40.00 should be 8.00
+pixel [2][0] is 125.00 should be 25.00
+pixel [3][0] is 260.00 should be 52.00
+pixel [4][0] is 445.00 should be 89.00
+The chi-squared per pixel is 36208.00
+psImageFitPolynomial(), psImageEvalPolynom(): (1 by 5)
+pixel [0][0] is 5.00 should be 1.00
+pixel [0][1] is 50.00 should be 10.00
+pixel [0][2] is 155.00 should be 31.00
+pixel [0][3] is 320.00 should be 64.00
+pixel [0][4] is 545.00 should be 109.00
+The chi-squared per pixel is 54524.80
+psImageFitPolynomial(), psImageEvalPolynom(): (5 by 5)
+The chi-squared per pixel is 0.00
+psImageFitPolynomial(), psImageEvalPolynom(): (1 by 1)
+pixel [0][0] is 25.00 should be 1.00
+The chi-squared per pixel is 576.00
+psImageFitPolynomial(), psImageEvalPolynom(): (5 by 1)
+pixel [0][0] is 5.00 should be 1.00
+pixel [1][0] is 40.00 should be 8.00
+pixel [2][0] is 125.00 should be 25.00
+pixel [3][0] is 260.00 should be 52.00
+pixel [4][0] is 445.00 should be 89.00
+The chi-squared per pixel is 36208.00
+psImageFitPolynomial(), psImageEvalPolynom(): (1 by 5)
+pixel [0][0] is 5.00 should be 1.00
+pixel [0][1] is 50.00 should be 10.00
+pixel [0][2] is 155.00 should be 31.00
+pixel [0][3] is 320.00 should be 64.00
+pixel [0][4] is 545.00 should be 109.00
+The chi-squared per pixel is 54524.81
+psImageFitPolynomial(), psImageEvalPolynom(): (5 by 5)
+The chi-squared per pixel is 0.00
+
+---> TESTPOINT PASSED (psImage{psImageEvalPolynom()} | tst_psImageStats.c)
+
Index: unk/psLib/test/image/verified/tst_psImageStats00.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats00.stderr	(revision 3310)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
-    Unallowable operation: out is NULL.
-<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
-    Unallowable operation: in is NULL.
-<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
-    Unallowable operation: out is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should be an error for invalid mask type.
-<DATE><TIME>|<HOST>|E|psImageHistogram (FILE:LINENO)
-    Unallowable operation: psImage mask has incorrect type.
Index: unk/psLib/test/image/verified/tst_psImageStats01.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats01.stderr	(revision 3310)
+++ 	(revision )
@@ -1,8 +1,0 @@
-<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
-    Error: stats->options is 0.
-<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
-    Unallowable operation: stats is NULL.
-<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
-    Error: stats->options is 0.
-<DATE><TIME>|<HOST>|E|psImageStats (FILE:LINENO)
-    Unallowable operation: psImage mask has incorrect type.
Index: unk/psLib/test/image/verified/tst_psImageStats01.stdout
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats01.stdout	(revision 3310)
+++ 	(revision )
@@ -1,201 +1,0 @@
-*******************************
-* IMAGE SIZE is (1 by 1)
-*******************************
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 0.00
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean with mask}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 0.00
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c)
-
-*******************************
-* IMAGE SIZE is (1 by 32)
-*******************************
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 15.50
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean with mask}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 15.50
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c)
-
-*******************************
-* IMAGE SIZE is (32 by 1)
-*******************************
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 15.50
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean with mask}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 15.50
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c)
-
-*******************************
-* IMAGE SIZE is (32 by 32)
-*******************************
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 31.00
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean with mask}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 26.21
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c)
-
-*******************************
-* IMAGE SIZE is (32 by 64)
-*******************************
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 47.00
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean with mask}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 39.66
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c)
-
-*******************************
-* IMAGE SIZE is (64 by 32)
-*******************************
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean, no mask %d}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 47.00
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean, no mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Calculate Sample Mean with mask}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-The sample mean was 39.66
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Sample Mean with mask} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats01.c                                       *
-*            TestPoint: psImageStats functions{Test With Various Null Inputs}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Test With Various Null Inputs} | tst_psImageStats01.c)
-
Index: unk/psLib/test/image/verified/tst_psImageStats02.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats02.stderr	(revision 3310)
+++ 	(revision )
@@ -1,16 +1,0 @@
-<DATE><TIME>|<HOST>|I|main
-    Following should be an error message for NULL coeffs argument.
-<DATE><TIME>|<HOST>|E|psImageFitPolynomial (FILE:LINENO)
-    Unallowable operation: polynomial coeffs or its coeffs is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should be a error message for NULL input argument.
-<DATE><TIME>|<HOST>|E|psImageFitPolynomial (FILE:LINENO)
-    Unallowable operation: psImage input or its data is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should be an error message for NULL coeffs argument.
-<DATE><TIME>|<HOST>|E|psImageEvalPolynomial (FILE:LINENO)
-    Unallowable operation: polynomial coeffs or its coeffs is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should be a error message for NULL input argument.
-<DATE><TIME>|<HOST>|E|psImageEvalPolynomial (FILE:LINENO)
-    Unallowable operation: psImage input or its data is NULL.
Index: unk/psLib/test/image/verified/tst_psImageStats02.stdout
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats02.stdout	(revision 3310)
+++ 	(revision )
@@ -1,91 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats02.c                                       *
-*            TestPoint: psImageStats functions{Calculate Chebyshev Polynomials, no mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Cheby Polynomial (0, 0) coefficient is 189.00
-Cheby Polynomial (0, 1) coefficient is 25.94
-Cheby Polynomial (0, 2) coefficient is 0.00
-Cheby Polynomial (0, 3) coefficient is 2.88
-Cheby Polynomial (0, 4) coefficient is 0.00
-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, 2) coefficient is 0.00
-Cheby Polynomial (1, 3) coefficient is 0.00
-Cheby Polynomial (1, 4) coefficient is 0.00
-Cheby Polynomial (1, 5) coefficient is 0.00
-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, 1) 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 (3, 0) coefficient is 14.40
-Cheby Polynomial (3, 1) coefficient is 0.00
-Cheby Polynomial (3, 2) coefficient is 0.00
-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, 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, 4) coefficient is 0.00
-Cheby Polynomial (4, 5) 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, 3) 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, 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 (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, 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, 7) coefficient is 0.00
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats02.c                                       *
-*            TestPoint: psImageStats functions{Calculate Chebyshev Polynomials, no mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats02.c                                       *
-*            TestPoint: psImageStats functions{Deallocate the psStats/psImage structure.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImageStats functions{Deallocate the psStats/psImage structure.} | tst_psImageStats02.c)
-
