Index: trunk/psLib/test/imageops/verified/tst_psImageConvolve.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageConvolve.stderr	(revision 8718)
+++ 	(revision )
@@ -1,55 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageConvolve.c                                      *
-*            TestPoint: psImage{psKernelAlloc}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testKernelAlloc
-    Following should be a warning (xMin > xMax)
-<DATE><TIME>|<HOST>|W|psKernelAlloc
-    Specified xMin, 5, was greater than xMax, -5.  Values swapped.
-<DATE><TIME>|<HOST>|I|testKernelAlloc
-    Following should be a warning (yMin > yMax)
-<DATE><TIME>|<HOST>|W|psKernelAlloc
-    Specified yMin, 5, was greater than yMax, -5.  Values swapped.
-
----> TESTPOINT PASSED (psImage{psKernelAlloc} | tst_psImageConvolve.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageConvolve.c                                      *
-*            TestPoint: psImage{psKernelGenerate}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testKernelGenerate
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psKernelGenerate (FILE:LINENO)
-    Shift vectors can not be of different sizes.
-<DATE><TIME>|<HOST>|I|testKernelGenerate
-    Following should be a error (time vector NULL).
-<DATE><TIME>|<HOST>|E|psKernelGenerate (FILE:LINENO)
-    Specified shift vectors can not be NULL.
-<DATE><TIME>|<HOST>|I|testKernelGenerate
-    Following should be a error (x vector NULL).
-<DATE><TIME>|<HOST>|E|psKernelGenerate (FILE:LINENO)
-    Specified shift vectors can not be NULL.
-<DATE><TIME>|<HOST>|I|testKernelGenerate
-    Following should be a error (y vector NULL).
-<DATE><TIME>|<HOST>|E|psKernelGenerate (FILE:LINENO)
-    Specified shift vectors can not be NULL.
-
----> TESTPOINT PASSED (psImage{psKernelGenerate} | tst_psImageConvolve.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageConvolve.c                                      *
-*            TestPoint: psImage{psImageConvolve}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageConvolve
-    Testing direct gaussian convolution
-<DATE><TIME>|<HOST>|I|testImageConvolve
-    Testing fourier gaussian convolution
-
----> TESTPOINT PASSED (psImage{psImageConvolve} | tst_psImageConvolve.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageExtraction.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageExtraction.stderr	(revision 8718)
+++ 	(revision )
@@ -1,296 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageExtraction.c                                    *
-*            TestPoint: psImage{psImageSubset}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure member type is equal to the input psImage structure member type.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure member parent is equal to the input psImage structure pointer image.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure member children is null.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameter image is null. Also verified the input psImage structure is not modified.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program  execution doesn't stop, if the input parameters nrow and/or ncol are zero. Also verify input psImage structure is not modified.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,128:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [64:63,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameters row0 and col0 are not within the range of values of psImage structure image.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,0:511], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:255,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [-1:63,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,-1:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program execution doesn't stop if the input parameters nrow, ncol, row0 and col0 specify a range of data not within the input psImage structure image.  Also verify the input psImage structure is not modified.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,0:256], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:128,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:128,0:256], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    psImageFreeChildren shall deallocate any children images of a psImage structure
-
----> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImageExtraction.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageExtraction.c                                    *
-*            TestPoint: psImage{psImageSubsection}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    Testing subsection [0:32,0:32].
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    Testing subsection [32:64,32:64].
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    Testing subsection [64:127,32:64].
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    Testing subsection [32:64,128:255].
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (x1>x2)
-<DATE><TIME>|<HOST>|E|psImageSubsection (FILE:LINENO)
-    Specified subset range, [64:32,32:64], is invalid.  Ranges must be incremental.
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (y1>y2)
-<DATE><TIME>|<HOST>|E|psImageSubsection (FILE:LINENO)
-    Specified subset range, [32:64,64:32], is invalid.  Ranges must be incremental.
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (x2>nCols)
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [64:256,32:64], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (y2>=nRows)
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [32:64,64:256], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (malformed string - no brackets)
-<DATE><TIME>|<HOST>|E|psImageSubsection (FILE:LINENO)
-    Specified subsection string, '32:64,32:64', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (malformed string - no colons)
-<DATE><TIME>|<HOST>|E|psImageSubsection (FILE:LINENO)
-    Specified subsection string, '[32-64,32-64]', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (malformed string - not four numbers)
-<DATE><TIME>|<HOST>|E|psImageSubsection (FILE:LINENO)
-    Specified subsection string, '[32:64,32]', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (image is NULL)
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageSubsection
-    An error should follow (subsection string is NULL)
-<DATE><TIME>|<HOST>|E|psImageSubsection (FILE:LINENO)
-    Specified subsection string can not be NULL.
-
----> TESTPOINT PASSED (psImage{psImageSubsection} | tst_psImageExtraction.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageExtraction.c                                    *
-*            TestPoint: psImage{psImageSlice}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified statistic can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified slice direction, 5, is invalid.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified subset range, [30:30,20:20], is invalid or outside input psImage's boundaries, [0:300,0:200].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified subset range, [301:302,20:30], is invalid or outside input psImage's boundaries, [0:300,0:200].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified subset range, [30:31,201:205], is invalid or outside input psImage's boundaries, [0:300,0:200].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified subset range, [30:301,20:21], is invalid or outside input psImage's boundaries, [0:300,0:200].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified subset range, [30:31,20:201], is invalid or outside input psImage's boundaries, [0:300,0:200].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error mask size != image size.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Input psImage mask size, 200x300, does not match psImage input size, 300x200.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error invalid mask type.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Input psImage mask type, psS8, is not the supported mask datatype of psU8.
-
----> TESTPOINT PASSED (psImage{psImageSlice} | tst_psImageExtraction.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageExtraction.c                                    *
-*            TestPoint: psImage{psImageTrim}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [-1:299,0:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:299,-1:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:300,0:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:299,0:200], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:-1,0:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:299,0:-1], is invalid or outside input psImage's boundaries, [0:299,0:199].
-
----> TESTPOINT PASSED (psImage{psImageTrim} | tst_psImageExtraction.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageExtraction.c                                    *
-*            TestPoint: psImage{psImageCut}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (-1.000000,10.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (300.000000,10.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (20.000000,10.000000)->(-1.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (20.000000,10.000000)->(300.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (20.000000,-1.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (20.000000,200.000000)->(240.000000,180.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (20.000000,10.000000)->(240.000000,-1.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified line, (20.000000,10.000000)->(240.000000,200.000000), does not entirely lie in psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageCut
-    Following should be an error (NULL image).
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageCut
-    Following should be an error (length=0).
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified number of samples, 0, must be greater than 1 to make a line.
-
----> TESTPOINT PASSED (psImage{psImageCut} | tst_psImageExtraction.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageExtraction.c                                    *
-*            TestPoint: psImage{psImageRadialCut}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified radii vector can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified statistic can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified center, (301,100), is outside of the psImage boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified center, (150,201), is outside of the psImage boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Input psImage mask type, psF32, is not the supported mask datatype of psU8.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Input psImage mask size, 150x100, does not match psImage input size, 300x200.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Input radii vector size, 1, can not be less than 2.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
-
----> TESTPOINT PASSED (psImage{psImageRadialCut} | tst_psImageExtraction.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageGeomManip.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageGeomManip.stderr	(revision 8718)
+++ 	(revision )
@@ -1,146 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageGeomManip.c                                     *
-*            TestPoint: psImage{psImageRebin}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for unsupported type.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified psImage type, psU8, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for invallid mask type.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Input psImage mask type, psF32, is not the supported mask datatype of psU8.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for scale < 0.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified scale value, 0, must be a positive value.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stats null.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stats options 0.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stat options use range.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic option, 8192, is not valid.  Must specify one and only one statistic type.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stats with multiple options.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic option, 2049, is not valid.  Must specify one and only one statistic type.
-
----> TESTPOINT PASSED (psImage{psImageRebin} | tst_psImageGeomManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageGeomManip.c                                     *
-*            TestPoint: psImage{psImageRoll}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRoll
-    Following should generate an error.
-<DATE><TIME>|<HOST>|E|psImageRoll (FILE:LINENO)
-    Can not operate on a NULL psImage.
-
----> TESTPOINT PASSED (psImage{psImageRoll} | tst_psImageGeomManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageGeomManip.c                                     *
-*            TestPoint: psImage{psImageRotate}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psImageRotate (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error for invalid interpolation type.
-<DATE><TIME>|<HOST>|E|psImageRotate (FILE:LINENO)
-    Specified interpolation mode, -1, is unsupported.
-
----> TESTPOINT PASSED (psImage{psImageRotate} | tst_psImageGeomManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageGeomManip.c                                     *
-*            TestPoint: psImage{psImageShift}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,-16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32,16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32,-16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32,16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32,-16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,16.4.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,-16.4.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32.7,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32.7,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32.6,16.2.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32.6,-16.2.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32.6,16.2.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32.6,-16.2.
-<DATE><TIME>|<HOST>|I|testImageShift
-    Following should be an error...
-<DATE><TIME>|<HOST>|E|psImageShift (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageShift
-    Following should be an error for invalid interpolation mode.
-<DATE><TIME>|<HOST>|E|psImageShift (FILE:LINENO)
-    Specified interpolation mode, -1, is unsupported.
-
----> TESTPOINT PASSED (psImage{psImageShift} | tst_psImageGeomManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageGeomManip.c                                     *
-*            TestPoint: psImage{psImageResample}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Specified scale value, 0, must be a positive value.
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Specified interpolation mode, -1, is unsupported.
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Specified psImage type, psBool, is not supported.
-
----> TESTPOINT PASSED (psImage{psImageResample} | tst_psImageGeomManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageGeomManip.c                                     *
-*            TestPoint: psImage{psImageTransform}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImage{psImageTransform} | tst_psImageGeomManip.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageIO.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageIO.stderr	(revision 8718)
+++ 	(revision )
@@ -1,404 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageIO.c                                            *
-*            TestPoint: psImage{psImageReadSection}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|I|testImageRead
-    Following should be an error as file doesn't exist.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|E|psImageReadSection (FILE:LINENO)
-    Could not open file,'foobar.fits'.
-    CFITSIO Error: could not open the named file
-<DATE><TIME>|<HOST>|I|testImageRead
-    Following should be an error as filename is NULL.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|E|psImageReadSection (FILE:LINENO)
-    Specified filename can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageRead
-    Following should be an error as extnum is invalid.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|E|psImageReadSection (FILE:LINENO)
-    Could not find HDU #4 in file tmpImages/MxN_F32.fits.
-    CFITSIO Error: tried to move past end of file
-<DATE><TIME>|<HOST>|I|testImageRead
-    Following should be an error as extname is invalid.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|E|psImageReadSection (FILE:LINENO)
-    Could not find HDU with extension name 'bogus' in file tmpImages/MxN_F32.fits.
-    CFITSIO Error: illegal HDU number
-
----> TESTPOINT PASSED (psImage{psImageReadSection} | tst_psImageIO.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageIO.c                                            *
-*            TestPoint: psImage{psImageWriteSection}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|I|testImageWrite
-    Following should generate an error message because input image is null.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|E|psImageWriteSection (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageWrite
-    Following should be an error for passing invalid image type.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|E|psImageWriteSection (FILE:LINENO)
-    Could not create file,'panstarrs/writeFits.fits'.
-    CFITSIO Error: couldn't create the named file
-<DATE><TIME>|<HOST>|I|testImageWrite
-    Following should be an error for passing invalid FITS file.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|E|psImageWriteSection (FILE:LINENO)
-    Could not open file,'tmpImages/writeInvalidFile.fits'.
-    CFITSIO Error: tried to move past end of file
-<DATE><TIME>|<HOST>|I|testImageWrite
-    Following should be an error for invalid extension name.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|E|psImageWriteSection (FILE:LINENO)
-    Could not find HDU with extension name 'ext2' in file tmpImages/writeTest.fits.
-    CFITSIO Error: illegal HDU number
-<DATE><TIME>|<HOST>|I|testImageWrite
-    Following should be an error for invalid extension number.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|E|psImageWriteSection (FILE:LINENO)
-    Specified extension number, 99, must not exceed number of HDUs, 1, by more than one.
-
----> TESTPOINT PASSED (psImage{psImageWriteSection} | tst_psImageIO.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageInterpolate.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageInterpolate.stderr	(revision 8718)
+++ 	(revision )
@@ -1,48 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageInterpolate.c                                   *
-*            TestPoint: psImagePixelInterpolate{psImagePixelInterpolate}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImagePixelInterpolate{psImagePixelInterpolate} | tst_psImageInterpolate.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageInterpolate.c                                   *
-*            TestPoint: psImagePixelInterpolate{psImagePixelInterpolate}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testInterpolateError
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psImagePixelInterpolate (FILE:LINENO)
-    Unallowable operation: psImage input or its data is NULL.
-<DATE><TIME>|<HOST>|I|testInterpolateError
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psImagePixelInterpolate (FILE:LINENO)
-    Specified psImage type, psBool, is not supported.
-<DATE><TIME>|<HOST>|I|testInterpolateError
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psImagePixelInterpolate (FILE:LINENO)
-    Specified psImage type, psBool, is not supported.
-
----> TESTPOINT PASSED (psImagePixelInterpolate{psImagePixelInterpolate} | tst_psImageInterpolate.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageInterpolate.c                                   *
-*            TestPoint: psImagePixelInterpolate{psImagePixelInterpolate}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImagePixelInterpolate{psImagePixelInterpolate} | tst_psImageInterpolate.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageInterpolate.c                                   *
-*            TestPoint: psImagePixelInterpolate{psImagePixelInterpolate}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImagePixelInterpolate{psImagePixelInterpolate} | tst_psImageInterpolate.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageManip.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageManip.stderr	(revision 8718)
+++ 	(revision )
@@ -1,429 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageClip}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageClip
-    psImageClip shall limit the minimum and maximum data value within a psImage structure
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of F64 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of F32 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of S32 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of S16 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of S8 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of U16 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of U8 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of C32 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of C64 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Following should be an error (max<min)
-<DATE><TIME>|<HOST>|E|psImageClip (FILE:LINENO)
-    Specified min value, 256, can not be greater than the specified max value, 128.
-
----> TESTPOINT PASSED (psImage{psImageClip} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageClipNAN}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageClipNAN
-    psImageClipNaN shall modified pixel values of NaN with a specified value
-<DATE><TIME>|<HOST>|I|testImageClipNAN
-    Following should be an error (invalid type)
-<DATE><TIME>|<HOST>|E|psImageClipNaN (FILE:LINENO)
-    Specified psImage type, psS32, is not supported.
-
----> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageClipComplexRegion}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    psImageClipNaN shall modified pixel values of NaN with a specified value
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Testing clipping at 409.6+256i to 682.667+512i for psC32
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Testing clipping at 409.6+256i to 682.667+512i for psC64
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified real-portion of min value, 10, can not be greater than the real-portion of max value, 5.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified imaginary-portion of min value, 10, can not be greater than the imaginary-portion of max value, 5.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified real-portion of min value, 10, can not be greater than the real-portion of max value, 5.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, -6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, 6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, -0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, 0+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, -6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, 6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, -0-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, 0+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error (invalid type)
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified psImage type, psS32, is not supported.
-
----> TESTPOINT PASSED (psImage{psImageClipComplexRegion} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageOverlay}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as overlay isn't within image boundaries
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Specified subset range, [32:160,64:320], is invalid or outside input psImage's boundaries, [0:128,0:256].
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as overlay is NULL
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as image input is NULL
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as operator is invalid
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Specified operation, '$', is not supported.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as operator is invalid
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Operation can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as overlay is a different type
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Input overlay psImage type, psS64, must match input psImage type, psF32.
-
----> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageRebin}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for unsupported type.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified psImage type, psU8, is not supported.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for invallid mask type.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Input psImage mask type, psF32, is not the supported mask datatype of psU8.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for scale < 0.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified scale value, 0, must be a positive value.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stats null.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stats options 0.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stat options use range.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic option, 8192, is not valid.  Must specify one and only one statistic type.
-<DATE><TIME>|<HOST>|I|testImageRebin
-    Following should be an error for stats with multiple options.
-<DATE><TIME>|<HOST>|E|psImageRebin (FILE:LINENO)
-    Specified statistic option, 2049, is not valid.  Must specify one and only one statistic type.
-
----> TESTPOINT PASSED (psImage{psImageRebin} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageRoll}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRoll
-    Following should generate an error.
-<DATE><TIME>|<HOST>|E|psImageRoll (FILE:LINENO)
-    Can not operate on a NULL psImage.
-
----> TESTPOINT PASSED (psImage{psImageRoll} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageRotate}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageWriteSection
-    psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|W|psImageReadSection
-    psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psImageRotate (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRotate
-    Following should be an error for invalid interpolation type.
-<DATE><TIME>|<HOST>|E|psImageRotate (FILE:LINENO)
-    Specified interpolation mode, -1, is unsupported.
-
----> TESTPOINT PASSED (psImage{psImageRotate} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageShift}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,-16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32,16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32,-16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32,16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32,-16.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,16.4.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 0,-16.4.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32.7,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32.7,0.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32.6,16.2.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of 32.6,-16.2.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32.6,16.2.
-<DATE><TIME>|<HOST>|I|testImageShiftCase
-    Testing psImageShift with a 64x128 image for a shift of -32.6,-16.2.
-<DATE><TIME>|<HOST>|I|testImageShift
-    Following should be an error...
-<DATE><TIME>|<HOST>|E|psImageShift (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageShift
-    Following should be an error for invalid interpolation mode.
-<DATE><TIME>|<HOST>|E|psImageShift (FILE:LINENO)
-    Specified interpolation mode, -1, is unsupported.
-
----> TESTPOINT PASSED (psImage{psImageShift} | tst_psImageManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageManip.c                                         *
-*            TestPoint: psImage{psImageResample}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Specified scale value, 0, must be a positive value.
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Specified interpolation mode, -1, is unsupported.
-<DATE><TIME>|<HOST>|E|psImageResample (FILE:LINENO)
-    Specified psImage type, psBool, is not supported.
-
----> TESTPOINT PASSED (psImage{psImageResample} | tst_psImageManip.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageMaskOps.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageMaskOps.stderr	(revision 8718)
+++ 	(revision )
@@ -1,30 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageMaskOps.c                                       *
-*            TestPoint: psImage{psImageKeep and Mask}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageKeepRegion (FILE:LINENO)
-    The logical operation specified is incorrect
-<DATE><TIME>|<HOST>|E|psImageMaskCircle (FILE:LINENO)
-    Invalid image input.  Image is NULL.
-
----> TESTPOINT PASSED (psImage{psImageKeep and Mask} | tst_psImageMaskOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageMaskOps.c                                       *
-*            TestPoint: psImage{psImageGrowMask}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageGrowMask (FILE:LINENO)
-    Invalid input image.  Input image cannot be NULL.
-<DATE><TIME>|<HOST>|E|psImageGrowMask (FILE:LINENO)
-    Invalid out image.  Size of out does not match size of in.
-<DATE><TIME>|<HOST>|E|psImageGrowMask (FILE:LINENO)
-    Invalid out image.  Type of out does not match type of in.
-<DATE><TIME>|<HOST>|E|psImageGrowMask (FILE:LINENO)
-    Invalid input image.  Input image type must match psMaskType.
-
----> TESTPOINT PASSED (psImage{psImageGrowMask} | tst_psImageMaskOps.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageMaskOps.stdout
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageMaskOps.stdout	(revision 8718)
+++ 	(revision )
@@ -1,47 +1,0 @@
-
- Mask Region------
-in->data.u8 [i][j] i=0, j=0 = 2
-in->data.u8 [i][j] i=0, j=1 = 2
-in->data.u8 [i][j] i=0, j=2 = 1
-in->data.u8 [i][j] i=1, j=0 = 6
-in->data.u8 [i][j] i=1, j=1 = 2
-in->data.u8 [i][j] i=1, j=2 = 3
-in->data.u8 [i][j] i=2, j=0 = 2
-in->data.u8 [i][j] i=2, j=1 = 1
-in->data.u8 [i][j] i=2, j=2 = 2
- Keep Region------
-in->data.u8 [i][j] i=0, j=0 = 2
-in->data.u8 [i][j] i=0, j=1 = 0
-in->data.u8 [i][j] i=0, j=2 = 0
-in->data.u8 [i][j] i=1, j=0 = 4
-in->data.u8 [i][j] i=1, j=1 = 0
-in->data.u8 [i][j] i=1, j=2 = 2
-in->data.u8 [i][j] i=2, j=0 = 2
-in->data.u8 [i][j] i=2, j=1 = 0
-in->data.u8 [i][j] i=2, j=2 = 2
- Mask Circle------
-in->data.u8 [i][j] i=0, j=0 = 2
-in->data.u8 [i][j] i=0, j=1 = 2
-in->data.u8 [i][j] i=0, j=2 = 1
-in->data.u8 [i][j] i=1, j=0 = 6
-in->data.u8 [i][j] i=1, j=1 = 2
-in->data.u8 [i][j] i=1, j=2 = 1
-in->data.u8 [i][j] i=2, j=0 = 2
-in->data.u8 [i][j] i=2, j=1 = 3
-in->data.u8 [i][j] i=2, j=2 = 2
- Keep Circle------
-in->data.u8 [i][j] i=0, j=0 = 2
-in->data.u8 [i][j] i=0, j=1 = 0
-in->data.u8 [i][j] i=0, j=2 = 2
-in->data.u8 [i][j] i=1, j=0 = 4
-in->data.u8 [i][j] i=1, j=1 = 0
-in->data.u8 [i][j] i=1, j=2 = 3
-in->data.u8 [i][j] i=2, j=0 = 2
-in->data.u8 [i][j] i=2, j=1 = 1
-in->data.u8 [i][j] i=2, j=2 = 2
-
-   0,0= 1    0,1= 1    0,2= 3    0,3= 1    0,4= 1  
-   1,0= 1    1,1= 3    1,2= 2    1,3= 3    1,4= 1  
-   2,0= 1    2,1= 3    2,2= 2    2,3= 3    2,4= 3  
-   3,0= 1    3,1= 1    3,2= 3    3,3= 3    3,4= 2  
-   4,0= 1    4,1= 1    4,2= 1    4,3= 1    4,4= 3  
Index: trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr	(revision 8718)
+++ 	(revision )
@@ -1,370 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageSlice}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified statistic can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified slice direction, 5, is invalid.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Invalid psRegion specified.  Region contains only 1 pixel.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psRegion parameter, x0=301.000000, is out of range [0,299].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psRegion parameter, y0=201.000000, is out of range [0,199].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psRegion parameter, x1=301.000000=301, is out of range [0,299].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psRegion parameter, y1=201.000000=201, is out of range [0,199].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error mask size != image size.
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Input psImage mask size, 200x300, does not match psImage input size, 300x200.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should be an error invalid mask type.
-<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 generate error message
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    psImage input is invalid.  row0 cannot be negative.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    psImage input is invalid.  col0 cannot be negative.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psRegion parameter, x0=0.000000, is out of range [1,300].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psRegion parameter, y1=201.000000=201, is out of range [1,200].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Specified psRegion parameter, y1=-202.000000=-1, is out of range [1,200].
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Invalid psRegion specified.  x0=300.000000=299 is greater than x1=1.000000=0.
-<DATE><TIME>|<HOST>|I|testImageSlice
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSlice (FILE:LINENO)
-    Invalid psRegion specified.  Region contains only 1 pixel.
-
----> TESTPOINT PASSED (psImage{psImageSlice} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageCut}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified psRegion parameter, x0=-1.000000, is out of range [0,300].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified psRegion parameter, x0=300.000000, is out of range [0,300].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified psRegion parameter, y0=-1.000000, is out of range [0,200].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified psRegion parameter, y0=200.000000, is out of range [0,200].
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|I|testImageCut
-    The following should be an error.
-<DATE><TIME>|<HOST>|I|testImageCut
-    Following should be an error (NULL image).
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageCut
-    Following should be an error (length=0).
-<DATE><TIME>|<HOST>|E|psImageCut (FILE:LINENO)
-    Specified number of samples, 0, must be greater than 1 to make a line.
-
----> TESTPOINT PASSED (psImage{psImageCut} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRadialCut}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified radii vector can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified statistic can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified center, (301,100), is outside of the psImage boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified center, (150,201), is outside of the psImage boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Input psImage mask type, psF32, is not the supported mask datatype of psU8.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Input psImage mask size, 150x100, does not match psImage input size, 300x200.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Input radii vector size, 0, can not be less than 2.
-<DATE><TIME>|<HOST>|I|testImageRadialCut
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageRadialCut (FILE:LINENO)
-    Specified statistic option, 0, is not valid.  Must specify one and only one statistic type.
-
----> TESTPOINT PASSED (psImage{psImageRadialCut} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{testImageRowColError}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    psImage input is invalid.  row0 cannot be negative.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    psImage input is invalid.  row0 cannot be negative.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    psImage input is invalid.  col0 cannot be negative.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    psImage input is invalid.  col0 cannot be negative.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    psImage input is invalid.  numRows must be greater than 0.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    psImage input is invalid.  numRows must be greater than 0.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    psImage input is invalid.  numCols must be greater than 0.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    psImage input is invalid.  numCols must be greater than 0.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Specified column number is out of range for specified image.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Specified column number is out of range for specified image.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for row)
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-<DATE><TIME>|<HOST>|I|testImageRowColError
-    Following should generate error message(for col)
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Specified column number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{testImageRowColError} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColF32}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColF32} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColF64}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColF64} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColU8}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColU8} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColU16}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColU16} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColU32}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColU32} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColU64}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColU64} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColS8}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColS8} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColS16}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColS16} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColS32}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColS32} | tst_psImagePixelExtract.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelExtract.c                                  *
-*            TestPoint: psImage{psImageRowColS64}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageCol (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageRow (FILE:LINENO)
-    Specified row number is out of range for specified image.
-
----> TESTPOINT PASSED (psImage{psImageRowColS64} | tst_psImagePixelExtract.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImagePixelManip.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImagePixelManip.stderr	(revision 8718)
+++ 	(revision )
@@ -1,148 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelManip.c                                    *
-*            TestPoint: psImage{psImageClip}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageClip
-    psImageClip shall limit the minimum and maximum data value within a psImage structure
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of F64 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of F32 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of S32 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of S16 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of S8 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of U16 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of U8 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of C32 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Testing clipping of C64 imagery
-<DATE><TIME>|<HOST>|I|testImageClip
-    Following should be an error (max<min)
-<DATE><TIME>|<HOST>|E|psImageClip (FILE:LINENO)
-    Specified min value, 256, can not be greater than the specified max value, 128.
-
----> TESTPOINT PASSED (psImage{psImageClip} | tst_psImagePixelManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelManip.c                                    *
-*            TestPoint: psImage{psImageClipNAN}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageClipNAN
-    psImageClipNaN shall modified pixel values of NaN with a specified value
-<DATE><TIME>|<HOST>|I|testImageClipNAN
-    Following should be an error (invalid type)
-<DATE><TIME>|<HOST>|E|psImageClipNaN (FILE:LINENO)
-    Specified psImage type, psS32, is not supported.
-
----> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImagePixelManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelManip.c                                    *
-*            TestPoint: psImage{psImageClipComplexRegion}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    psImageClipNaN shall modified pixel values of NaN with a specified value
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Testing clipping at 409.6+256i to 682.667+512i for psC32
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Testing clipping at 409.6+256i to 682.667+512i for psC64
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified real-portion of min value, 10, can not be greater than the real-portion of max value, 5.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified imaginary-portion of min value, 10, can not be greater than the imaginary-portion of max value, 5.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified real-portion of min value, 10, can not be greater than the real-portion of max value, 5.
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, -6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, 6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, 1.19209e-07-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmin value, 1.19209e-07+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, -6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, 6.80565e+38+0i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, 1.19209e-07-6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error:
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified vmax value, 1.19209e-07+6.80565e+38i, is not the the range of input psImage's valid pixel values (psC32), i.e. [-3.40282e+38:3.40282e+38].
-<DATE><TIME>|<HOST>|I|testImageClipComplexRegion
-    Following should be an error (invalid type)
-<DATE><TIME>|<HOST>|E|psImageClipComplexRegion (FILE:LINENO)
-    Specified psImage type, psS32, is not supported.
-
----> TESTPOINT PASSED (psImage{psImageClipComplexRegion} | tst_psImagePixelManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImagePixelManip.c                                    *
-*            TestPoint: psImage{psImageOverlay}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as overlay isn't within image boundaries
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Specified subset range, [32:160,64:320], is invalid or outside input psImage's boundaries, [0:128,0:256].
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as overlay is NULL
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as image input is NULL
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as operator is invalid
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Specified operation, '$', is not supported.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as operator is invalid
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Operation can not be NULL.
-<DATE><TIME>|<HOST>|I|testImageOverlay
-    Following should error as overlay is a different type
-<DATE><TIME>|<HOST>|E|psImageOverlaySection (FILE:LINENO)
-    Input overlay psImage type, psS64, must match input psImage type, psF32.
-
----> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImagePixelManip.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageSmooth.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageSmooth.stderr	(revision 8718)
+++ 	(revision )
@@ -1,13 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImage{psImageSmooth}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|psImageSmooth (FILE:LINENO)
-    Specified psImage type, psS32, is not supported.
-<HOST>|E|psImageSmooth (FILE:LINENO)
-    Unallowable operation: psImage image or its data is NULL.
-
----> TESTPOINT PASSED (psImage{psImageSmooth} | tst_psImageSmooth.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageSmooth.stdout
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageSmooth.stdout	(revision 8718)
+++ 	(revision )
@@ -1,84 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate TRUE.
-        using a psF32 image
-	20 columns
-	20 rows
-	sigma is 1.00
-	Nsigma is 5.00
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate TRUE.
-        using a psF32 image
-	1 columns
-	20 rows
-	sigma is 1.00
-	Nsigma is 5.00
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate TRUE.
-        using a psF32 image
-	20 columns
-	1 rows
-	sigma is 1.00
-	Nsigma is 5.00
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate TRUE.
-        using a psF32 image
-	1 columns
-	1 rows
-	sigma is 1.00
-	Nsigma is 5.00
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate TRUE.
-        using a psF64 image
-	20 columns
-	20 rows
-	sigma is 1.00
-	Nsigma is 5.00
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate FALSE.
-        using a psS32 image
-	20 columns
-	20 rows
-	sigma is 1.00
-	Nsigma is 5.00
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageSmooth.c                                        *
-*            TestPoint: psImageConvolve.c{Image Smoothing Routine}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate FALSE.
-        using a NULL image
-	20 columns
-	20 rows
-	sigma is 1.00
-	Nsigma is 5.00
Index: trunk/psLib/test/imageops/verified/tst_psImageStats.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageStats.stderr	(revision 8718)
+++ 	(revision )
@@ -1,630 +1,0 @@
-/***************************** 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)
-<HOST>|E|psImageHistogram (FILE:LINENO)
-    Unallowable operation: out is NULL.
-<HOST>|E|psImageHistogram (FILE:LINENO)
-    Unallowable operation: in is NULL.
-<HOST>|E|psImageHistogram (FILE:LINENO)
-    Unallowable operation: out is NULL.
-<HOST>|I|testPsImageHistogram
-    Following should be an error for invalid mask type.
-<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
-<HOST>|E|psImageStats (FILE:LINENO)
-    Error: stats->options is 0.
-<HOST>|E|psImageStats (FILE:LINENO)
-    Unallowable operation: stats is NULL.
-<HOST>|E|psImageStats (FILE:LINENO)
-    Error: stats->options is 0.
-<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 45.00
-Cheby Polynomial (0, 1) coefficient is 6.47
-Cheby Polynomial (0, 2) coefficient is 0.00
-Cheby Polynomial (0, 3) coefficient is 0.71
-Cheby Polynomial (0, 4) coefficient is 0.00
-Cheby Polynomial (0, 5) coefficient is 0.25
-Cheby Polynomial (0, 6) coefficient is 0.00
-Cheby Polynomial (0, 7) coefficient is 0.12
-Cheby Polynomial (1, 0) coefficient is 32.37
-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 3.55
-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 1.24
-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 0.60
-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
-<HOST>|I|testPsImageFitPolynomial
-    Following should be an error message for NULL coeffs argument.
-<HOST>|E|psImageFitPolynomial (FILE:LINENO)
-    Unallowable operation: polynomial coeffs or its coeffs is NULL.
-<HOST>|I|testPsImageFitPolynomial
-    Following should be a error message for NULL input argument.
-<HOST>|E|psImageFitPolynomial (FILE:LINENO)
-    Unallowable operation: psImage input or its data is NULL.
-<HOST>|I|testPsImageFitPolynomial
-    Following should be an error message for NULL coeffs argument.
-<HOST>|E|psImageEvalPolynomial (FILE:LINENO)
-    Unallowable operation: polynomial coeffs or its coeffs is NULL.
-<HOST>|I|testPsImageFitPolynomial
-    Following should be a error message for NULL input argument.
-<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.80
-psImageFitPolynomial(), psImageEvalPolynom(): (5 by 5)
-The chi-squared per pixel is 0.00
-
----> TESTPOINT PASSED (psImage{psImageEvalPolynom()} | tst_psImageStats.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStats.c                                         *
-*            TestPoint: psImage{psImageCountPixel}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testImageCountPixel
-    Following should generate error message
-<HOST>|E|psImageCountPixelMask (FILE:LINENO)
-    Unallowable operation: psImage mask or its data is NULL.
-
----> TESTPOINT PASSED (psImage{psImageCountPixel} | tst_psImageStats.c)
-
Index: trunk/psLib/test/imageops/verified/tst_psImageStructManip.stderr
===================================================================
--- trunk/psLib/test/imageops/verified/tst_psImageStructManip.stderr	(revision 8718)
+++ 	(revision )
@@ -1,125 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStructManip.c                                   *
-*            TestPoint: psImage{psImageSubset}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure member type is equal to the input psImage structure member type.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure member parent is equal to the input psImage structure pointer image.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure member children is null.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameter image is null. Also verified the input psImage structure is not modified.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program  execution doesn't stop, if the input parameters nrow and/or ncol are zero. Also verify input psImage structure is not modified.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,128:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [64:63,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program execution doesn't stop, if the input parameters row0 and col0 are not within the range of values of psImage structure image.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,0:511], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:255,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [-1:63,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,-1:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    Verify the returned psImage structure pointer is null and program execution doesn't stop if the input parameters nrow, ncol, row0 and col0 specify a range of data not within the input psImage structure image.  Also verify the input psImage structure is not modified.
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:63,0:256], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:128,0:127], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    An error should follow...
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [0:128,0:256], is invalid or outside input psImage's boundaries, [0:127,0:255].
-<DATE><TIME>|<HOST>|I|testImageSubset
-    psImageFreeChildren shall deallocate any children images of a psImage structure
-
----> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImageStructManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStructManip.c                                   *
-*            TestPoint: psImage{psImageCopy}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psU8
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psU16
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psU32
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psS8
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psS16
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psS32
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psF32
-<DATE><TIME>|<HOST>|I|testImageCopy
-    Image Copy Test for psF64
-<DATE><TIME>|<HOST>|I|testImageCopy
-    An error should follow...
-<DATE><TIME>|<HOST>|E|psImageCopy (FILE:LINENO)
-    Can not operate on a NULL psImage.
-
----> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImageStructManip.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageStructManip.c                                   *
-*            TestPoint: psImage{psImageTrim}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Can not operate on a NULL psImage.
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [-1:299,0:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:299,-1:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:300,0:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:299,0:200], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:-1,0:199], is invalid or outside input psImage's boundaries, [0:299,0:199].
-<DATE><TIME>|<HOST>|E|psImageTrim (FILE:LINENO)
-    Specified subset range, [0:299,0:-1], is invalid or outside input psImage's boundaries, [0:299,0:199].
-
----> TESTPOINT PASSED (psImage{psImageTrim} | tst_psImageStructManip.c)
-
