Index: unk/psLib/test/astro/verified/tst_psCoord.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psCoord.stderr	(revision 8809)
+++ 	(revision )
@@ -1,118 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneTransformAlloc()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneTransformAlloc
-    Following should generate an error message: negative x order
-<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
-    Error: order1 is less than 0.
-<HOST>|I|testPlaneTransformAlloc
-    Following should generate an error message: negative y order
-<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
-    Error: order2 is less than 0.
-
----> TESTPOINT PASSED (psCoord{psPlaneTransformAlloc()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneDistortAlloc()}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative x order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order1 is less than 0.
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative y order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order2 is less than 0.
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative z order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order3 is less than 0.
-<HOST>|I|testPlaneDistortAlloc
-    Following should generate an error message for negative w order
-<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
-    Error: order4 is less than 0.
-
----> TESTPOINT PASSED (psCoord{psPlaneDistortAlloc()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneAlloc()}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psPlaneAlloc()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneTransformApply()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL psPlaneTransform
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: transform is NULL.
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL x coeff psPlaneTransform
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: transform->x is NULL.
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL y coeff psPlaneTransform
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: transform->y is NULL.
-<HOST>|I|testPlaneTransformApply
-    Following should generate error message for NULL psPlane
-<HOST>|E|psPlaneTransformApply (FILE:LINENO)
-    Unallowable operation: coords is NULL.
-
----> TESTPOINT PASSED (psCoord{psPlaneTransformApply()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPlaneDistortApply()}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null psPlaneDistort
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: distort is NULL.
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null x member psPlaneDistort
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: distort->x is NULL.
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null y member psPlaneDistort
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: distort->y is NULL.
-<HOST>|I|testPlaneDistortApply
-    Following should generate an error message for null input psPlane
-<HOST>|E|psPlaneDistortApply (FILE:LINENO)
-    Unallowable operation: coords is NULL.
-
----> TESTPOINT PASSED (psCoord{psPlaneDistortApply()} | tst_psCoord.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord.c                                              *
-*            TestPoint: psCoord{psPixelsTransform()}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPixelsTransform
-    Following should generate error message
-<HOST>|E|psPixelsTransform (FILE:LINENO)
-    Unallowable operation: input is NULL.
-<HOST>|I|testPixelsTransform
-    Following should generate error message
-<HOST>|E|psPixelsTransform (FILE:LINENO)
-    Unallowable operation: input is NULL.
-
----> TESTPOINT PASSED (psCoord{psPixelsTransform()} | tst_psCoord.c)
-
Index: unk/psLib/test/astro/verified/tst_psCoord01.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psCoord01.stderr	(revision 8809)
+++ 	(revision )
@@ -1,127 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psProjectionAlloc}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psProjectionAlloc} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psProject}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testProjectFail
-    Following should generate an error message for null coord arg
-<HOST>|E|p_psProject (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-<HOST>|I|testProjectFail
-    Following should generate an error message for null projection arg
-<HOST>|E|p_psProject (FILE:LINENO)
-    Unallowable operation: projection is NULL.
-<HOST>|I|testProjectFail
-    Following should generate an error message for invalid projection type
-<HOST>|E|p_psProject (FILE:LINENO)
-    The projection type, 4, is unknown.
-
----> TESTPOINT PASSED (psCoord{psProject} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psProject}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testDeprojectFail
-    Following should generate an error message for null coord arg
-<HOST>|E|p_psDeproject (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-<HOST>|I|testDeprojectFail
-    Following should generate an error message for null projection arg
-<HOST>|E|p_psDeproject (FILE:LINENO)
-    Unallowable operation: projection is NULL.
-<HOST>|I|testDeprojectFail
-    Following should generate an error message for invalid projection type
-<HOST>|E|p_psDeproject (FILE:LINENO)
-    The projection type, 4, is unknown.
-
----> TESTPOINT PASSED (psCoord{psProject} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereSetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testSetOffsetSphere
-    Following should generate error message null input coord
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: position is NULL.
-<HOST>|I|testSetOffsetSphere
-    Following should generate error message null offset
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: offset is NULL.
-<HOST>|I|testSetOffsetSphere
-    Following should generate error message invalid mode
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Specified offset mode, 0x54321, is not supported.
-<HOST>|I|testSetOffsetSphere
-    Following should generate an error message invalid unit
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Specified units, 0x54321, is not supported.
-
----> TESTPOINT PASSED (psCoord{psSphereSetOffset} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereSetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psSphereSetOffset} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereGetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for null position
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position1 is NULL.
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for null position
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position2 is NULL.
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for invalid mode
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Specified offset mode, 0x54321, is not supported.
-<HOST>|I|testGetOffsetSphere
-    Following should generate an error message for invalid unit type
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Specified units, 0x54321, is not supported.
-<HOST>|I|testGetOffsetSphere
-    Following should generate warning message
-<HOST>|W|psSphereGetOffset
-    WARNING: psDeproject(): position1->d is larger than 90 degrees.  Returning NULL.
-<HOST>|I|testGetOffsetSphere
-    Following should generate warning message
-<HOST>|W|psSphereGetOffset
-    WARNING: psDeproject(): position2->d is larger than 90 degrees.  Returning NULL.
-
----> TESTPOINT PASSED (psCoord{psSphereGetOffset} | tst_psCoord01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord01.c                                            *
-*            TestPoint: psCoord{psSphereGetOffset}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psCoord{psSphereGetOffset} | tst_psCoord01.c)
-
Index: unk/psLib/test/astro/verified/tst_psCoord02.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psCoord02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,58 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord02.c                                            *
-*            TestPoint: psImage{psPlaneTransformCombine()}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|psPlaneTransformCombine (FILE:LINENO)
-    Unallowable operation: trans1 is NULL.
-<HOST>|E|psPlaneTransformCombine (FILE:LINENO)
-    Unallowable operation: trans2 is NULL.
-
----> TESTPOINT PASSED (psImage{psPlaneTransformCombine()} | tst_psCoord02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord02.c                                            *
-*            TestPoint: psImage{psPlaneTransformFit()}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|psPlaneTransformFit (FILE:LINENO)
-    Unallowable operation: trans is NULL.
-<HOST>|E|psPlaneTransformFit (FILE:LINENO)
-    Unallowable operation: source is NULL.
-<HOST>|E|psPlaneTransformFit (FILE:LINENO)
-    Unallowable operation: dest is NULL.
-
----> TESTPOINT PASSED (psImage{psPlaneTransformFit()} | tst_psCoord02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord02.c                                            *
-*            TestPoint: psImage{psPlaneTransformInvert()}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|psPlaneTransformInvert (FILE:LINENO)
-    Unallowable operation: in is NULL.
-<HOST>|E|psPlaneTransformInvert (FILE:LINENO)
-    Error: !(nSamples > 0) (0 0).
-
----> TESTPOINT PASSED (psImage{psPlaneTransformInvert()} | tst_psCoord02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psCoord02.c                                            *
-*            TestPoint: psImage{psPlaneTransformDeriv()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|test07
-    Following should generate error message
-<HOST>|E|psPlaneTransformDeriv (FILE:LINENO)
-    Unallowable operation: transformation is NULL.
-<HOST>|I|test07
-    Following should generate error message
-<HOST>|E|psPlaneTransformDeriv (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-
----> TESTPOINT PASSED (psImage{psPlaneTransformDeriv()} | tst_psCoord02.c)
-
Index: unk/psLib/test/astro/verified/tst_psCoord02.stdout
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psCoord02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,17 +1,0 @@
-----------------------------------------------------------------------------------
-Calling psPlaneTransformCombine with NULL trans1.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformCombine with NULL trans2.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformFit with NULL trans.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformFit with NULL src psArray.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformFit with NULL dst psArray.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformFit with acceptable data.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformInvert with NULL trans.  Should generate error and return NULL.
-----------------------------------------------------------------------------------
-Calling psPlaneTransformInvert with zero nSamples.  Should generate error and return NULL.
-Calling psPlaneTransformInvert with acceptable linear transformations.
Index: unk/psLib/test/astro/verified/tst_psEarthOrientation.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr	(revision 8809)
+++ 	(revision )
@@ -1,175 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psAberration()}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testAberration
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psAberration (FILE:LINENO)
-    Unallowable operation: actual is NULL.
-<DATE><TIME>|<HOST>|I|testAberration
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psAberration (FILE:LINENO)
-    Unallowable operation: direction is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psAberration()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psGravityDeflect()}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psGravityDeflection (FILE:LINENO)
-    Unallowable operation: actual is NULL.
-<DATE><TIME>|<HOST>|E|psGravityDeflection (FILE:LINENO)
-    Unallowable operation: sun is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psGravityDeflect()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPrecession()}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPrecession
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionModel (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testEOCPrecession
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionModel (FILE:LINENO)
-    Invalid time input.  Time cannot be of type UT1.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPrecession()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPrecessionCorr()}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPrecessionCorr
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionCorr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testEOCPrecessionCorr
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PrecessionCorr (FILE:LINENO)
-    Error: bulletin, 3, is out of range.  Must be between 0 and 1.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPrecessionCorr()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPolar()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPolar
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_GetPolarMotion (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testEOCPolar
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_GetPolarMotion (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPolar()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCPolarTide()}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCPolarTide
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_PolarTideCorr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCPolarTide()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psEOCNutation()}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testEOCNutation
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psEOC_NutationCorr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psEOCNutation()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRot_TEOtoCEO()}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testSphereRot_TEOtoCEO
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psSphereRot_TEOtoCEO (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRot_TEOtoCEO()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRot_CEOtoGCRS()}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testSphereRot_CEOtoGCRS
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psSphereRot_CEOtoGCRS (FILE:LINENO)
-    Unallowable operation: pole is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRot_CEOtoGCRS()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRRot_ITRStoTEO()}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testSphereRot_ITRStoTEO
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psSphereRot_ITRStoTEO (FILE:LINENO)
-    Unallowable operation: motion is NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRRot_ITRStoTEO()} | tst_psEarthOrientation.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psEarthOrientation.c                                   *
-*            TestPoint: psEarthOrientation{psSphereRotPrecess()}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|W|psSpherePrecess (FILE:LINENO)
-    From time is later than to time in psSpherePrecess.
-<DATE><TIME>|<HOST>|I|testSphereRotPrecess
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psSpherePrecess (FILE:LINENO)
-    Error: mode, 10, is out of range.  Must be between 0 and 3.
-<DATE><TIME>|<HOST>|I|testSphereRotPrecess
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psSpherePrecess (FILE:LINENO)
-    Invalid time inputs.  fromTime & toTime cannot both be NULL.
-
----> TESTPOINT PASSED (psEarthOrientation{psSphereRotPrecess()} | tst_psEarthOrientation.c)
-
Index: unk/psLib/test/astro/verified/tst_psEarthOrientation.stdout
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout	(revision 8809)
+++ 	(revision )
@@ -1,4 +1,0 @@
- Theta = 1.772849258423
- r0 = -7.3028651010049865723e+11
- Theta = -1.913704437867e-08
- phi = 7.882970755914e-09
Index: unk/psLib/test/astro/verified/tst_psSphereOps.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psSphereOps.stderr	(revision 8809)
+++ 	(revision )
@@ -1,69 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotAlloc()}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotAlloc()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotQuat()}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotQuat()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotApply()}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testSphereRotApply1
-    Following should generate an error
-<HOST>|E|psSphereRotApply (FILE:LINENO)
-    Unallowable operation: transform is NULL.
-<HOST>|I|testSphereRotApply1
-    Following should generate an error
-<HOST>|E|psSphereRotApply (FILE:LINENO)
-    Unallowable operation: coord is NULL.
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotApply()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{psSphereRotApplyCel()}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSphereOps{psSphereRotApplyCel()} | tst_psSphereOps.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSphereOps.c                                          *
-*            TestPoint: psSphereOps{testSphereOffset()}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: position is NULL.
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereSetOffset (FILE:LINENO)
-    Unallowable operation: offset is NULL.
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position1 is NULL.
-<HOST>|I|testSphereOffset
-    Following should generate an error
-<HOST>|E|psSphereGetOffset (FILE:LINENO)
-    Unallowable operation: position2 is NULL.
-
----> TESTPOINT PASSED (psSphereOps{testSphereOffset()} | tst_psSphereOps.c)
-
Index: unk/psLib/test/astro/verified/tst_psTime_01.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psTime_01.stderr	(revision 8809)
+++ 	(revision )
@@ -1,241 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeAlloc}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeAlloc
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psTimeAlloc (FILE:LINENO)
-    Specified type, -100, is not supported.
-
----> TESTPOINT PASSED (psTime{psTimeAlloc} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeGetNow}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeGetNow
-    Following should generate an error message for invalid time type
-<DATE><TIME>|<HOST>|E|psTimeAlloc (FILE:LINENO)
-    Specified type, -100, is not supported.
-
----> TESTPOINT PASSED (psTime{psTimeGetNow} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeGetUT1Delta}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeGetUT1Delta (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeGetUT1Delta (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate an error message for invalid bulletin
-<DATE><TIME>|<HOST>|E|psTimeGetUT1Delta (FILE:LINENO)
-    Invalid bulletin specified -100
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message predating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime predates (41683) all tables of UT1-UTC information.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message predating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime predates (41683) all tables of UT1-UTC information.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message postdating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime postdates (53999) all tables of UT1-UTC information.
-<DATE><TIME>|<HOST>|I|testTimeGetUT1Delta
-    Following should generate a warning message postdating table
-<DATE><TIME>|<HOST>|W|psTimeGetUT1Delta
-    Specified psTime postdates (53999) all tables of UT1-UTC information.
-
----> TESTPOINT PASSED (psTime{psTimeGetUT1Delta} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToMJD}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToMJD
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToMJD (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToMJD
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToMJD (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeToMJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToJD}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToJD
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToJD (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToJD
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToJD (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeToJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToISO}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate error message for time prior year 0000
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Error: time->sec, -62125920001, is out of range.
-<DATE><TIME>|<HOST>|I|testTimeToISO
-    Following should generate error message for time after year 9999
-<DATE><TIME>|<HOST>|E|psTimeToISO (FILE:LINENO)
-    Error: time->sec, 253202544001, is out of range.
-
----> TESTPOINT PASSED (psTime{psTimeToISO} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeToTimeval}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeToTimeval
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToTimeval (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeToTimeval
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToTimeval (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeToTimeval
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeToTimeval (FILE:LINENO)
-    Error: time->sec, -1, is out of range.  Must be between 0 and 2147483647.
-
----> TESTPOINT PASSED (psTime{psTimeToTimeval} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromMJD}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimeFromMJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromJD}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimeFromJD} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromISO}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromISO
-    Following should generate error message for NULL ISO string
-<DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
-    Unallowable operation: input is NULL.
-<DATE><TIME>|<HOST>|I|testTimeFromISO
-    Following should generate an error for invalid ISO string
-<DATE><TIME>|<HOST>|E|psTimeFromISO (FILE:LINENO)
-    Specified ISO Time string, 'Here I am', is malformed.  Must be in 'YYYY-MM-DDThh:mm:ss.sss' format.
-
----> TESTPOINT PASSED (psTime{psTimeFromISO} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeFromTimeval}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromTimeval
-    Following should generate error message for NULL timeval
-<DATE><TIME>|<HOST>|E|psTimeFromTimeval (FILE:LINENO)
-    Unallowable operation: input is NULL.
-
----> TESTPOINT PASSED (psTime{psTimeFromTimeval} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{p_psTimeFromTM}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromTM
-    Following should generate error message for NULL tm ptr
-<DATE><TIME>|<HOST>|E|psTimeFromTM (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psTime{p_psTimeFromTM} | tst_psTime_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_01.c                                            *
-*            TestPoint: psTime{psTimeConvert}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Specified type, -100, is not supported.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeConvert
-    Following should generate an error message converting from UT1
-<DATE><TIME>|<HOST>|E|psTimeConvert (FILE:LINENO)
-    Cannot convert from UT1 time type
-
----> TESTPOINT PASSED (psTime{psTimeConvert} | tst_psTime_01.c)
-
Index: unk/psLib/test/astro/verified/tst_psTime_02.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psTime_02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,85 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeToLMST}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeLMST
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeToLMST (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeLMST
-    Following should generate error message for incorrect type
-<DATE><TIME>|<HOST>|E|psTimeToLMST (FILE:LINENO)
-    Specified type, 2, is incorrect.
-
----> TESTPOINT PASSED (psTime{psTimeToLMST} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeLeapSecondDelta}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Unallowable operation: time1 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Unallowable operation: time2 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Error: time2->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeLeapSecondDelta
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeLeapSecondDelta (FILE:LINENO)
-    Error: time1->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeLeapSecondDelta} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeIsLeapSecond}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeIsLeapSecond
-    Following should generate an error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeIsLeapSecond (FILE:LINENO)
-    Unallowable operation: utc is NULL.
-<DATE><TIME>|<HOST>|I|testTimeIsLeapSecond
-    Following should generate an error message for invalid type
-<DATE><TIME>|<HOST>|E|psTimeIsLeapSecond (FILE:LINENO)
-    Specified type, 0, is incorrect.
-
----> TESTPOINT PASSED (psTime{psTimeIsLeapSecond} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeFromTT}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromTT
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeFromTT (FILE:LINENO)
-    Error: nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeFromTT} | tst_psTime_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_02.c                                            *
-*            TestPoint: psTime{psTimeFromUTC}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeFromUTC
-    Following should generate an error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeFromUTC (FILE:LINENO)
-    Error: nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeFromUTC} | tst_psTime_02.c)
-
Index: unk/psLib/test/astro/verified/tst_psTime_03.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psTime_03.stderr	(revision 8809)
+++ 	(revision )
@@ -1,55 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_03.c                                            *
-*            TestPoint: psTime{psTimeMath}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeMath
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeMath (FILE:LINENO)
-    Unallowable operation: time is NULL.
-<DATE><TIME>|<HOST>|I|testTimeMath
-    Following should generate error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeMath (FILE:LINENO)
-    Error: time->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-
----> TESTPOINT PASSED (psTime{psTimeMath} | tst_psTime_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_03.c                                            *
-*            TestPoint: psTime{psTimeDelta}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Unallowable operation: time1 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for NULL time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Unallowable operation: time2 is NULL.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Error: time1->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for invalid time
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Error: time2->nsec, 2000000000, is out of range.  Must be between 0 and 999999999.
-<DATE><TIME>|<HOST>|I|testTimeDelta
-    Following should generate error message for incorrect type
-<DATE><TIME>|<HOST>|E|psTimeDelta (FILE:LINENO)
-    Specified type, 1, is incorrect.
-
----> TESTPOINT PASSED (psTime{psTimeDelta} | tst_psTime_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_03.c                                            *
-*            TestPoint: psTime{psTimeConvert}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimeConvert} | tst_psTime_03.c)
-
Index: unk/psLib/test/astro/verified/tst_psTime_04.stderr
===================================================================
--- /trunk/psLib/test/astro/verified/tst_psTime_04.stderr	(revision 8809)
+++ 	(revision )
@@ -1,96 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Failed to open file 'zzz'. Check if it exists and it has the proper permissions.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Failed find 'psLib.time.tables.index' in time metadata.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Failed find 'psLib.time.tables.index' in time metadata.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Incorrect vector size. Size: 3, Expected 4.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{p_psTimeInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psTimeInit (FILE:LINENO)
-    Failed find 'psLib.time.tables.index' in time metadata.
-<DATE><TIME>|<HOST>|E|psLibInit (FILE:LINENO)
-    Failed to initialize psTime.
-
----> TESTPOINT PASSED (psTime{p_psTimeInit} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{psTimer}                                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTime{psTimer} | tst_psTime_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTime_04.c                                            *
-*            TestPoint: psTime{psTime_TideUT1Corr}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testTideUT1Corr
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psTime_TideUT1Corr (FILE:LINENO)
-    Unallowable operation: time is NULL.
-
----> TESTPOINT PASSED (psTime{psTime_TideUT1Corr} | tst_psTime_04.c)
-
Index: unk/psLib/test/db/verified/tst_psDB.stderr
===================================================================
--- /trunk/psLib/test/db/verified/tst_psDB.stderr	(revision 8809)
+++ 	(revision )
@@ -1,307 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbInit}                                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBInit
-    Following should generate error message for invalid host
-<DATE><TIME>|<HOST>|E|psDBInit (FILE:LINENO)
-    Failed to connect to database.  Error: Unknown MySQL server host 'xxx' (NUM)
-<DATE><TIME>|<HOST>|I|TPDBInit
-    Following should generate error message for NULL database objec
-
----> TESTPOINT PASSED (psDB{dbInit} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbChange}                                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBChange
-    Following should generate error message for invalid database
-<DATE><TIME>|<HOST>|E|psDBChange (FILE:LINENO)
-    Failed to change database.  Error: Access denied for user ''@'localhost' to database 'abc'
-<DATE><TIME>|<HOST>|I|TPDBChange
-    Following should generate error message for null database object
-<DATE><TIME>|<HOST>|E|psDBChange (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-
----> TESTPOINT PASSED (psDB{dbChange} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbCreateTable}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBCreateTable
-    Following should generate an error message for NULL parameter
-<DATE><TIME>|<HOST>|E|psDBCreateTable (FILE:LINENO)
-    Unallowable operation: md is NULL.
-<DATE><TIME>|<HOST>|I|TPDBCreateTable
-    Following should generate an error message for NULL parameter
-<DATE><TIME>|<HOST>|E|psDBCreateTable (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-
----> TESTPOINT PASSED (psDB{dbCreateTable} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbDropTable}                                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBDropTable
-    psDBDropTable: insert should fail here...
-<DATE><TIME>|<HOST>|E|p_psDBRunQueryPrepared (FILE:LINENO)
-    Failed to prepare query.  Error: Table 'test.table2' doesn't exist
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    insert failed
-<DATE><TIME>|<HOST>|E|psDBInsertOneRow (FILE:LINENO)
-    Failed to insert row.
-<DATE><TIME>|<HOST>|I|TPDBDropTable
-    Following should generate an error message for NULL database object
-<DATE><TIME>|<HOST>|E|psDBDropTable (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBDropTable
-    Following should generate an error message for invalid table
-<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
-    Failed to execute SQL query.  Error: Unknown table 'table99'
-<DATE><TIME>|<HOST>|E|psDBDropTable (FILE:LINENO)
-    Failed to drop table.
-<DATE><TIME>|<HOST>|I|TPDBDropTable
-    Following should generate an error message for NULL table
-<DATE><TIME>|<HOST>|E|psDBDropTable (FILE:LINENO)
-    Unallowable operation: tableName is NULL.
-
----> TESTPOINT PASSED (psDB{dbDropTable} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbSelectColumn}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBSelectColumn
-    Following should generate error message for NULL database
-<DATE><TIME>|<HOST>|E|psDBSelectColumn (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBSelectColumn
-    Following should generate error message for NULL table
-<DATE><TIME>|<HOST>|E|psDBSelectColumn (FILE:LINENO)
-    Unallowable operation: tableName is NULL.
-<DATE><TIME>|<HOST>|I|TPDBSelectColumn
-    Following should generate error message for invalid table
-<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
-    Failed to execute SQL query.  Error: Table 'test.table99' doesn't exist
-<DATE><TIME>|<HOST>|E|psDBSelectColumn (FILE:LINENO)
-    Failed to select column.
-<DATE><TIME>|<HOST>|I|TPDBSelectColumn
-    Following should generate error message for invalid column
-<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
-    Failed to execute SQL query.  Error: Unknown column 'key_null' in 'field list'
-<DATE><TIME>|<HOST>|E|psDBSelectColumn (FILE:LINENO)
-    Failed to select column.
-
----> TESTPOINT PASSED (psDB{dbSelectColumn} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbSelectColumnNum}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBSelectColumnNum
-    Following should generate an error for NULL database object
-<DATE><TIME>|<HOST>|E|psDBSelectColumnNum (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBSelectColumnNum
-    Following should generate an error for NULL table
-<DATE><TIME>|<HOST>|E|psDBSelectColumnNum (FILE:LINENO)
-    Unallowable operation: tableName is NULL.
-<DATE><TIME>|<HOST>|I|TPDBSelectColumnNum
-    Following should generate an error for invalid column
-<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
-    Failed to execute SQL query.  Error: Unknown column 'key_999' in 'field list'
-<DATE><TIME>|<HOST>|E|psDBSelectColumn (FILE:LINENO)
-    Failed to select column.
-<DATE><TIME>|<HOST>|I|TPDBSelectColumnNum
-    Following should generate an error for invalid type
-<DATE><TIME>|<HOST>|E|psVectorAlloc (FILE:LINENO)
-    Input psVector is an unsupported type (0x0).
-<DATE><TIME>|<HOST>|E|psDBSelectColumnNum (FILE:LINENO)
-    Invalid type specified in psDBSelectColumnNum.
-
----> TESTPOINT PASSED (psDB{dbSelectColumnNum} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbSelectRows}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
-    Failed to execute SQL query.  Error: Unknown table 'table5'
-<DATE><TIME>|<HOST>|E|psDBDropTable (FILE:LINENO)
-    Failed to drop table.
-<DATE><TIME>|<HOST>|I|TPDBSelectRows
-    Following should generate an error message for NULL database object
-<DATE><TIME>|<HOST>|E|psDBSelectRows (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBSelectRows
-    Following should generate an error message for invalid table
-<DATE><TIME>|<HOST>|E|psDBSelectRows (FILE:LINENO)
-    Unallowable operation: tableName is NULL.
-
----> TESTPOINT PASSED (psDB{dbSelectRows} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbInsertOneRow}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBInsertOneRow
-    Following should generate error message for NULL database
-<DATE><TIME>|<HOST>|E|psDBInsertOneRow (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBInsertOneRow
-    Following should generate error message for invalid column item
-<DATE><TIME>|<HOST>|E|p_psDBRunQueryPrepared (FILE:LINENO)
-    Failed to prepare query.  Error: Unknown column 'key_999' in 'field list'
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    insert failed
-<DATE><TIME>|<HOST>|E|psDBInsertOneRow (FILE:LINENO)
-    Failed to insert row.
-<DATE><TIME>|<HOST>|I|TPDBInsertOneRow
-    Following should generate error message for invalid table
-<DATE><TIME>|<HOST>|E|p_psDBRunQueryPrepared (FILE:LINENO)
-    Failed to prepare query.  Error: Table 'test.table999' doesn't exist
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    insert failed
-<DATE><TIME>|<HOST>|E|psDBInsertOneRow (FILE:LINENO)
-    Failed to insert row.
-<DATE><TIME>|<HOST>|I|TPDBInsertOneRow
-    Following should generate error message for NULL row
-<DATE><TIME>|<HOST>|E|psDBInsertOneRow (FILE:LINENO)
-    Unallowable operation: row is NULL.
-
----> TESTPOINT PASSED (psDB{dbInsertOneRow} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbInsertRows}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBInsertRows
-    Following should generate an error message for NULL database
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBInsertRows
-    Following should generate an error message for NULL table
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    Unallowable operation: tableName is NULL.
-<DATE><TIME>|<HOST>|I|TPDBInsertRows
-    Following should generate an error message for invalid table
-<DATE><TIME>|<HOST>|E|p_psDBRunQueryPrepared (FILE:LINENO)
-    Failed to prepare query.  Error: Table 'test.table999' doesn't exist
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    insert failed
-<DATE><TIME>|<HOST>|I|TPDBInsertRows
-    Following should generate an error message for NULL row array
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    Unallowable operation: rowSet is NULL.
-<DATE><TIME>|<HOST>|I|TPDBInsertRows
-    Following should generate error message for invalid column item
-<DATE><TIME>|<HOST>|E|p_psDBRunQueryPrepared (FILE:LINENO)
-    Failed to prepare query.  Error: Unknown column 'key_999' in 'field list'
-<DATE><TIME>|<HOST>|E|psDBInsertRows (FILE:LINENO)
-    insert failed
-
----> TESTPOINT PASSED (psDB{dbInsertRows} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbDumpRows}                                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBDumpRows
-    Following should generate error message for NULL database
-<DATE><TIME>|<HOST>|E|psDBDumpRows (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBDumpRows
-    Following should generate error message for NULL table
-<DATE><TIME>|<HOST>|E|psDBDumpRows (FILE:LINENO)
-    Unallowable operation: tableName is NULL.
-
----> TESTPOINT PASSED (psDB{dbDumpRows} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbDumpCols}                                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBDumpCols
-    Following should generate an error message for NULL database
-<DATE><TIME>|<HOST>|E|psDBDumpCols (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBDumpCols
-    Following should generate an error message for NULL table
-<DATE><TIME>|<HOST>|E|psDBDumpCols (FILE:LINENO)
-    Unallowable operation: tableName is NULL.
-
----> TESTPOINT PASSED (psDB{dbDumpCols} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbUpdateRows}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBUpdateRows
-    Following should generate an error message for NULL database
-<DATE><TIME>|<HOST>|E|psDBUpdateRows (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBUpdateRows
-    Following should generate an error message for invalid table
-<DATE><TIME>|<HOST>|E|p_psDBRunQueryPrepared (FILE:LINENO)
-    Failed to prepare query.  Error: Table 'test.table999' doesn't exist
-<DATE><TIME>|<HOST>|E|psDBUpdateRows (FILE:LINENO)
-    update failed
-<DATE><TIME>|<HOST>|I|TPDBUpdateRows
-    Following should generate an error message for NULL updates
-<DATE><TIME>|<HOST>|E|psDBUpdateRows (FILE:LINENO)
-    Unallowable operation: values is NULL.
-<DATE><TIME>|<HOST>|I|TPDBUpdateRows
-    Following should generate an error message for invalid where
-<DATE><TIME>|<HOST>|E|p_psDBRunQueryPrepared (FILE:LINENO)
-    Failed to prepare query.  Error: Unknown column 'col999' in 'where clause'
-<DATE><TIME>|<HOST>|E|psDBUpdateRows (FILE:LINENO)
-    update failed
-
----> TESTPOINT PASSED (psDB{dbUpdateRows} | tst_psDB.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psDB.c                                                 *
-*            TestPoint: psDB{dbDeleteRows}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|TPDBDeleteRows
-    Following should generate error message for NULL database
-<DATE><TIME>|<HOST>|E|psDBDeleteRows (FILE:LINENO)
-    Unallowable operation: dbh is NULL.
-<DATE><TIME>|<HOST>|I|TPDBDeleteRows
-    Following should generate error message for invalid table
-<DATE><TIME>|<HOST>|E|p_psDBRunQuery (FILE:LINENO)
-    Failed to execute SQL query.  Error: Table 'test.table999' doesn't exist
-<DATE><TIME>|<HOST>|E|psDBDeleteRows (FILE:LINENO)
-    Delete failed.
-
----> TESTPOINT PASSED (psDB{dbDeleteRows} | tst_psDB.c)
-
Index: unk/psLib/test/fft/verified/tst_psImageFFT.stderr
===================================================================
--- /trunk/psLib/test/fft/verified/tst_psImageFFT.stderr	(revision 8809)
+++ 	(revision )
@@ -1,73 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageFFT}                                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageFFT
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageFFT (FILE:LINENO)
-    Can not specify both PS_FFT_FORWARD and PS_FFT_REVERSE options.
-<DATE><TIME>|<HOST>|I|testImageFFT
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageFFT (FILE:LINENO)
-    The PS_FFT_FORWARD and PS_FFT_REAL_RESULT combinition is not supported.
-<DATE><TIME>|<HOST>|I|testImageFFT
-    Following should generate error for invalid direction.
-<DATE><TIME>|<HOST>|E|psImageFFT (FILE:LINENO)
-    Must specify either PS_FFT_FORWARD or PS_FFT_REVERSE option.
-
----> TESTPOINT PASSED (psFFT{psImageFFT} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageRealImaginary}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psFFT{psImageRealImaginary} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageComplex}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageComplex
-    Following should be an error (type mismatch).
-<DATE><TIME>|<HOST>|E|psImageComplex (FILE:LINENO)
-    Real psImage type (psF32) and imaginary psImage type (psF64) must be the same.
-<DATE><TIME>|<HOST>|I|testImageComplex
-    Following should be an error (size mismatch).
-<DATE><TIME>|<HOST>|E|psImageComplex (FILE:LINENO)
-    Real psImage size (128x64) and imaginary psImage size (64x64) must be the same.
-<DATE><TIME>|<HOST>|I|testImageComplex
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psImageComplex (FILE:LINENO)
-    Input psImage type, psS16, is required to be either psF32 or psF64.
-
----> TESTPOINT PASSED (psFFT{psImageComplex} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImageConjugate}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psFFT{psImageConjugate} | tst_psImageFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImageFFT.c                                           *
-*            TestPoint: psFFT{psImagePowerSpectrum}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImagePowerSpectrum
-    Following should generate error message.
-<DATE><TIME>|<HOST>|E|psImagePowerSpectrum (FILE:LINENO)
-    Input psImage type, psF32, is required to be either psC32 or psC64.
-
----> TESTPOINT PASSED (psFFT{psImagePowerSpectrum} | tst_psImageFFT.c)
-
Index: unk/psLib/test/fft/verified/tst_psVectorFFT.stderr
===================================================================
--- /trunk/psLib/test/fft/verified/tst_psVectorFFT.stderr	(revision 8809)
+++ 	(revision )
@@ -1,73 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorFFT}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorFFT
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorFFT (FILE:LINENO)
-    Must specify the direction as either PS_FFT_FORWARD or PS_FFT_REVERSE.
-
----> TESTPOINT PASSED (psFFT{psVectorFFT} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorRealImaginary}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorRealImaginary
-    Following should generate a warning.
-<DATE><TIME>|<HOST>|W|psVectorReal
-    Real portion of a non-Complex type called called for. Just a vector copy was performed.
-<DATE><TIME>|<HOST>|I|testVectorRealImaginary
-    Following should generate a warning.
-<DATE><TIME>|<HOST>|W|psVectorImaginary
-    Imaginary portion of a non-Complex type called for. A zeroed vector was returned.
-
----> TESTPOINT PASSED (psFFT{psVectorRealImaginary} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorComplex}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorComplex
-    Following should be an error (type mismatch).
-<DATE><TIME>|<HOST>|E|psVectorComplex (FILE:LINENO)
-    Real psVector type, psF32, and imaginary psVector type, psF64, must be the same.
-<DATE><TIME>|<HOST>|I|testVectorComplex
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorComplex (FILE:LINENO)
-    Input psVector type, psS8, is required to be either psF32 or psF64.
-
----> TESTPOINT PASSED (psFFT{psVectorComplex} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorConjugate}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorConjugate
-    Following should generate a warning message.
-<DATE><TIME>|<HOST>|W|psVectorConjugate
-    Complex Conjugate of a non-Complex type called for. Vector copy was performed instead.
-
----> TESTPOINT PASSED (psFFT{psVectorConjugate} | tst_psVectorFFT.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorFFT.c                                          *
-*            TestPoint: psFFT{psVectorPowerSpectrum}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorPowerSpectrum
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psVectorPowerSpectrum (FILE:LINENO)
-    Input psVector type, psF32, is required to be either psC32 or psC64.
-
----> TESTPOINT PASSED (psFFT{psVectorPowerSpectrum} | tst_psVectorFFT.c)
-
Index: unk/psLib/test/fits/verified/tst_psFits.stderr
===================================================================
--- /trunk/psLib/test/fits/verified/tst_psFits.stderr	(revision 8809)
+++ 	(revision )
@@ -1,220 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsOpen}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|tst_psFitsOpen
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psFitsOpen (FILE:LINENO)
-    Specified filename can not be NULL.
-<DATE><TIME>|<HOST>|I|tst_psFitsOpen
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psFitsOpen (FILE:LINENO)
-    Specified mode, 'b+', is invalid.  Supported modes are r, r+, rw, w, w+, a, or a+.
-
----> TESTPOINT PASSED (psFits{psFitsOpen} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsMoveExtName}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
-    Could not find HDU 'bogus'.
-    CFITSIO Error: illegal HDU number
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
-    The input psFits object can not NULL.
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtName (FILE:LINENO)
-    Specified extension name can not be NULL.
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtName
-    Following should generate an error for NULL fits file
-<DATE><TIME>|<HOST>|E|psFitsGetExtName (FILE:LINENO)
-    The input psFits object can not NULL.
-
----> TESTPOINT PASSED (psFits{psFitsMoveExtName} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsMoveExtNum}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsGetSize (FILE:LINENO)
-    The input psFits object can not NULL.
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move to specified HDU #-1.
-    CFITSIO Error: illegal HDU number
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move -1 HDUs from current position.
-    CFITSIO Error: illegal HDU number
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move to specified HDU #8.
-    CFITSIO Error: tried to move past end of file
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    Could not move 1 HDUs from current position.
-    CFITSIO Error: tried to move past end of file
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsMoveExtNum (FILE:LINENO)
-    The input psFits object can not NULL.
-<DATE><TIME>|<HOST>|I|tst_psFitsMoveExtNum
-    Following should generate an error for NULL fits file
-<DATE><TIME>|<HOST>|E|psFitsGetExtNum (FILE:LINENO)
-    The input psFits object can not NULL.
-
----> TESTPOINT PASSED (psFits{psFitsMoveExtNum} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsReadHeader}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|tst_psFitsReadHeader
-    following should be an error (input psFits = NULL)
-<DATE><TIME>|<HOST>|E|psFitsReadHeader (FILE:LINENO)
-    The input psFits object can not NULL.
-
----> TESTPOINT PASSED (psFits{psFitsReadHeader} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsReadHeaderSet}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psFitsReadHeaderSet (FILE:LINENO)
-    The input psFits object can not NULL.
-
----> TESTPOINT PASSED (psFits{psFitsReadHeaderSet} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsReadTable}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psFitsReadTable (FILE:LINENO)
-    The input psFits object can not NULL.
-
----> TESTPOINT PASSED (psFits{psFitsReadTable} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsReadTableColumnNum}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|tst_psFitsReadTableColumnNum (FILE:LINENO)
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsReadTableColumnNum (FILE:LINENO)
-    The input psFits object can not NULL.
-<DATE><TIME>|<HOST>|W|tst_psFitsReadTableColumnNum (FILE:LINENO)
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsReadTableColumnNum (FILE:LINENO)
-    Specified column, BOGUS, was not found.
-    CFITSIO Error: named column not found
-
----> TESTPOINT PASSED (psFits{psFitsReadTableColumnNum} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsReadTableColumn}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|tst_psFitsReadTableColumn (FILE:LINENO)
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsReadTableColumn (FILE:LINENO)
-    The input psFits object can not NULL.
-<DATE><TIME>|<HOST>|W|tst_psFitsReadTableColumn (FILE:LINENO)
-    tst_psFitsReadTableColumn
-<DATE><TIME>|<HOST>|E|psFitsReadTableColumn (FILE:LINENO)
-    Specified column, BOGUS, was not found.
-    CFITSIO Error: named column not found
-
----> TESTPOINT PASSED (psFits{psFitsReadTableColumn} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsUpdateTable}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|W|tst_psFitsUpdateTable (FILE:LINENO)
-    Following should be a warning.
-<DATE><TIME>|<HOST>|W|psFitsUpdateTable (FILE:LINENO)
-    No column with the name 'BOGUS' exists in the table.
-<DATE><TIME>|<HOST>|W|tst_psFitsUpdateTable (FILE:LINENO)
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsUpdateTable (FILE:LINENO)
-    The input psFits object can not NULL.
-<DATE><TIME>|<HOST>|W|tst_psFitsUpdateTable (FILE:LINENO)
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsUpdateTable (FILE:LINENO)
-    The input psImage was NULL.  Need a non-NULL psImage for operation to be performed.
-<DATE><TIME>|<HOST>|W|tst_psFitsUpdateTable (FILE:LINENO)
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psFitsUpdateTable (FILE:LINENO)
-    Could not write data to file.
-    CFITSIO Error: bad first row number
-
----> TESTPOINT PASSED (psFits{psFitsUpdateTable} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsReadImage}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageRead
-    Following should generate error message for NULL psFits
-<DATE><TIME>|<HOST>|E|psFitsReadImage (FILE:LINENO)
-    The input psFits object can not NULL.
-
----> TESTPOINT PASSED (psFits{psFitsReadImage} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsWriteImage}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageWrite
-    Following should generate an error message because input image is null.
-<DATE><TIME>|<HOST>|E|psFitsInsertImage (FILE:LINENO)
-    The input psImage was NULL.  Need a non-NULL psImage for operation to be performed.
-
----> TESTPOINT PASSED (psFits{psFitsWriteImage} | tst_psFits.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFits.c                                               *
-*            TestPoint: psFits{psFitsWriteHeader}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psFitsWriteHeader (FILE:LINENO)
-    The input psMetadata was NULL.  Need a non-NULL psMetadata for operation to be performed.
-<DATE><TIME>|<HOST>|E|psFitsWriteHeader (FILE:LINENO)
-    The input psFits object can not NULL.
-
----> TESTPOINT PASSED (psFits{psFitsWriteHeader} | tst_psFits.c)
-
Index: unk/psLib/test/imageops/verified/tst_psImageConvolve.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageConvolve.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageExtraction.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageExtraction.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageGeomManip.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageGeomManip.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageIO.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageIO.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageInterpolate.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageInterpolate.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageManip.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageManip.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageMaskOps.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageMaskOps.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageMaskOps.stdout
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageMaskOps.stdout	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImagePixelManip.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImagePixelManip.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageSmooth.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageSmooth.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageSmooth.stdout
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageSmooth.stdout	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageStats.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageStats.stderr	(revision 8809)
+++ 	(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: unk/psLib/test/imageops/verified/tst_psImageStructManip.stderr
===================================================================
--- /trunk/psLib/test/imageops/verified/tst_psImageStructManip.stderr	(revision 8809)
+++ 	(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)
-
Index: unk/psLib/test/math/verified/tst_psFunc00.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc00.stderr	(revision 8809)
+++ 	(revision )
@@ -1,36 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc00.c                                             *
-*            TestPoint: psPolynomialXD{psPolynomial1DAlloc}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psPolynomialXD{psPolynomial1DAlloc} | tst_psFunc00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc00.c                                             *
-*            TestPoint: psPolynomialXD{psPolynomial2DAlloc}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psPolynomialXD{psPolynomial2DAlloc} | tst_psFunc00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc00.c                                             *
-*            TestPoint: psPolynomialXD{psPolynomial3DAlloc}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psPolynomialXD{psPolynomial3DAlloc} | tst_psFunc00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc00.c                                             *
-*            TestPoint: psPolynomialXD{psPolynomial4DAlloc}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psPolynomialXD{psPolynomial4DAlloc} | tst_psFunc00.c)
-
Index: unk/psLib/test/math/verified/tst_psFunc01.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,108 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc01.c                                             *
-*            TestPoint: psPolynomial functions{psGaussian()}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-normal psGaussian(0.000000) is 0.000000
-normal psGaussian(2.000000) is 0.000000
-normal psGaussian(4.000000) is 0.000000
-normal psGaussian(6.000000) is 0.000000
-normal psGaussian(8.000000) is 0.000000
-normal psGaussian(10.000000) is 0.000000
-normal psGaussian(12.000000) is 0.000000
-normal psGaussian(14.000000) is 0.000000
-normal psGaussian(16.000000) is 0.000000
-normal psGaussian(18.000000) is 0.000000
-normal psGaussian(20.000000) is 0.000001
-normal psGaussian(22.000000) is 0.000067
-normal psGaussian(24.000000) is 0.002216
-normal psGaussian(26.000000) is 0.026995
-normal psGaussian(28.000000) is 0.120985
-normal psGaussian(30.000000) is 0.199471
-normal psGaussian(32.000000) is 0.120985
-normal psGaussian(34.000000) is 0.026995
-normal psGaussian(36.000000) is 0.002216
-normal psGaussian(38.000000) is 0.000067
-normal psGaussian(40.000000) is 0.000001
-normal psGaussian(42.000000) is 0.000000
-normal psGaussian(44.000000) is 0.000000
-normal psGaussian(46.000000) is 0.000000
-normal psGaussian(48.000000) is 0.000000
-normal psGaussian(50.000000) is 0.000000
-normal psGaussian(52.000000) is 0.000000
-normal psGaussian(54.000000) is 0.000000
-normal psGaussian(56.000000) is 0.000000
-normal psGaussian(58.000000) is 0.000000
-NON-normal psGaussian(0.000000) is 0.000000
-NON-normal psGaussian(2.000000) is 0.000000
-NON-normal psGaussian(4.000000) is 0.000000
-NON-normal psGaussian(6.000000) is 0.000000
-NON-normal psGaussian(8.000000) is 0.000000
-NON-normal psGaussian(10.000000) is 0.000000
-NON-normal psGaussian(12.000000) is 0.000000
-NON-normal psGaussian(14.000000) is 0.000000
-NON-normal psGaussian(16.000000) is 0.000000
-NON-normal psGaussian(18.000000) is 0.000000
-NON-normal psGaussian(20.000000) is 0.000004
-NON-normal psGaussian(22.000000) is 0.000335
-NON-normal psGaussian(24.000000) is 0.011109
-NON-normal psGaussian(26.000000) is 0.135335
-NON-normal psGaussian(28.000000) is 0.606531
-NON-normal psGaussian(30.000000) is 1.000000
-NON-normal psGaussian(32.000000) is 0.606531
-NON-normal psGaussian(34.000000) is 0.135335
-NON-normal psGaussian(36.000000) is 0.011109
-NON-normal psGaussian(38.000000) is 0.000335
-NON-normal psGaussian(40.000000) is 0.000004
-NON-normal psGaussian(42.000000) is 0.000000
-NON-normal psGaussian(44.000000) is 0.000000
-NON-normal psGaussian(46.000000) is 0.000000
-NON-normal psGaussian(48.000000) is 0.000000
-NON-normal psGaussian(50.000000) is 0.000000
-NON-normal psGaussian(52.000000) is 0.000000
-NON-normal psGaussian(54.000000) is 0.000000
-NON-normal psGaussian(56.000000) is 0.000000
-NON-normal psGaussian(58.000000) is 0.000000
-
----> TESTPOINT PASSED (psPolynomial functions{psGaussian()} | tst_psFunc01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc01.c                                             *
-*            TestPoint: psPolynomial functions{p_psGaussianDev()}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Gaussian Deviate [0] is 30.795286
-Gaussian Deviate [1] is 34.264950
-Gaussian Deviate [2] is 28.948183
-Gaussian Deviate [3] is 26.356329
-Gaussian Deviate [4] is 28.616852
-Gaussian Deviate [5] is 29.745865
-Gaussian Deviate [6] is 28.830563
-Gaussian Deviate [7] is 26.857296
-Gaussian Deviate [8] is 32.969559
-Gaussian Deviate [9] is 30.269176
-Gaussian Deviate [10] is 28.163614
-Gaussian Deviate [11] is 28.077215
-Gaussian Deviate [12] is 26.504436
-Gaussian Deviate [13] is 28.474297
-Gaussian Deviate [14] is 30.329622
-Gaussian Deviate [15] is 30.493885
-Gaussian Deviate [16] is 30.816671
-Gaussian Deviate [17] is 32.729324
-Gaussian Deviate [18] is 32.068352
-Gaussian Deviate [19] is 25.999083
-Gaussian Deviate [20] is 30.370560
-Gaussian Deviate [21] is 30.207680
-Gaussian Deviate [22] is 27.520786
-Gaussian Deviate [23] is 35.993179
-Gaussian Deviate [24] is 29.437201
-Gaussian Deviate [25] is 27.759834
-Gaussian Deviate [26] is 28.791586
-Gaussian Deviate [27] is 26.677267
-Gaussian Deviate [28] is 31.450001
-Gaussian Deviate [29] is 31.395319
-
----> TESTPOINT PASSED (psPolynomial functions{p_psGaussianDev()} | tst_psFunc01.c)
-
Index: unk/psLib/test/math/verified/tst_psFunc02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,16 +1,0 @@
-<HOST>|I|main
-    Following should generate an error message.
-<HOST>|E|psSpline1DAlloc (FILE:LINENO)
-    Error: max and min are equal.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psSpline1DAlloc (FILE:LINENO)
-    Error: max and min are equal.
-<HOST>|I|main
-    Following should generate an error message.
-<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
-    Unallowable operation: psVector bounds or its data is NULL.
-<HOST>|I|main
-    Following should generate an error message.
-<HOST>|E|psSpline1DAllocGeneric (FILE:LINENO)
-    Unallowable operation: psVector bounds has no elements.
Index: unk/psLib/test/math/verified/tst_psFunc02.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,106 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAlloc(): linear, normal}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psSpline1D->knots->data.F32[0] is 1.000000
-psSpline1D->knots->data.F32[1] is 3.250000
-psSpline1D->knots->data.F32[2] is 5.500000
-psSpline1D->knots->data.F32[3] is 7.750000
-psSpline1D->knots->data.F32[4] is 10.000000
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc(): linear, normal} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAlloc(): linear, min/max are equal} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc(): linear, min/max are equal} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAlloc(): linear, min > max.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psSpline1D->knots->data.F32[0] is 1.000000
-psSpline1D->knots->data.F32[1] is 0.500000
-psSpline1D->knots->data.F32[2] is 0.000000
-psSpline1D->knots->data.F32[3] is -0.500000
-psSpline1D->knots->data.F32[4] is -1.000000
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc(): linear, min > max.} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAlloc(), cubic, normal}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psSpline1D->data.F32[0] is 1.000000
-psSpline1D->data.F32[1] is 3.250000
-psSpline1D->data.F32[2] is 5.500000
-psSpline1D->data.F32[3] is 7.750000
-psSpline1D->data.F32[4] is 10.000000
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc(): cubic, normal} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAlloc(): cubic, min/max are equal} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc(): cubic, min/max are equal} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAlloc(): cubic, min > max.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psSpline1D->knots->data.F32[0] is 1.000000
-psSpline1D->knots->data.F32[1] is 0.500000
-psSpline1D->knots->data.F32[2] is 0.000000
-psSpline1D->knots->data.F32[3] is -0.500000
-psSpline1D->knots->data.F32[4] is -1.000000
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAlloc(): cubic, min > max.} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAllocGeneric(): linear, normal} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psSpline1D->knots->data.F32[0] is 2.000000
-psSpline1D->knots->data.F32[1] is 4.000000
-psSpline1D->knots->data.F32[2] is 6.000000
-psSpline1D->knots->data.F32[3] is 8.000000
-psSpline1D->knots->data.F32[4] is 10.000000
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAllocGeneric(): linear, normal} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAllocGeneric(): bound equal to NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAllocGeneric(): bound equal to NULL} | tst_psFunc02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc02.c                                             *
-*            TestPoint: psFunction functions{psSpline1DAllocGeneric(): bounds with zero elements} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSpline functions{psSpline1DAllocGeneric(): bounds with zero elements} | tst_psFunc02.c)
-
Index: unk/psLib/test/math/verified/tst_psFunc08.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc08.stderr	(revision 8809)
+++ 	(revision )
@@ -1,34 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc08.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial1DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly1DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial1DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial1DEval} | tst_psFunc08.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc08.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial1DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly1DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly1DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly1DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial1DEvalVector} | tst_psFunc08.c)
-
Index: unk/psLib/test/math/verified/tst_psFunc09.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc09.stderr	(revision 8809)
+++ 	(revision )
@@ -1,42 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc09.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial2DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly2DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial2DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial2DEval} | tst_psFunc09.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc09.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial2DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    psVector y: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial2DEvalVector} | tst_psFunc09.c)
-
Index: unk/psLib/test/math/verified/tst_psFunc10.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc10.stderr	(revision 8809)
+++ 	(revision )
@@ -1,50 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc10.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial3DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly3DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial3DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial3DEval} | tst_psFunc10.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc10.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial3DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    psVector y: bad type(769)
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    psVector z: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial3DEvalVector} | tst_psFunc10.c)
-
Index: unk/psLib/test/math/verified/tst_psFunc11.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psFunc11.stderr	(revision 8809)
+++ 	(revision )
@@ -1,58 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc11.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial4DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly4DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial4DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial4DEval} | tst_psFunc11.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psFunc11.c                                             *
-*            TestPoint: psPolynomialXDEval{psPolynomial4DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector t or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector y: bad type(769)
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector z: bad type(769)
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector t: bad type(769)
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial4DEvalVector} | tst_psFunc11.c)
-
Index: unk/psLib/test/math/verified/tst_psHist00.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psHist00.stderr	(revision 8809)
+++ 	(revision )
@@ -1,4 +1,0 @@
-<HOST>|I|main
-    Following should generate an error message.
-<HOST>|E|psHistogramAlloc (FILE:LINENO)
-    Error: !(upper >= lower) (20.000000 30.000000).
Index: unk/psLib/test/math/verified/tst_psHist00.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psHist00.stdout	(revision 8809)
+++ 	(revision )
@@ -1,87 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist00.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist00.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 25.000)
-Bin number 1 bounds: (25.000 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist00.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 21.000)
-Bin number 1 bounds: (21.000 - 22.000)
-Bin number 2 bounds: (22.000 - 23.000)
-Bin number 3 bounds: (23.000 - 24.000)
-Bin number 4 bounds: (24.000 - 25.000)
-Bin number 5 bounds: (25.000 - 26.000)
-Bin number 6 bounds: (26.000 - 27.000)
-Bin number 7 bounds: (27.000 - 28.000)
-Bin number 8 bounds: (28.000 - 29.000)
-Bin number 9 bounds: (29.000 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist00.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 20.500)
-Bin number 1 bounds: (20.500 - 21.000)
-Bin number 2 bounds: (21.000 - 21.500)
-Bin number 3 bounds: (21.500 - 22.000)
-Bin number 4 bounds: (22.000 - 22.500)
-Bin number 5 bounds: (22.500 - 23.000)
-Bin number 6 bounds: (23.000 - 23.500)
-Bin number 7 bounds: (23.500 - 24.000)
-Bin number 8 bounds: (24.000 - 24.500)
-Bin number 9 bounds: (24.500 - 25.000)
-Bin number 10 bounds: (25.000 - 25.500)
-Bin number 11 bounds: (25.500 - 26.000)
-Bin number 12 bounds: (26.000 - 26.500)
-Bin number 13 bounds: (26.500 - 27.000)
-Bin number 14 bounds: (27.000 - 27.500)
-Bin number 15 bounds: (27.500 - 28.000)
-Bin number 16 bounds: (28.000 - 28.500)
-Bin number 17 bounds: (28.500 - 29.000)
-Bin number 18 bounds: (29.000 - 29.500)
-Bin number 19 bounds: (29.500 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist00.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure. (UPPER<LOWER)} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure. (UPPER<LOWER)} | tst_psHist00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist00.c                                             *
-*            TestPoint: psStats functions{Deallocate the psHistogram structure.}   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{Deallocate the psHistogram structure.} | tst_psHist00.c)
-
Index: unk/psLib/test/math/verified/tst_psHist01.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psHist01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,78 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist01.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist01.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 25.000)
-Bin number 1 bounds: (25.000 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist01.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 21.000)
-Bin number 1 bounds: (21.000 - 22.000)
-Bin number 2 bounds: (22.000 - 23.000)
-Bin number 3 bounds: (23.000 - 24.000)
-Bin number 4 bounds: (24.000 - 25.000)
-Bin number 5 bounds: (25.000 - 26.000)
-Bin number 6 bounds: (26.000 - 27.000)
-Bin number 7 bounds: (27.000 - 28.000)
-Bin number 8 bounds: (28.000 - 29.000)
-Bin number 9 bounds: (29.000 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist01.c                                             *
-*            TestPoint: psStats functions{Allocate the psHistogram structure.}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 20.500)
-Bin number 1 bounds: (20.500 - 21.000)
-Bin number 2 bounds: (21.000 - 21.500)
-Bin number 3 bounds: (21.500 - 22.000)
-Bin number 4 bounds: (22.000 - 22.500)
-Bin number 5 bounds: (22.500 - 23.000)
-Bin number 6 bounds: (23.000 - 23.500)
-Bin number 7 bounds: (23.500 - 24.000)
-Bin number 8 bounds: (24.000 - 24.500)
-Bin number 9 bounds: (24.500 - 25.000)
-Bin number 10 bounds: (25.000 - 25.500)
-Bin number 11 bounds: (25.500 - 26.000)
-Bin number 12 bounds: (26.000 - 26.500)
-Bin number 13 bounds: (26.500 - 27.000)
-Bin number 14 bounds: (27.000 - 27.500)
-Bin number 15 bounds: (27.500 - 28.000)
-Bin number 16 bounds: (28.000 - 28.500)
-Bin number 17 bounds: (28.500 - 29.000)
-Bin number 18 bounds: (29.000 - 29.500)
-Bin number 19 bounds: (29.500 - 30.000)
-
----> TESTPOINT PASSED (psStats functions{Allocate the psHistogram structure.} | tst_psHist01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist01.c                                             *
-*            TestPoint: psStats functions{Deallocate the psHistogram structure.}   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{Deallocate the psHistogram structure.} | tst_psHist01.c)
-
Index: unk/psLib/test/math/verified/tst_psHist02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psHist02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-<HOST>|I|main
-    Following should generate an error message.
-<HOST>|E|psVectorHistogram (FILE:LINENO)
-    Unallowable operation: out is NULL.
-<HOST>|I|main
-    Following should generate an error message.
-<HOST>|E|psVectorHistogram (FILE:LINENO)
-    Unallowable operation: psVector values or its data is NULL.
Index: unk/psLib/test/math/verified/tst_psHist02.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psHist02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,156 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram, no mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.00 - 30.00) data (10000.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram, no mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram with mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 30.000) data (5000.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram with mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram, no mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.00 - 25.00) data (5000.000000)
-Bin number 1 bounds: (25.00 - 30.00) data (5000.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram, no mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram with mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 25.000) data (5000.000000)
-Bin number 1 bounds: (25.000 - 30.000) data (0.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram with mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram, no mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.00 - 21.00) data (1000.000000)
-Bin number 1 bounds: (21.00 - 22.00) data (1000.000000)
-Bin number 2 bounds: (22.00 - 23.00) data (1000.000000)
-Bin number 3 bounds: (23.00 - 24.00) data (1000.000000)
-Bin number 4 bounds: (24.00 - 25.00) data (1000.000000)
-Bin number 5 bounds: (25.00 - 26.00) data (1000.000000)
-Bin number 6 bounds: (26.00 - 27.00) data (1000.000000)
-Bin number 7 bounds: (27.00 - 28.00) data (1000.000000)
-Bin number 8 bounds: (28.00 - 29.00) data (1000.000000)
-Bin number 9 bounds: (29.00 - 30.00) data (1000.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram, no mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram with mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 21.000) data (1000.000000)
-Bin number 1 bounds: (21.000 - 22.000) data (1000.000000)
-Bin number 2 bounds: (22.000 - 23.000) data (1000.000000)
-Bin number 3 bounds: (23.000 - 24.000) data (1000.000000)
-Bin number 4 bounds: (24.000 - 25.000) data (1000.000000)
-Bin number 5 bounds: (25.000 - 26.000) data (0.000000)
-Bin number 6 bounds: (26.000 - 27.000) data (0.000000)
-Bin number 7 bounds: (27.000 - 28.000) data (0.000000)
-Bin number 8 bounds: (28.000 - 29.000) data (0.000000)
-Bin number 9 bounds: (29.000 - 30.000) data (0.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram with mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram, no mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.00 - 20.50) data (500.000000)
-Bin number 1 bounds: (20.50 - 21.00) data (500.000000)
-Bin number 2 bounds: (21.00 - 21.50) data (500.000000)
-Bin number 3 bounds: (21.50 - 22.00) data (500.000000)
-Bin number 4 bounds: (22.00 - 22.50) data (500.000000)
-Bin number 5 bounds: (22.50 - 23.00) data (500.000000)
-Bin number 6 bounds: (23.00 - 23.50) data (500.000000)
-Bin number 7 bounds: (23.50 - 24.00) data (500.000000)
-Bin number 8 bounds: (24.00 - 24.50) data (500.000000)
-Bin number 9 bounds: (24.50 - 25.00) data (500.000000)
-Bin number 10 bounds: (25.00 - 25.50) data (500.000000)
-Bin number 11 bounds: (25.50 - 26.00) data (500.000000)
-Bin number 12 bounds: (26.00 - 26.50) data (500.000000)
-Bin number 13 bounds: (26.50 - 27.00) data (500.000000)
-Bin number 14 bounds: (27.00 - 27.50) data (500.000000)
-Bin number 15 bounds: (27.50 - 28.00) data (500.000000)
-Bin number 16 bounds: (28.00 - 28.50) data (500.000000)
-Bin number 17 bounds: (28.50 - 29.00) data (500.000000)
-Bin number 18 bounds: (29.00 - 29.50) data (500.000000)
-Bin number 19 bounds: (29.50 - 30.00) data (500.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram, no mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Allocate and Perform Histogram with mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Bin number 0 bounds: (20.000 - 20.500) data (500.000000)
-Bin number 1 bounds: (20.500 - 21.000) data (500.000000)
-Bin number 2 bounds: (21.000 - 21.500) data (500.000000)
-Bin number 3 bounds: (21.500 - 22.000) data (500.000000)
-Bin number 4 bounds: (22.000 - 22.500) data (500.000000)
-Bin number 5 bounds: (22.500 - 23.000) data (500.000000)
-Bin number 6 bounds: (23.000 - 23.500) data (500.000000)
-Bin number 7 bounds: (23.500 - 24.000) data (500.000000)
-Bin number 8 bounds: (24.000 - 24.500) data (500.000000)
-Bin number 9 bounds: (24.500 - 25.000) data (500.000000)
-Bin number 10 bounds: (25.000 - 25.500) data (0.000000)
-Bin number 11 bounds: (25.500 - 26.000) data (0.000000)
-Bin number 12 bounds: (26.000 - 26.500) data (0.000000)
-Bin number 13 bounds: (26.500 - 27.000) data (0.000000)
-Bin number 14 bounds: (27.000 - 27.500) data (0.000000)
-Bin number 15 bounds: (27.500 - 28.000) data (0.000000)
-Bin number 16 bounds: (28.000 - 28.500) data (0.000000)
-Bin number 17 bounds: (28.500 - 29.000) data (0.000000)
-Bin number 18 bounds: (29.000 - 29.500) data (0.000000)
-Bin number 19 bounds: (29.500 - 30.000) data (0.000000)
-
----> TESTPOINT PASSED (psStats functions{Allocate and Perform Histogram with mask} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Calling psVectorHistogram() with various NULL inputs.} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{Calling psVectorHistogram() with various NULL inputs.} | tst_psHist02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHist02.c                                             *
-*            TestPoint: psStats functions{Deallocate the psHistogram structure.}   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{Deallocate the psHistogram structure.} | tst_psHist02.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrix01.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,36 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix01.c                                           *
-*            TestPoint: psMatrix{Create input and output images}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Create input and output images} | tst_psMatrix01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix01.c                                           *
-*            TestPoint: psMatrix{Transpose input image into output image}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Transpose input image into output image} | tst_psMatrix01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix01.c                                           *
-*            TestPoint: psMatrix{Transpose input image into auto allocated NULL output image} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Transpose input image into auto allocated NULL output image} | tst_psMatrix01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix01.c                                           *
-*            TestPoint: psMatrix{Free images and check for leaks}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Free images and check for leaks} | tst_psMatrix01.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrix02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,6 +1,0 @@
-<HOST>|E|psMatrixTranspose (FILE:LINENO)
-    Invalid operation: Pointer to in is same as out.
-<HOST>|E|psMatrixTranspose (FILE:LINENO)
-    Unallowable operation: psImage in or its data is NULL.
-<HOST>|E|psMatrixTranspose (FILE:LINENO)
-    Invalid operation. in not PS_TYPE_F64.
Index: unk/psLib/test/math/verified/tst_psMatrix02.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,45 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix02.c                                           *
-*            TestPoint: psMatrix{Input pointer same as output pointer}             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Input pointer same as output pointer} | tst_psMatrix02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix02.c                                           *
-*            TestPoint: psMatrix{Null input psImage}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Null input psImage} | tst_psMatrix02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix02.c                                           *
-*            TestPoint: psMatrix{Incorrect type for input pointer}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Incorrect type for input pointer} | tst_psMatrix02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix02.c                                           *
-*            TestPoint: psMatrix{Incorrect type for output pointer}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Incorrect type for output pointer} | tst_psMatrix02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix02.c                                           *
-*            TestPoint: psMatrix{Matrix not square for output pointer}             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Matrix not square for output pointer} | tst_psMatrix02.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrix03.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix03.stderr	(revision 8809)
+++ 	(revision )
@@ -1,6 +1,0 @@
-<HOST>|E|psMatrixLUD (FILE:LINENO)
-    Unallowable operation: psImage in or its data is NULL.
-<HOST>|E|psMatrixLUSolve (FILE:LINENO)
-    Unallowable operation: psVector RHS or its data is NULL.
-<HOST>|E|psMatrixLUSolve (FILE:LINENO)
-    Unallowable operation: psImage LU or its data is NULL.
Index: unk/psLib/test/math/verified/tst_psMatrix03.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix03.stdout	(revision 8809)
+++ 	(revision )
@@ -1,69 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix03.c                                           *
-*            TestPoint: psMatrix{Create input and output images and vectors}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Create input and output images and vectors} | tst_psMatrix03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix03.c                                           *
-*            TestPoint: psMatrix{Calculate LU matrix}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Calculate LU matrix} | tst_psMatrix03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix03.c                                           *
-*            TestPoint: psMatrix{Determine solution to matrix equation}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Determine solution to matrix equation} | tst_psMatrix03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix03.c                                           *
-*            TestPoint: psMatrix{Free input and output images and vectors}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Free input and output images and vectors} | tst_psMatrix03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix03.c                                           *
-*            TestPoint: psMatrix{Attempt to use null image input argument}         *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Attempt to use null image input argument} | tst_psMatrix03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix03.c                                           *
-*            TestPoint: psMatrix{Attempt to use null input vector argument}        *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid operation: inVector or its data is NULL.           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Attempt to use null input vector argument} | tst_psMatrix03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix03.c                                           *
-*            TestPoint: psMatrix{Attempt to use null LU image argument}            *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Attempt to use null LU image argument} | tst_psMatrix03.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrix04.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix04.stderr	(revision 8809)
+++ 	(revision )
@@ -1,4 +1,0 @@
-<HOST>|E|psMatrixInvert (FILE:LINENO)
-    Unallowable operation: psImage in or its data is NULL.
-<HOST>|E|psMatrixInvert (FILE:LINENO)
-    Unallowable operation: determinant is NULL.
Index: unk/psLib/test/math/verified/tst_psMatrix04.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix04.stdout	(revision 8809)
+++ 	(revision )
@@ -1,58 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix04.c                                           *
-*            TestPoint: psMatrix{Create input and output images}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Create input and output images} | tst_psMatrix04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix04.c                                           *
-*            TestPoint: psMatrix{Invert matrix and calculate determinant}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Invert matrix and calculate determinant} | tst_psMatrix04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix04.c                                           *
-*            TestPoint: psMatrix{Calculate determinant only}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Calculate determinant only} | tst_psMatrix04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix04.c                                           *
-*            TestPoint: psMatrix{Free input and output images}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Free input and output images} | tst_psMatrix04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix04.c                                           *
-*            TestPoint: psMatrix{Attempt to use null input image argument}         *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Attempt to use null input image argument} | tst_psMatrix04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix04.c                                           *
-*            TestPoint: psMatrix{Attempt to use null input float argument}         *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid operation: determinant argument is NULL.           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Attempt to use null input float argument} | tst_psMatrix04.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrix05.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix05.stdout	(revision 8809)
+++ 	(revision )
@@ -1,27 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix05.c                                           *
-*            TestPoint: psMatrix{Create input and output images}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Create input and output images} | tst_psMatrix05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix05.c                                           *
-*            TestPoint: psMatrix{Multiply images}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Multiply images} | tst_psMatrix05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix05.c                                           *
-*            TestPoint: psMatrix{Free input and output images}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Free input and output images} | tst_psMatrix05.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrix06.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix06.stdout	(revision 8809)
+++ 	(revision )
@@ -1,27 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix06.c                                           *
-*            TestPoint: psMatrix{Create input and output images}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Create input and output images} | tst_psMatrix06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix06.c                                           *
-*            TestPoint: psMatrix{Calculate Eigenvectors}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Calculate Eigenvectors} | tst_psMatrix06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix06.c                                           *
-*            TestPoint: psMatrix{Free input and output images}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Free input and output images} | tst_psMatrix06.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrix07.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix07.stderr	(revision 8809)
+++ 	(revision )
@@ -1,24 +1,0 @@
-<HOST>|I|main
-    Following should generate an error.
-<HOST>|E|psMatrixToVector (FILE:LINENO)
-    Unallowable operation: psImage inImage or its data is NULL.
-<HOST>|I|main
-    Following should generate an error.
-<HOST>|E|psMatrixToVector (FILE:LINENO)
-    Unallowable operation: psImage inImage or its data is NULL.
-<HOST>|I|main
-    Following should generate error message
-<HOST>|E|psMatrixToVector (FILE:LINENO)
-    Image does not have dim with 1 col or 1 row: (2 x 2).
-<HOST>|I|main
-    Following should generate error message
-<HOST>|E|psMatrixToVector (FILE:LINENO)
-    Image does not have dim with 1 col or 1 row: (2 x 2).
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psVectorToMatrix (FILE:LINENO)
-    Unallowable operation: psVector inVector or its data is NULL.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psVectorToMatrix (FILE:LINENO)
-    Unallowable operation: psVector inVector or its data is NULL.
Index: unk/psLib/test/math/verified/tst_psMatrix07.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrix07.stdout	(revision 8809)
+++ 	(revision )
@@ -1,87 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Create input and output images and vectors}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Create input and output images and vectors} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Convert matrix to PS_DIMEN_VECTOR vector}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Convert matrix to PS_DIMEN_VECTOR vector} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Attempt to use null image input argument}         *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid operation: inImage or its data is NULL.            *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Attempt to use null image input argument} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Convert matrix to PS_DIMEN_TRANSV vector}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Convert matrix to PS_DIMEN_TRANSV vector} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Improper image size}                              *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Image does not have dim with 1 col or 1 row: (2 x 2).      *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Improper image size} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Convert PS_DIMEN_VECTOR vector to matrix}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Convert PS_DIMEN_VECTOR vector to matrix} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Attempt to use null input vector argument}        *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid operation: inVector or its data is NULL.           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Attempt to use null input vector argument} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Convert PS_DIMEN_TRANSV vector to matrix}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Convert PS_DIMEN_TRANSV vector to matrix} | tst_psMatrix07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrix07.c                                           *
-*            TestPoint: psMatrix{Free input and output images and vectors}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMatrix{Free input and output images and vectors} | tst_psMatrix07.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrixVectorArithmetic01.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,1156 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10 10 
-10 10 
-10 10 
-
-10 10 
-10 10 
-10 10 
-
-Output:
-20 20 
-20 20 
-20 20 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-Output:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20 20 
-20 20 
-20 20 
-
-10 10 
-10 10 
-10 10 
-
-Output:
-10 10 
-10 10 
-10 10 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-Output:
-0.000000+400.000000i 0.000000+400.000000i 
-0.000000+400.000000i 0.000000+400.000000i 
-0.000000+400.000000i 0.000000+400.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20 20 
-20 20 
-20 20 
-
-10 10 
-10 10 
-10 10 
-
-Output:
-200 200 
-200 200 
-200 200 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-200.000000 200.000000 
-200.000000 200.000000 
-200.000000 200.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-200.000000 200.000000 
-200.000000 200.000000 
-200.000000 200.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-Output:
-0.000000+400.000000i 0.000000+400.000000i 
-0.000000+400.000000i 0.000000+400.000000i 
-0.000000+400.000000i 0.000000+400.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-Output:
-2.000000+0.000000i 2.000000+0.000000i 
-2.000000+0.000000i 2.000000+0.000000i 
-2.000000+0.000000i 2.000000+0.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20 20 
-20 20 
-20 20 
-
-10 10 
-10 10 
-10 10 
-
-Output:
-2 2 
-2 2 
-2 2 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-2.000000 2.000000 
-2.000000 2.000000 
-2.000000 2.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-Output:
-2.000000 2.000000 
-2.000000 2.000000 
-2.000000 2.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-Output:
-2.000000+0.000000i 2.000000+0.000000i 
-2.000000+0.000000i 2.000000+0.000000i 
-2.000000+0.000000i 2.000000+0.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-matrix psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10 10 
-10 10 
-10 10 
-
-5 5 5 
-
-Output:
-15 15 
-15 15 
-15 15 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-5.000000+5.000000i 5.000000+5.000000i 5.000000+5.000000i 
-
-Output:
-15.000000+15.000000i 15.000000+15.000000i 
-15.000000+15.000000i 15.000000+15.000000i 
-15.000000+15.000000i 15.000000+15.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20 20 
-20 20 
-20 20 
-
-5 5 5 
-
-Output:
-15 15 
-15 15 
-15 15 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 5.000000+5.000000i 5.000000+5.000000i 
-
-Output:
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20 20 
-20 20 
-20 20 
-
-5 5 5 
-
-Output:
-100 100 
-100 100 
-100 100 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-100.000000 100.000000 
-100.000000 100.000000 
-100.000000 100.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-100.000000 100.000000 
-100.000000 100.000000 
-100.000000 100.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 5.000000+5.000000i 5.000000+5.000000i 
-
-Output:
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 5.000000+5.000000i 5.000000+5.000000i 
-
-Output:
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20 20 
-20 20 
-20 20 
-
-5 5 5 
-
-Output:
-4 4 
-4 4 
-4 4 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-4.000000 4.000000 
-4.000000 4.000000 
-4.000000 4.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 5.000000 5.000000 
-
-Output:
-4.000000 4.000000 
-4.000000 4.000000 
-4.000000 4.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-vector psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 5.000000+5.000000i 5.000000+5.000000i 
-
-Output:
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-vector psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10 10 
-10 10 
-10 10 
-
-5 
-
-Output:
-15 15 
-15 15 
-15 15 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000 10.000000 
-10.000000 10.000000 
-10.000000 10.000000 
-
-5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: +
-Input:
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-10.000000+10.000000i 10.000000+10.000000i 
-
-5.000000+5.000000i 
-
-Output:
-15.000000+15.000000i 15.000000+15.000000i 
-15.000000+15.000000i 15.000000+15.000000i 
-15.000000+15.000000i 15.000000+15.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20 20 
-20 20 
-20 20 
-
-5 
-
-Output:
-15 15 
-15 15 
-15 15 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: -
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 
-
-Output:
-15.000000 15.000000 
-15.000000 15.000000 
-15.000000 15.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 
-
-Output:
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20 20 
-20 20 
-20 20 
-
-5 
-
-Output:
-100 100 
-100 100 
-100 100 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 
-
-Output:
-100.000000 100.000000 
-100.000000 100.000000 
-100.000000 100.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 
-
-Output:
-100.000000 100.000000 
-100.000000 100.000000 
-100.000000 100.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: *
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 
-
-Output:
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-0.000000+200.000000i 0.000000+200.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 
-
-Output:
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20 20 
-20 20 
-20 20 
-
-5 
-
-Output:
-4 4 
-4 4 
-4 4 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 
-
-Output:
-4.000000 4.000000 
-4.000000 4.000000 
-4.000000 4.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000 20.000000 
-20.000000 20.000000 
-20.000000 20.000000 
-
-5.000000 
-
-Output:
-4.000000 4.000000 
-4.000000 4.000000 
-4.000000 4.000000 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic01.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: /
-Input:
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-20.000000+20.000000i 20.000000+20.000000i 
-
-5.000000+5.000000i 
-
-Output:
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-4.000000+0.000000i 4.000000+0.000000i 
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix-scalar psBinaryOp} | tst_psMatrixVectorArithmetic01.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrixVectorArithmetic02.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,1700 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test matrix psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
-
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test matrix psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: abs
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: exp
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ln
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: ten
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: log
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: sin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dsin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: cos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dcos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: tan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dtan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: asin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dasin
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: acos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: dacos
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: atan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic02.c                           *
-*            TestPoint: psMatrixVectorArithmetic{Test vector psUnaryOp}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Operation: datan
-
-
----> TESTPOINT PASSED (psMatrixVectorArithmetic{Test vector psUnaryOp} | tst_psMatrixVectorArithmetic02.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stderr	(revision 8809)
+++ 	(revision )
@@ -1,66 +1,0 @@
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Unallowable operation: input1 is NULL.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Unallowable operation: input2 is NULL.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Unallowable operation: op is NULL.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psUnaryOp (FILE:LINENO)
-    Unallowable operation: in is NULL.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psUnaryOp (FILE:LINENO)
-    Unallowable operation: op is NULL.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    ptr input1 has type 1028, ptr input2 has type 1032.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Specified psImage dimensions differed, 2x2 vs 3x3.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Number of elements inconsistent, 2 vs 3.  Number of elements must match.
-<HOST>|I|main
-    Following should generate an two error messages
-<HOST>|E|psVectorRecycle (FILE:LINENO)
-    The input psVector must have a vector dimension type.
-<HOST>|E|psUnaryOp (FILE:LINENO)
-    Couldn't create a proper output psVector.
-<HOST>|I|main
-    Following should generate error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    The minimum operation is not supported with complex data.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    The maximum operation is not supported with complex data.
-<HOST>|I|main
-    Following should generate an error messgae
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Specified operation, yarg, is not supported.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psUnaryOp (FILE:LINENO)
-    Specified operation, yarg, is not supported.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psBinaryOp (FILE:LINENO)
-    Unallowable operation: input1 has incorrect dimensionality.
-<HOST>|I|main
-    Following should generate an error message
-<HOST>|E|psUnaryOp (FILE:LINENO)
-    Specified parameter, in, has invalid dimensionality, 4.
Index: unk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic03.stdout	(revision 8809)
+++ 	(revision )
@@ -1,180 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Check for output generated}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Check for output generated} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Check for null input arg 1}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Check for null input arg 1} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Check for null input arg 2}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Check for null input arg 2} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Check for null operand}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Check for null operand} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Check for null output}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Check for null output} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Check for null input}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Check for null input} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Check for null operator}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Check for null operator} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Inconsistent element types}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Inconsistent element types} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Check output type conversion}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Check output type conversion} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Check for inconsistent elements}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Check for inconsistent elements} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Check inconsistent elements in input and output} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Check inconsistent elements in input and output} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Check inconsistent size}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Check inconsistent size} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Check inconsistent size}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Check inconsistent size} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Check inconsistent dimensionality}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Check inconsistent dimensionality} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Attempt to use min with complex numbers}        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Attempt to use  min with complex numbers} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Attempt to use max with complex numbers}        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Attempt to use max with complex numbers} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinary{Attempt to use invalid operator}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Attempt to use invalid operator} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Attempt to use invalid operator}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Attempt to use invalid operator} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psBinaryOp{Attempt to use input with PS_DIMEN_OTHER}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{Attempt to use input with PS_DIMEN_OTHER} | tst_psMatrixVectorArithmetic03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic03.c                           *
-*            TestPoint: psUnaryOp{Attempt to use input with PS_DIMEN_OTHER}        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{Attempt to use input with PS_DIMEN_OTHER} | tst_psMatrixVectorArithmetic03.c)
-
Index: unk/psLib/test/math/verified/tst_psMatrixVectorArithmetic04.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMatrixVectorArithmetic04.stderr	(revision 8809)
+++ 	(revision )
@@ -1,36 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic04.c                           *
-*            TestPoint: psBinaryOp{psBinaryOp}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{psBinaryOp} | tst_psMatrixVectorArithmetic04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic04.c                           *
-*            TestPoint: psBinaryOp{psBinaryOp}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{psBinaryOp} | tst_psMatrixVectorArithmetic04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic04.c                           *
-*            TestPoint: psBinaryOp{psBinaryOp}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psBinaryOp{psBinaryOp} | tst_psMatrixVectorArithmetic04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMatrixVectorArithmetic04.c                           *
-*            TestPoint: psUnaryOp{psUnaryOp}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psUnaryOp{psUnaryOp} | tst_psMatrixVectorArithmetic04.c)
-
Index: unk/psLib/test/math/verified/tst_psMinimize04.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04.stderr	(revision 8809)
+++ 	(revision )
@@ -1,2 +1,0 @@
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimize04.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04.stdout	(revision 8809)
+++ 	(revision )
@@ -1,11 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04.c                                         *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial2D(): equal difference in variable fE *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Running test with fErr set to NULL.
-Running test with x, y set to NULL.  Should generate error.
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial2D(): equal differences in variable fErr} | tst_psMinimize04.c)
-
Index: unk/psLib/test/math/verified/tst_psMinimize04_F32.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04_F32.stderr	(revision 8809)
+++ 	(revision )
@@ -1,4 +1,0 @@
-<HOST>|I|t03
-    Following should generate error for null arguments.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimize04_F32.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04_F32.stdout	(revision 8809)
+++ 	(revision )
@@ -1,36 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04_F32.c                                     *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): equal errors in yErr} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): equal errors in yErr} | tst_psMinimize04_F32.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04_F32.c                                     *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): yErr is NULL} | tst_psMinimize04_F32.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04_F32.c                                     *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): x, yErr is NULL} | tst_psMinimize04_F32.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04_F32.c                                     *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): all inputs are NULL} | tst_psMinimize04_F32.c)
-
Index: unk/psLib/test/math/verified/tst_psMinimize04b.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04b.stderr	(revision 8809)
+++ 	(revision )
@@ -1,4 +1,0 @@
-<HOST>|I|t03
-    Following should generate an error for null arguments.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimize04b.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04b.stdout	(revision 8809)
+++ 	(revision )
@@ -1,36 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b.c                                        *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} | tst_psMinimize04b.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b.c                                        *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b.c                                        *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} | tst_psMinimize04b.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b.c                                        *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b.c)
-
Index: unk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stderr	(revision 8809)
+++ 	(revision )
@@ -1,4 +1,0 @@
-<HOST>|I|t03
-    Following should generate error for null arguments.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimize04b_F32.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize04b_F32.stdout	(revision 8809)
+++ 	(revision )
@@ -1,36 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b_F32.c                                    *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, equal errors in yErr} | tst_psMinimize04b_F32.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b_F32.c                                    *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b_F32.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b_F32.c                                    *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, x, yErr is NULL} | tst_psMinimize04b_F32.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimize04b_F32.c                                    *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial1D(): CHEB, yErr is NULL} | tst_psMinimize04b_F32.c)
-
Index: unk/psLib/test/math/verified/tst_psMinimize05.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimize05.stderr	(revision 8809)
+++ 	(revision )
@@ -1,16 +1,0 @@
-<HOST>|I|t02
-    Following should generate error for null minimize.
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: min is NULL.
-<HOST>|I|t02
-    Following should generate error for null parameter vector
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: psVector params or its data is NULL.
-<HOST>|I|t02
-    Following should generate error for null coords.
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: coords is NULL.
-<HOST>|I|t02
-    Following should generate error for null function
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: func is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimizeLMM.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimizeLMM.stdout	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-Minimisation took 17 iterations
-chi^2 at the minimum is 1.13
-Parameter 0 at the minimum is 107.844, expected: 100.000000
-Parameter 1 at the minimum is 2.962, expected: 3.000000
-Parameter 2 at the minimum is 9.881, expected: 10.000000
-Mean relative difference is -0.006533
-The LMM minimization tests PASSED.
-DONE
Index: unk/psLib/test/math/verified/tst_psMinimizePowell.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimizePowell.stderr	(revision 8809)
+++ 	(revision )
@@ -1,16 +1,0 @@
-<HOST>|I|t02
-    Following should generate error for null minimize.
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: min is NULL.
-<HOST>|I|t02
-    Following should generate error for null parameter vector
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: psVector params or its data is NULL.
-<HOST>|I|t02
-    Following should generate error for null coords.
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: coords is NULL.
-<HOST>|I|t02
-    Following should generate error for null function
-<HOST>|E|psMinimizePowell (FILE:LINENO)
-    Unallowable operation: func is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimizePowell.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimizePowell.stdout	(revision 8809)
+++ 	(revision )
@@ -1,71 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimizePowell.c                                     *
-*            TestPoint: psMinimize functions{psMinimizePowell()}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
-The minimum is 20.000000 (expected: 20.000000)
-Parameter 0 at the minimum is 2.3 (expected: 2.3)
-Parameter 0: (2.3), expected was (2.3)
-Parameter 1 at the minimum is 4.3 (expected: 4.3)
-Parameter 1: (4.3), expected was (4.3)
-Parameter 2 at the minimum is 6.3 (expected: 6.3)
-Parameter 2: (6.3), expected was (6.3)
-Parameter 3 at the minimum is 8.3 (expected: 8.3)
-Parameter 3: (8.3), expected was (8.3)
-Parameter 4 at the minimum is 10.3 (expected: 10.3)
-Parameter 4: (10.3), expected was (10.3)
-Parameter 5 at the minimum is 12.3 (expected: 12.3)
-Parameter 5: (12.3), expected was (12.3)
-Parameter 6 at the minimum is 14.3 (expected: 14.3)
-Parameter 6: (14.3), expected was (14.3)
-Parameter 7 at the minimum is 16.3 (expected: 16.3)
-Parameter 7: (16.3), expected was (16.3)
-Parameter 8 at the minimum is 18.3 (expected: 18.3)
-Parameter 8: (18.3), expected was (18.3)
-Parameter 9 at the minimum is 20.3 (expected: 20.3)
-Parameter 9: (20.3), expected was (20.3)
-
----> TESTPOINT PASSED (psMinimize functions{psMinimizePowell()} | tst_psMinimizePowell.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimizePowell.c                                     *
-*            TestPoint: psMinimize functions{psMinimizePowell()}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
-The minimum is 20.000000 (expected: 20.000000)
-Parameter 0 at the minimum is 2.3 (expected: 2.3)
-Parameter 0: (2.3), expected was (2.3)
-Parameter 1 at the minimum is 4.3 (expected: 4.3)
-Parameter 1: (4.3), expected was (4.3)
-Parameter 2 at the minimum is 6.3 (expected: 6.3)
-Parameter 2: (6.3), expected was (6.3)
-Parameter 3 at the minimum is 8.3 (expected: 8.3)
-Parameter 3: (8.3), expected was (8.3)
-Parameter 4 at the minimum is 10.3 (expected: 10.3)
-Parameter 4: (10.3), expected was (10.3)
-Parameter 5 at the minimum is 12.3 (expected: 12.3)
-Parameter 5: (12.3), expected was (12.3)
-Parameter 6 at the minimum is 14.3 (expected: 14.3)
-Parameter 6: (14.3), expected was (14.3)
-Parameter 7 at the minimum is 16.3 (expected: 16.3)
-Parameter 7: (16.3), expected was (16.3)
-Parameter 8 at the minimum is 18.3 (expected: 18.3)
-Parameter 8: (18.3), expected was (18.3)
-Parameter 9 at the minimum is 20.3 (expected: 20.3)
-Parameter 9: (20.3), expected was (20.3)
-
----> TESTPOINT PASSED (psMinimize functions{psMinimizePowell()} | tst_psMinimizePowell.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimizePowell.c                                     *
-*            TestPoint: psMinimize functions{psMinimizePowell(): various NULL inputs} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMinimize functions{psMinimizePowell(): various NULL inputs} | tst_psMinimizePowell.c)
-
Index: unk/psLib/test/math/verified/tst_psMinimizeVector2D_F32.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimizeVector2D_F32.stderr	(revision 8809)
+++ 	(revision )
@@ -1,2 +1,0 @@
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimizeVector2D_F32.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimizeVector2D_F32.stdout	(revision 8809)
+++ 	(revision )
@@ -1,13 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimizeVector2D_F32.c                               *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial2D(): equal difference in variable fE *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Calling psVectorFitPolynomial2D() with f, fErr, x, y as F32 vectors.
-Calling psVectorFitPolynomial2D() with fErr set to NULL.
-Running test with fErr set to NULL.
-Running test with x, y set to NULL.  Should generate error.
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial2D(): equal differences in variable fErr} | tst_psMinimizeVector2D_F32.c)
-
Index: unk/psLib/test/math/verified/tst_psMinimizeVector2D_F64.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimizeVector2D_F64.stderr	(revision 8809)
+++ 	(revision )
@@ -1,2 +1,0 @@
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
Index: unk/psLib/test/math/verified/tst_psMinimizeVector2D_F64.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psMinimizeVector2D_F64.stdout	(revision 8809)
+++ 	(revision )
@@ -1,12 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMinimizeVector2D_F64.c                               *
-*            TestPoint: psMinimize functions{psVectorFitPolynomial2D(): equal difference in variable fE *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-TEST: calling psVectorFitPolynomial2D() with f, fErr, y, x as F32 vectors.
-Running test with fErr set to NULL.
-Running test with x, y set to NULL.  Should generate error.
-
----> TESTPOINT PASSED (psMinimize functions{psVectorFitPolynomial2D(): equal differences in variable fErr} | tst_psMinimizeVector2D_F64.c)
-
Index: unk/psLib/test/math/verified/tst_psPolyFit1D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit1D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,124 +1,0 @@
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    psVector fErr: bad type(260)
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    psVector x: bad type(260)
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    psVector f: bad type(260)
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector xIn has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector xIn has incorrect type.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector xIn has incorrect type.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|W|psVectorFitPolynomial1D
-    WARNING: ignoring error vector with Chebyshev polynomials.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial1D (FILE:LINENO)
-    Unallowable operation: psVector xIn has incorrect type.
Index: unk/psLib/test/math/verified/tst_psPolyFit1D.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit1D.stdout	(revision 8809)
+++ 	(revision )
@@ -1,1151 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions: 1D Polynomial Fitting Functions{}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psS32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psS32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psS32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a NULL x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a NULL x vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a non clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using chebyshev polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using chebyshev polynomials
-	using a NULL x vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-        performing a clip-fit
-	using chebyshev polynomials
-	using a NULL x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF64 x vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit1D.c                                          *
-*            TestPoint: psMinimize functions{1D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        performing a clip-fit
-	using chebyshev polynomials
-	using a psF32 x vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{1D Polynomial Fitting Functions} | tst_psPolyFit1D.c)
-
-
----> TESTPOINT PASSED (psMinimize functions: 1D Polynomial Fitting Functions{} | tst_psPolyFit1D.c)
-
Index: unk/psLib/test/math/verified/tst_psPolyFit2D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit2D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,52 +1,0 @@
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector y has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector y has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial2D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
Index: unk/psLib/test/math/verified/tst_psPolyFit2D.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit2D.stdout	(revision 8809)
+++ 	(revision )
@@ -1,739 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions: 2D Polynomial Fitting Functions{}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a NULL y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a NULL y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a NULL y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a NULL y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit2D.c                                          *
-*            TestPoint: psMinimize functions{2D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{2D Polynomial Fitting Functions} | tst_psPolyFit2D.c)
-
-
----> TESTPOINT PASSED (psMinimize functions: 2D Polynomial Fitting Functions{} | tst_psPolyFit2D.c)
-
Index: unk/psLib/test/math/verified/tst_psPolyFit3D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit3D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,60 +1,0 @@
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector z has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector y has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector z has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial3D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
Index: unk/psLib/test/math/verified/tst_psPolyFit3D.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit3D.stdout	(revision 8809)
+++ 	(revision )
@@ -1,923 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions: 3D Polynomial Fitting Functions{}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a NULL y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF64 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a NULL y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF32 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a non clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a NULL y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a NULL y vector
-	using a NULL z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a NULL f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF64 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF32 y vector
-	using a psF32 z vector
-	using a psF32 f vector
-	using a psF32 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a NULL fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a NULL x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a NULL y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a NULL y vector
-	using a NULL z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a NULL f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF32 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF32 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF32 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF32 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF32 f vector
-	using a psF64 fErr vector
-	using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit3D.c                                          *
-*            TestPoint: psMinimize functions{3D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-	performing a clip-fit
-	using ordinary polynomials
-	using a psF64 x vector
-	using a psF64 y vector
-	using a psF64 z vector
-	using a psF64 f vector
-	using a psF64 fErr vector
-	using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{3D Polynomial Fitting Functions} | tst_psPolyFit3D.c)
-
-
----> TESTPOINT PASSED (psMinimize functions: 3D Polynomial Fitting Functions{} | tst_psPolyFit3D.c)
-
Index: unk/psLib/test/math/verified/tst_psPolyFit4D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit4D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,76 +1,0 @@
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector t or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector t or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector t or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector y has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector z has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector t has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector t or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector f or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector mask or its data is NULL.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector fErr has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector y has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector z has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector t has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector x has incorrect type.
-<HOST>|E|psVectorClipFitPolynomial4D (FILE:LINENO)
-    Unallowable operation: psVector mask has incorrect type.
Index: unk/psLib/test/math/verified/tst_psPolyFit4D.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolyFit4D.stdout	(revision 8809)
+++ 	(revision )
@@ -1,1164 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions: 4D Polynomial Fitting Functions{}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a NULL fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a NULL x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a NULL y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a NULL z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a NULL t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a NULL f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF64 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF64 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF64 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF64 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a NULL fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a NULL x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a NULL y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a NULL z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a NULL t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a NULL f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF32 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF32 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF32 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF32 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a non clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a NULL fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a NULL x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a NULL y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a NULL z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a NULL t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a NULL f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF64 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF64 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF64 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF64 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF32 y vector
- using a psF32 z vector
- using a psF32 t vector
- using a psF32 f vector
- using a psF32 fErr vector
- using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a NULL fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a NULL x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a NULL y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a NULL z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a NULL t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a NULL f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a NULL mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF32 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF32 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF32 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF32 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF32 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF32 f vector
- using a psF64 fErr vector
- using a psU8 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolyFit4D.c                                          *
-*            TestPoint: psMinimize functions{4D Polynomial Fitting Functions}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
- performing a clip-fit
- using ordinary polynomials
- using a psF64 x vector
- using a psF64 y vector
- using a psF64 z vector
- using a psF64 t vector
- using a psF64 f vector
- using a psF64 fErr vector
- using a psS32 mask vector
-
----> TESTPOINT PASSED (psMinimize functions{4D Polynomial Fitting Functions} | tst_psPolyFit4D.c)
-
-Status: 1
-
----> TESTPOINT PASSED (psMinimize functions: 4D Polynomial Fitting Functions{} | tst_psPolyFit4D.c)
-
Index: unk/psLib/test/math/verified/tst_psPolynomialEval1D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolynomialEval1D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,34 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval1D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial1DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly1DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial1DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial1DEval} | tst_psPolynomialEval1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval1D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial1DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly1DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly1DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly1DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial1DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial1DEvalVector} | tst_psPolynomialEval1D.c)
-
Index: unk/psLib/test/math/verified/tst_psPolynomialEval2D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolynomialEval2D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,42 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval2D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial2DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly2DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial2DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial2DEval} | tst_psPolynomialEval2D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval2D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial2DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-<HOST>|I|testPoly2DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial2DEvalVector (FILE:LINENO)
-    psVector y: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial2DEvalVector} | tst_psPolynomialEval2D.c)
-
Index: unk/psLib/test/math/verified/tst_psPolynomialEval3D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolynomialEval3D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,50 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval3D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial3DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly3DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial3DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial3DEval} | tst_psPolynomialEval3D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval3D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial3DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    psVector y: bad type(769)
-<HOST>|I|testPoly3DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial3DEvalVector (FILE:LINENO)
-    psVector z: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial3DEvalVector} | tst_psPolynomialEval3D.c)
-
Index: unk/psLib/test/math/verified/tst_psPolynomialEval4D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psPolynomialEval4D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,58 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval4D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial4DEval}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly4DEval
-    Following should generate error message invalid type
-<HOST>|E|psPolynomial4DEval (FILE:LINENO)
-    Unknown polynomial type 0x63 found.  Evaluation failed.
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial4DEval} | tst_psPolynomialEval4D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPolynomialEval4D.c                                   *
-*            TestPoint: psPolynomialXDEval{psPolynomial4DEvalVector}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL polynomial
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: polynomial poly or its coeffs is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector x or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector z or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for NULL input vector
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    Unallowable operation: psVector t or its data is NULL.
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector y: bad type(769)
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector z: bad type(769)
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector t: bad type(769)
-<HOST>|I|testPoly4DEvalVector
-    Following should generate an error message for invalid input type
-<HOST>|E|psPolynomial4DEvalVector (FILE:LINENO)
-    psVector x: bad type(769)
-
----> TESTPOINT PASSED (psPolynomialXDEval{psPolynomial4DEvalVector} | tst_psPolynomialEval4D.c)
-
Index: unk/psLib/test/math/verified/tst_psRandom.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psRandom.stderr	(revision 8809)
+++ 	(revision )
@@ -1,83 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psRandom.c                                             *
-*            TestPoint: psRandom{psRandomAlloc}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testRandomAlloc
-    Invalid type, should generate error message
-<HOST>|E|psRandomAlloc (FILE:LINENO)
-    Unknown Random Number Generator Type
-
----> TESTPOINT PASSED (psRandom{psRandomAlloc} | tst_psRandom.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psRandom.c                                             *
-*            TestPoint: psRandom{psRandomUniform}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testRandomUniform
-    NULL psRandom variable, should generate error message
-<HOST>|E|psRandomUniform (FILE:LINENO)
-    Random variable is NULL.
-
----> TESTPOINT PASSED (psRandom{psRandomUniform} | tst_psRandom.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psRandom.c                                             *
-*            TestPoint: psRandom{psRandomGaussian}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testRandomGaussian
-    NULL psRandom variable, should generate error message
-<HOST>|E|psRandomGaussian (FILE:LINENO)
-    Random variable is NULL.
-
----> TESTPOINT PASSED (psRandom{psRandomGaussian} | tst_psRandom.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psRandom.c                                             *
-*            TestPoint: psRandom{psRandomPoisson}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testRandomPoisson
-    NULL psRandom variable, should generate error message
-<HOST>|E|psRandomPoisson (FILE:LINENO)
-    Random variable is NULL.
-
----> TESTPOINT PASSED (psRandom{psRandomPoisson} | tst_psRandom.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psRandom.c                                             *
-*            TestPoint: psRandom{psRandomReset}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testRandomResetUniform
-    Reset a NULL psRandom variable, should generate an error message
-<HOST>|E|psRandomReset (FILE:LINENO)
-    Random variable is NULL.
-
----> TESTPOINT PASSED (psRandom{psRandomReset} | tst_psRandom.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psRandom.c                                             *
-*            TestPoint: psRandom{psRandomReset}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psRandom{psRandomReset} | tst_psRandom.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psRandom.c                                             *
-*            TestPoint: psRandom{psRandomReset}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psRandom{psRandomReset} | tst_psRandom.c)
-
Index: unk/psLib/test/math/verified/tst_psSpline1D.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psSpline1D.stderr	(revision 8809)
+++ 	(revision )
@@ -1,29 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSpline1D.c                                           *
-*            TestPoint: psSpline1D{(TEST A) psSplineAllocTest}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSpline1D{(TEST A) psSplineAllocTest} | tst_psSpline1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSpline1D.c                                           *
-*            TestPoint: psSpline1D{(TEST B) psSplineEvalTest}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|psVectorFitSpline1D (FILE:LINENO)
-    Unallowable operation: psVector y or its data is NULL.
-
----> TESTPOINT PASSED (psSpline1D{(TEST B) psSplineEvalTest} | tst_psSpline1D.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psSpline1D.c                                           *
-*            TestPoint: psSpline1D{(TEST C) psSplineEvalVectorTest}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psSpline1D{(TEST C) psSplineEvalVectorTest} | tst_psSpline1D.c)
-
Index: unk/psLib/test/math/verified/tst_psSpline1D.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psSpline1D.stdout	(revision 8809)
+++ 	(revision )
@@ -1,45 +1,0 @@
-
-Calling psVectorFitSpline1D() with NULL y-vector.  Should generate error.
-
-psSplineEvalTest_sub00(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a very
-simple x->y mapping (defined by myFunc00()).  We do this for both F32
-and F64 versions of the input x and y vectors.
-    Number of splines: 1
-Performing the F32 test....
-Performing the F64 test....
-
-psSplineEvalTest_sub00b(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a
-more complicated x->y mapping (defined by myFunc00b()).  We do this for
-both F32 and F64 versions of the input x and y vectors.
-    Number of splines: 1
-Performing the F32 test....
-Performing the F64 test....
-
-psSplineEvalTest_sub00c(): This is similar to psSplineEvalTest_sub00b()
-except that the x vector is NULL.
-    Number of splines: 1
-Performing the F32 test....
-Performing the F64 test....
-
-psSplineEvalTest_sub00(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a very
-simple x->y mapping (defined by myFunc00()).  We do this for both F32
-and F64 versions of the input x and y vectors.
-    Number of splines: 95
-Performing the F32 test....
-Performing the F64 test....
-
-psSplineEvalTest_sub00b(): We test the psVectorFitSpline1D, psSpline1DEval() functions with a
-more complicated x->y mapping (defined by myFunc00b()).  We do this for
-both F32 and F64 versions of the input x and y vectors.
-    Number of splines: 95
-Performing the F32 test....
-Performing the F64 test....
-
-psSplineEvalTest_sub00c(): This is similar to psSplineEvalTest_sub00b()
-except that the x vector is NULL.
-    Number of splines: 95
-Performing the F32 test....
-Performing the F64 test....
-Performing the F32 test....
-Testing psSpline1DEvalVector() with an F32 vector.
-Testing psSpline1DEvalVector() with an F64 vector.
Index: unk/psLib/test/math/verified/tst_psStats00.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats00.stderr	(revision 8809)
+++ 	(revision )
@@ -1,48 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats00.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testStatsSampleMeanF32
-    Following should generate warning message
-<HOST>|W|psVectorStats
-    WARNING: vectorSampleMean() returned an error.
-<HOST>|I|testStatsSampleMeanF32
-    Following should generate an error message.
-<HOST>|E|psVectorStats (FILE:LINENO)
-    Unallowable operation: psVector in or its data is NULL.
-<HOST>|I|testStatsSampleMeanF32
-    Following should generate an error message.
-<HOST>|E|psVectorStats (FILE:LINENO)
-    Unallowable operation: stats is NULL.
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats00.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats00.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats00.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats00.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats00.c)
-
Index: unk/psLib/test/math/verified/tst_psStats00.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats00.stdout	(revision 8809)
+++ 	(revision )
@@ -1,13 +1,0 @@
-psVectorStats() returned 2.06: expected was 2.06
-psVectorStats() returned 1.81: expected was 1.81
-psVectorStats() returned 0.14: expected was 0.14
-psVectorStats() returned 0.64: expected was 0.64
-psVectorStats() returned 2.12: expected was 2.12
-psVectorStats() returned 1.89: expected was 1.89
-psVectorStats() returned -0.37: expected was -0.37
-psVectorStats() returned 0.05: expected was 0.05
-psVectorStats() returned 2.12: expected was 2.12
-psVectorStats() returned 2.06: expected was 2.06
-psVectorStats() returned 2.00: expected was 2.00
-psVectorStats() returned 8.00: expected was 8.00
-psVectorStats() returned 2.06: expected was 2.06
Index: unk/psLib/test/math/verified/tst_psStats01.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats01.stderr	(revision 8809)
+++ 	(revision )
@@ -1,40 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats01.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testStatsMaxF32
-    Following should generate error message
-<HOST>|E|psVectorStats (FILE:LINENO)
-    Failed to calculate vector minimum and maximum
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats01.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats01.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats01.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats01.c)
-
Index: unk/psLib/test/math/verified/tst_psStats02.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,40 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats02.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testStatsMinF32
-    Following should generate error message
-<HOST>|E|psVectorStats (FILE:LINENO)
-    Failed to calculate vector minimum and maximum
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats02.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats02.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats02.c                                            *
-*            TestPoint: psVectorStats{psVectorStats}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorStats{psVectorStats} | tst_psStats02.c)
-
Index: unk/psLib/test/math/verified/tst_psStats03.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats03.stdout	(revision 8809)
+++ 	(revision )
@@ -1,31 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats03.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_MEDIAN: no vector mask}   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with no elements masked.
-The expected median was 2058.000000.  The calculated median was 2058.000000.
-
----> TESTPOINT PASSED (psStats functions{PS_STAT_SAMPLE_MEDIAN: no vector mask} | tst_psStats03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats03.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_MEDIAN: with vector mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with last N/2 elements masked.
-The expected median was 1028.500000.  The calculated median was 1028.500000.
-
----> TESTPOINT PASSED (psStats functions{PS_STAT_SAMPLE_MEDIAN: with vector mask} | tst_psStats03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats03.c                                            *
-*            TestPoint: psStats functions{psStats(): deallocating memory}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{psStats(): deallocating memory} | tst_psStats03.c)
-
Index: unk/psLib/test/math/verified/tst_psStats05.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats05.stdout	(revision 8809)
+++ 	(revision )
@@ -1,18 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats05.c                                            *
-*            TestPoint: psStats functions{Allocate the psStats structure.}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{Allocate the psStats structure.} | tst_psStats05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats05.c                                            *
-*            TestPoint: psStats functions{Deallocate the psStats structure.}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psStats functions{Deallocate the psStats structure.} | tst_psStats05.c)
-
Index: unk/psLib/test/math/verified/tst_psStats06.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats06.stdout	(revision 8809)
+++ 	(revision )
@@ -1,31 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats06.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_STDEV: no vector mask}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with no elements masked.
-The expected stdev was 4.472136; the calculated stdev was 4.472136
-
----> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_STDEV: no vector mask} | tst_psStats06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats06.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_STDEV: with vector mask}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with last N/2 elements masked.
-The expected stdev was 2.160247; the calculated stdev was 2.160247
-
----> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_STDEV: with vector mask} | tst_psStats06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats06.c                                            *
-*            TestPoint: psStats functions{psStats(): deallocating memory}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats06.c)
-
Index: unk/psLib/test/math/verified/tst_psStats07.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats07.stdout	(revision 8809)
+++ 	(revision )
@@ -1,21 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats07.c                                            *
-*            TestPoint: psMathUtils functions{psVectorStats Robust Stats Routine}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should not generate any errors.
-        using a psF32 in vector
-        using a NULL errors vector
-        using a NULL mask vector
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats07.c                                            *
-*            TestPoint: psMathUtils functions{psVectorStats Robust Stats Routine}  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should not generate any errors.
-        using a psF32 in vector
-        using a NULL errors vector
-        using a psU8 mask vector
-TEST PASSED.
Index: unk/psLib/test/math/verified/tst_psStats08.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats08.stdout	(revision 8809)
+++ 	(revision )
@@ -1,53 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats08.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_LQ: no vector mask}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with no elements masked.
-The expected sampleLQ was 50.000000; the calculated sampleLQ was 50.000000
-
----> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_LQ: no vector mask} | tst_psStats08.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats08.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_UQ: no vector mask}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with no elements masked.
-The expected sampleUQ was 150.000000; the calculated sampleUQ was 150.000000
-
----> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_UQ: no vector mask} | tst_psStats08.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats08.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_LQ: with vector mask}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with elements masked.
-The expected sampleLQ was 25.000000; the calculated sampleLQ was 25.000000
-
----> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_LQ: with vector mask} | tst_psStats08.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats08.c                                            *
-*            TestPoint: psStats functions{PS_STAT_SAMPLE_UQ: with vector mask}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Called psVectorStats() on a vector with elements masked.
-The expected sampleUQ was 75.000000; the calculated sampleUQ was 75.000000
-
----> TESTPOINT PASSED (psVector functions{PS_STAT_SAMPLE_UQ: with vector mask} | tst_psStats08.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats08.c                                            *
-*            TestPoint: psStats functions{psStats(): deallocating memory}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVector functions{psStats(): deallocating memory} | tst_psStats08.c)
-
Index: unk/psLib/test/math/verified/tst_psStats09.stderr
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats09.stderr	(revision 8809)
+++ 	(revision )
@@ -1,2 +1,0 @@
-<HOST>|E|psVectorStats (FILE:LINENO)
-    Unallowable operation: psVector in or its data is NULL.
Index: unk/psLib/test/math/verified/tst_psStats09.stdout
===================================================================
--- /trunk/psLib/test/math/verified/tst_psStats09.stdout	(revision 8809)
+++ 	(revision )
@@ -1,4068 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats09.c                                            *
-*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should generate an error message, and return NULL.
-        using a NULL in vector
-        using a NULL errors vector
-        using a NULL mask vector
-0 outliers.
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats09.c                                            *
-*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should not generate any errors.
-        using a psF32 in vector
-        using a NULL errors vector
-        using a NULL mask vector
-Data 0: (-0.785386)
-Data 1: (0.132009)
-Data 2: (0.026258)
-Data 3: (1.110537)
-Data 4: (0.373504)
-Data 5: (0.845745)
-Data 6: (-0.039515)
-Data 7: (0.184387)
-Data 8: (-3.136485)
-Data 9: (0.234151)
-Data 10: (1.263050)
-Data 11: (0.387336)
-Data 12: (-1.134962)
-Data 13: (0.662926)
-Data 14: (0.067489)
-Data 15: (-0.688745)
-Data 16: (-0.039289)
-Data 17: (0.682516)
-Data 18: (-1.289643)
-Data 19: (-0.230497)
-Data 20: (0.475838)
-Data 21: (1.641613)
-Data 22: (-0.389799)
-Data 23: (0.240456)
-Data 24: (0.157720)
-Data 25: (100.000000)
-Data 26: (-0.965824)
-Data 27: (0.400421)
-Data 28: (0.243947)
-Data 29: (2.148490)
-Data 30: (1.186170)
-Data 31: (-0.469227)
-Data 32: (-1.300670)
-Data 33: (-0.992003)
-Data 34: (0.303475)
-Data 35: (-1.443258)
-Data 36: (0.368307)
-Data 37: (0.159691)
-Data 38: (-0.550110)
-Data 39: (-1.300016)
-Data 40: (0.330213)
-Data 41: (-1.191545)
-Data 42: (1.970700)
-Data 43: (-1.315271)
-Data 44: (-2.077168)
-Data 45: (0.654758)
-Data 46: (-0.536263)
-Data 47: (0.431285)
-Data 48: (-1.043155)
-Data 49: (-0.108273)
-Data 50: (-0.351277)
-Data 51: (0.481480)
-Data 52: (2.102400)
-Data 53: (-0.405563)
-Data 54: (0.145365)
-Data 55: (-0.037471)
-Data 56: (0.248525)
-Data 57: (1.139523)
-Data 58: (-0.292583)
-Data 59: (0.803339)
-Data 60: (-0.507475)
-Data 61: (-1.901844)
-Data 62: (-0.034541)
-Data 63: (-0.581574)
-Data 64: (0.864607)
-Data 65: (0.370303)
-Data 66: (0.199184)
-Data 67: (-0.385583)
-Data 68: (0.070497)
-Data 69: (-0.282945)
-Data 70: (-1.103897)
-Data 71: (-0.514544)
-Data 72: (0.634023)
-Data 73: (1.793461)
-Data 74: (-0.808671)
-Data 75: (1.428635)
-Data 76: (-0.280008)
-Data 77: (-0.873420)
-Data 78: (-0.866967)
-Data 79: (1.870198)
-Data 80: (1.371189)
-Data 81: (0.234907)
-Data 82: (-1.123075)
-Data 83: (0.060164)
-Data 84: (-0.673866)
-Data 85: (-1.071099)
-Data 86: (-0.346378)
-Data 87: (-0.791601)
-Data 88: (1.334605)
-Data 89: (-1.250991)
-Data 90: (-0.952099)
-Data 91: (-0.520321)
-Data 92: (0.823264)
-Data 93: (-0.758434)
-Data 94: (-0.443345)
-Data 95: (-0.383743)
-Data 96: (-1.192603)
-Data 97: (-0.152201)
-Data 98: (0.754227)
-Data 99: (-0.285752)
-Data 100: (0.331080)
-Data 101: (2.080874)
-Data 102: (-1.029790)
-Data 103: (-0.012170)
-Data 104: (1.538915)
-Data 105: (-0.791079)
-Data 106: (1.768095)
-Data 107: (0.822225)
-Data 108: (2.009857)
-Data 109: (1.592321)
-Data 110: (-0.606752)
-Data 111: (1.629945)
-Data 112: (0.384976)
-Data 113: (-1.194824)
-Data 114: (-0.243928)
-Data 115: (-1.579549)
-Data 116: (1.099131)
-Data 117: (-1.920698)
-Data 118: (-1.398930)
-Data 119: (-0.096926)
-Data 120: (-0.997571)
-Data 121: (1.758804)
-Data 122: (0.479757)
-Data 123: (1.602341)
-Data 124: (1.467871)
-Data 125: (0.064787)
-Data 126: (-0.656360)
-Data 127: (-0.545799)
-Data 128: (-0.296584)
-Data 129: (1.200598)
-Data 130: (-0.306767)
-Data 131: (2.296382)
-Data 132: (0.482690)
-Data 133: (-0.939450)
-Data 134: (-2.204839)
-Data 135: (100.000000)
-Data 136: (0.519714)
-Data 137: (-1.991039)
-Data 138: (0.952267)
-Data 139: (-0.844377)
-Data 140: (0.653335)
-Data 141: (-0.436324)
-Data 142: (-3.077808)
-Data 143: (-0.441991)
-Data 144: (-0.717007)
-Data 145: (0.155677)
-Data 146: (-0.423730)
-Data 147: (0.486753)
-Data 148: (0.006043)
-Data 149: (1.128215)
-Data 150: (0.022443)
-Data 151: (-0.373202)
-Data 152: (-1.528354)
-Data 153: (-1.453461)
-Data 154: (1.841423)
-Data 155: (0.179469)
-Data 156: (0.823546)
-Data 157: (-0.573896)
-Data 158: (-1.197397)
-Data 159: (0.248720)
-Data 160: (0.092005)
-Data 161: (0.608326)
-Data 162: (-0.513710)
-Data 163: (-2.566176)
-Data 164: (-0.221375)
-Data 165: (0.303715)
-Data 166: (0.448582)
-Data 167: (100.000000)
-Data 168: (0.738201)
-Data 169: (-0.558021)
-Data 170: (-0.744701)
-Data 171: (0.436953)
-Data 172: (0.628151)
-Data 173: (0.179998)
-Data 174: (100.000000)
-Data 175: (-1.476268)
-Data 176: (0.203080)
-Data 177: (-0.762510)
-Data 178: (-1.603289)
-Data 179: (-0.831488)
-Data 180: (1.472259)
-Data 181: (0.006876)
-Data 182: (-0.347966)
-Data 183: (0.760191)
-Data 184: (0.998659)
-Data 185: (0.038206)
-Data 186: (-0.627646)
-Data 187: (-0.288035)
-Data 188: (-2.029074)
-Data 189: (-0.763311)
-Data 190: (-1.058799)
-Data 191: (100.000000)
-Data 192: (1.164780)
-Data 193: (-1.124238)
-Data 194: (0.464597)
-Data 195: (-0.507513)
-Data 196: (100.000000)
-Data 197: (0.912883)
-Data 198: (0.076616)
-Data 199: (0.242723)
-Data 200: (-0.478315)
-Data 201: (1.254897)
-Data 202: (-0.241787)
-Data 203: (1.251947)
-Data 204: (0.349654)
-Data 205: (0.042298)
-Data 206: (-0.559441)
-Data 207: (-0.071514)
-Data 208: (0.105726)
-Data 209: (0.807481)
-Data 210: (0.178126)
-Data 211: (-1.643824)
-Data 212: (100.000000)
-Data 213: (-1.254121)
-Data 214: (-1.107179)
-Data 215: (1.226782)
-Data 216: (0.582804)
-Data 217: (-1.602130)
-Data 218: (0.380762)
-Data 219: (-0.182224)
-Data 220: (-1.051501)
-Data 221: (-1.503879)
-Data 222: (1.401074)
-Data 223: (0.207078)
-Data 224: (0.445226)
-Data 225: (-0.108091)
-Data 226: (0.030031)
-Data 227: (-0.963420)
-Data 228: (1.173899)
-Data 229: (-1.156809)
-Data 230: (0.960548)
-Data 231: (0.375479)
-Data 232: (100.000000)
-Data 233: (0.089078)
-Data 234: (1.438570)
-Data 235: (-0.819503)
-Data 236: (2.411479)
-Data 237: (0.042698)
-Data 238: (-0.003958)
-Data 239: (0.495955)
-Data 240: (-0.168196)
-Data 241: (-1.520827)
-Data 242: (-0.162992)
-Data 243: (0.001515)
-Data 244: (0.090750)
-Data 245: (-0.283155)
-Data 246: (0.243909)
-Data 247: (-0.213339)
-Data 248: (-0.537282)
-Data 249: (-0.089660)
-Data 250: (0.286410)
-Data 251: (2.101143)
-Data 252: (0.825257)
-Data 253: (-1.897799)
-Data 254: (0.211798)
-Data 255: (0.117926)
-Data 256: (-1.139378)
-Data 257: (0.521184)
-Data 258: (2.281442)
-Data 259: (0.904656)
-Data 260: (0.462195)
-Data 261: (0.131302)
-Data 262: (-1.030534)
-Data 263: (0.014510)
-Data 264: (-0.636781)
-Data 265: (-0.042689)
-Data 266: (-0.986040)
-Data 267: (0.206862)
-Data 268: (0.343436)
-Data 269: (0.335769)
-Data 270: (1.276290)
-Data 271: (-0.880367)
-Data 272: (-1.054281)
-Data 273: (0.846459)
-Data 274: (-0.494707)
-Data 275: (0.856787)
-Data 276: (0.036722)
-Data 277: (0.307453)
-Data 278: (0.246209)
-Data 279: (0.580312)
-Data 280: (-0.356154)
-Data 281: (-1.499467)
-Data 282: (-1.398995)
-Data 283: (-0.795599)
-Data 284: (-0.003164)
-Data 285: (-0.019095)
-Data 286: (-0.131684)
-Data 287: (-0.271432)
-Data 288: (1.121406)
-Data 289: (1.122946)
-Data 290: (1.193424)
-Data 291: (-0.362917)
-Data 292: (-0.177344)
-Data 293: (-0.205724)
-Data 294: (-0.829086)
-Data 295: (0.661198)
-Data 296: (0.064954)
-Data 297: (100.000000)
-Data 298: (1.580982)
-Data 299: (0.782355)
-Data 300: (-1.204411)
-Data 301: (2.107277)
-Data 302: (1.663615)
-Data 303: (-0.990527)
-Data 304: (-1.187518)
-Data 305: (-1.265137)
-Data 306: (0.089560)
-Data 307: (1.122457)
-Data 308: (-0.341979)
-Data 309: (-0.161235)
-Data 310: (-1.028038)
-Data 311: (-0.183365)
-Data 312: (-0.603757)
-Data 313: (0.060354)
-Data 314: (1.776017)
-Data 315: (-0.347113)
-Data 316: (0.862735)
-Data 317: (100.000000)
-Data 318: (0.391745)
-Data 319: (0.625394)
-Data 320: (-0.847384)
-Data 321: (0.077827)
-Data 322: (0.342529)
-Data 323: (-0.445746)
-Data 324: (0.520160)
-Data 325: (0.308418)
-Data 326: (-1.198576)
-Data 327: (1.627503)
-Data 328: (0.648728)
-Data 329: (0.248206)
-Data 330: (0.735934)
-Data 331: (0.586720)
-Data 332: (0.149829)
-Data 333: (0.463921)
-Data 334: (1.169930)
-Data 335: (0.021121)
-Data 336: (-2.328529)
-Data 337: (-0.556591)
-Data 338: (-1.967011)
-Data 339: (-1.505950)
-Data 340: (-1.624805)
-Data 341: (0.408839)
-Data 342: (-0.056065)
-Data 343: (0.683467)
-Data 344: (-1.155446)
-Data 345: (-0.317239)
-Data 346: (0.638819)
-Data 347: (-0.154605)
-Data 348: (1.260878)
-Data 349: (1.220044)
-Data 350: (-0.455878)
-Data 351: (-1.374988)
-Data 352: (-1.790421)
-Data 353: (0.371523)
-Data 354: (0.063412)
-Data 355: (0.713025)
-Data 356: (0.316093)
-Data 357: (-0.506996)
-Data 358: (-0.963010)
-Data 359: (0.078586)
-Data 360: (0.920053)
-Data 361: (-0.793677)
-Data 362: (1.042620)
-Data 363: (-0.320748)
-Data 364: (1.133065)
-Data 365: (0.144593)
-Data 366: (2.805677)
-Data 367: (-2.641271)
-Data 368: (-0.210258)
-Data 369: (-0.857935)
-Data 370: (-0.414758)
-Data 371: (-1.025097)
-Data 372: (0.030107)
-Data 373: (-0.230045)
-Data 374: (-0.519746)
-Data 375: (-1.227212)
-Data 376: (100.000000)
-Data 377: (-0.791912)
-Data 378: (0.688639)
-Data 379: (1.482138)
-Data 380: (-0.142581)
-Data 381: (0.517127)
-Data 382: (0.573649)
-Data 383: (-1.480234)
-Data 384: (0.075614)
-Data 385: (-2.274195)
-Data 386: (0.007788)
-Data 387: (-1.149337)
-Data 388: (0.471633)
-Data 389: (-1.611229)
-Data 390: (1.007454)
-Data 391: (0.844424)
-Data 392: (-1.485466)
-Data 393: (-0.719872)
-Data 394: (1.209563)
-Data 395: (0.783458)
-Data 396: (-0.870134)
-Data 397: (0.202597)
-Data 398: (0.229951)
-Data 399: (0.696716)
-Data 400: (-2.007947)
-Data 401: (1.038567)
-Data 402: (-0.776473)
-Data 403: (-0.452195)
-Data 404: (-0.453331)
-Data 405: (0.450014)
-Data 406: (-0.328593)
-Data 407: (1.697939)
-Data 408: (-0.591360)
-Data 409: (1.153462)
-Data 410: (-0.556506)
-Data 411: (-1.762091)
-Data 412: (-0.578256)
-Data 413: (1.557313)
-Data 414: (0.341048)
-Data 415: (1.190938)
-Data 416: (-0.659464)
-Data 417: (1.790306)
-Data 418: (0.573720)
-Data 419: (-0.682174)
-Data 420: (-0.654435)
-Data 421: (0.478880)
-Data 422: (0.299627)
-Data 423: (-0.276893)
-Data 424: (-0.302396)
-Data 425: (-1.461001)
-Data 426: (2.932082)
-Data 427: (-0.784124)
-Data 428: (-0.586463)
-Data 429: (1.022803)
-Data 430: (-0.343780)
-Data 431: (-0.145771)
-Data 432: (-0.119495)
-Data 433: (-0.091323)
-Data 434: (-0.711637)
-Data 435: (-1.322067)
-Data 436: (-0.085847)
-Data 437: (-1.022083)
-Data 438: (-0.554940)
-Data 439: (100.000000)
-Data 440: (-2.145350)
-Data 441: (1.554175)
-Data 442: (1.594622)
-Data 443: (0.158015)
-Data 444: (-0.445373)
-Data 445: (-0.030664)
-Data 446: (0.499470)
-Data 447: (0.691434)
-Data 448: (0.505113)
-Data 449: (-0.000943)
-Data 450: (-0.932127)
-Data 451: (0.938952)
-Data 452: (0.347054)
-Data 453: (-0.873986)
-Data 454: (0.941785)
-Data 455: (-1.951578)
-Data 456: (1.152498)
-Data 457: (-0.545708)
-Data 458: (-0.031666)
-Data 459: (0.463002)
-Data 460: (-0.061085)
-Data 461: (0.914456)
-Data 462: (0.420200)
-Data 463: (-0.610854)
-Data 464: (1.697771)
-Data 465: (0.159887)
-Data 466: (1.871407)
-Data 467: (1.164889)
-Data 468: (-0.780036)
-Data 469: (0.462051)
-Data 470: (-1.054582)
-Data 471: (-0.260282)
-Data 472: (-0.945666)
-Data 473: (-0.192503)
-Data 474: (0.690290)
-Data 475: (-0.958695)
-Data 476: (-0.202712)
-Data 477: (-1.674415)
-Data 478: (0.134485)
-Data 479: (1.084675)
-Data 480: (0.520148)
-Data 481: (-1.698524)
-Data 482: (0.635871)
-Data 483: (1.849917)
-Data 484: (-1.571857)
-Data 485: (-1.106945)
-Data 486: (-0.695290)
-Data 487: (-0.764189)
-Data 488: (-0.326011)
-Data 489: (-0.058281)
-Data 490: (0.376334)
-Data 491: (-0.288510)
-Data 492: (-0.531036)
-Data 493: (-0.263003)
-Data 494: (0.276766)
-Data 495: (-1.038354)
-Data 496: (-0.042080)
-Data 497: (0.014183)
-Data 498: (1.521591)
-Data 499: (-0.443634)
-Data 500: (0.565365)
-Data 501: (-1.142307)
-Data 502: (0.493381)
-Data 503: (0.682427)
-Data 504: (-1.101841)
-Data 505: (-0.502843)
-Data 506: (1.489890)
-Data 507: (0.387037)
-Data 508: (-0.937827)
-Data 509: (0.697288)
-Data 510: (2.100589)
-Data 511: (0.069110)
-Data 512: (-2.614176)
-Data 513: (-0.447460)
-Data 514: (0.214925)
-Data 515: (100.000000)
-Data 516: (-0.319322)
-Data 517: (-2.090041)
-Data 518: (0.908290)
-Data 519: (-0.152174)
-Data 520: (-1.172371)
-Data 521: (-0.480717)
-Data 522: (-0.801624)
-Data 523: (0.747165)
-Data 524: (0.547801)
-Data 525: (0.650712)
-Data 526: (-0.883898)
-Data 527: (-0.348434)
-Data 528: (1.122167)
-Data 529: (-0.472167)
-Data 530: (0.151363)
-Data 531: (-0.725884)
-Data 532: (-0.195089)
-Data 533: (-0.801076)
-Data 534: (0.118581)
-Data 535: (1.148081)
-Data 536: (1.843644)
-Data 537: (1.018988)
-Data 538: (-0.774384)
-Data 539: (0.046144)
-Data 540: (0.308975)
-Data 541: (0.532242)
-Data 542: (0.881096)
-Data 543: (1.816407)
-Data 544: (-1.361702)
-Data 545: (0.488446)
-Data 546: (1.786959)
-Data 547: (0.503395)
-Data 548: (-1.468647)
-Data 549: (0.067025)
-Data 550: (-0.207175)
-Data 551: (0.601760)
-Data 552: (0.642101)
-Data 553: (0.536288)
-Data 554: (0.895000)
-Data 555: (0.635209)
-Data 556: (1.010380)
-Data 557: (1.507482)
-Data 558: (0.831470)
-Data 559: (-0.421896)
-Data 560: (1.084987)
-Data 561: (1.313876)
-Data 562: (-0.492274)
-Data 563: (0.096083)
-Data 564: (-0.301012)
-Data 565: (-0.311365)
-Data 566: (0.041754)
-Data 567: (-0.068171)
-Data 568: (0.885302)
-Data 569: (1.244395)
-Data 570: (0.361685)
-Data 571: (2.095367)
-Data 572: (-1.571622)
-Data 573: (-1.336313)
-Data 574: (0.536157)
-Data 575: (0.770078)
-Data 576: (-1.585918)
-Data 577: (-1.464282)
-Data 578: (-1.699151)
-Data 579: (1.402990)
-Data 580: (-0.468521)
-Data 581: (100.000000)
-Data 582: (-0.386723)
-Data 583: (-0.374017)
-Data 584: (-0.262344)
-Data 585: (-0.481419)
-Data 586: (0.659047)
-Data 587: (0.978056)
-Data 588: (-0.047061)
-Data 589: (-0.285525)
-Data 590: (-0.850697)
-Data 591: (2.072881)
-Data 592: (1.781341)
-Data 593: (2.058574)
-Data 594: (-0.510287)
-Data 595: (1.695551)
-Data 596: (-3.510732)
-Data 597: (-0.857569)
-Data 598: (-1.067651)
-Data 599: (1.469576)
-Data 600: (0.669135)
-Data 601: (-0.681448)
-Data 602: (0.458621)
-Data 603: (-0.700447)
-Data 604: (0.575795)
-Data 605: (2.308650)
-Data 606: (0.044708)
-Data 607: (0.060163)
-Data 608: (-0.145504)
-Data 609: (0.853717)
-Data 610: (1.412172)
-Data 611: (1.184546)
-Data 612: (1.810763)
-Data 613: (-1.550877)
-Data 614: (-0.060726)
-Data 615: (-0.610029)
-Data 616: (-0.198397)
-Data 617: (-1.562530)
-Data 618: (-0.507673)
-Data 619: (0.311332)
-Data 620: (2.137363)
-Data 621: (0.402207)
-Data 622: (0.846246)
-Data 623: (-1.210659)
-Data 624: (-1.195239)
-Data 625: (1.043354)
-Data 626: (1.384872)
-Data 627: (-0.725180)
-Data 628: (0.666163)
-Data 629: (-0.898701)
-Data 630: (1.130427)
-Data 631: (0.890718)
-Data 632: (-0.242362)
-Data 633: (-1.172927)
-Data 634: (0.565910)
-Data 635: (-0.513233)
-Data 636: (-0.026723)
-Data 637: (0.390245)
-Data 638: (1.359098)
-Data 639: (-0.873151)
-Data 640: (0.973147)
-Data 641: (0.846945)
-Data 642: (-1.394935)
-Data 643: (-1.189999)
-Data 644: (-0.550131)
-Data 645: (-0.072295)
-Data 646: (1.850526)
-Data 647: (0.754222)
-Data 648: (-0.383778)
-Data 649: (-1.976930)
-Data 650: (-0.677756)
-Data 651: (-0.522199)
-Data 652: (-1.071121)
-Data 653: (0.956541)
-Data 654: (0.421220)
-Data 655: (-0.327357)
-Data 656: (0.357642)
-Data 657: (0.510412)
-Data 658: (1.785180)
-Data 659: (0.677855)
-Data 660: (0.271233)
-Data 661: (-0.678865)
-Data 662: (1.427354)
-Data 663: (-0.557258)
-Data 664: (1.869995)
-Data 665: (0.094875)
-Data 666: (-1.887210)
-Data 667: (0.278313)
-Data 668: (0.197131)
-Data 669: (2.856659)
-Data 670: (0.851026)
-Data 671: (0.283148)
-Data 672: (-0.959849)
-Data 673: (-1.647409)
-Data 674: (0.297091)
-Data 675: (-1.578352)
-Data 676: (0.090701)
-Data 677: (0.982780)
-Data 678: (0.161943)
-Data 679: (-0.501540)
-Data 680: (-0.663769)
-Data 681: (-0.869457)
-Data 682: (-0.501423)
-Data 683: (1.474303)
-Data 684: (-1.636389)
-Data 685: (-0.224065)
-Data 686: (1.728735)
-Data 687: (-0.672178)
-Data 688: (0.465140)
-Data 689: (0.666469)
-Data 690: (-0.415428)
-Data 691: (1.585377)
-Data 692: (0.327179)
-Data 693: (1.756540)
-Data 694: (-0.174331)
-Data 695: (1.089346)
-Data 696: (-0.034507)
-Data 697: (0.192218)
-Data 698: (-0.168568)
-Data 699: (0.878851)
-Data 700: (-0.766260)
-Data 701: (-0.895911)
-Data 702: (0.761680)
-Data 703: (0.642383)
-Data 704: (-0.458863)
-Data 705: (0.395777)
-Data 706: (-1.039251)
-Data 707: (-0.535070)
-Data 708: (1.727370)
-Data 709: (-0.563520)
-Data 710: (0.579622)
-Data 711: (-1.073484)
-Data 712: (-1.657763)
-Data 713: (-1.091908)
-Data 714: (-0.378430)
-Data 715: (-0.490712)
-Data 716: (1.840598)
-Data 717: (-0.556296)
-Data 718: (-0.688738)
-Data 719: (-0.518065)
-Data 720: (0.017851)
-Data 721: (-0.507251)
-Data 722: (-0.488266)
-Data 723: (-1.623040)
-Data 724: (-0.268533)
-Data 725: (1.164297)
-Data 726: (-0.379641)
-Data 727: (-1.464033)
-Data 728: (0.446679)
-Data 729: (1.044328)
-Data 730: (-0.741536)
-Data 731: (-1.401622)
-Data 732: (1.650958)
-Data 733: (-2.294429)
-Data 734: (-1.665809)
-Data 735: (0.893204)
-Data 736: (-0.061416)
-Data 737: (-0.469041)
-Data 738: (1.471188)
-Data 739: (-3.090578)
-Data 740: (-0.580415)
-Data 741: (-0.810719)
-Data 742: (-0.290513)
-Data 743: (1.162047)
-Data 744: (1.060102)
-Data 745: (1.064575)
-Data 746: (-0.691739)
-Data 747: (0.450640)
-Data 748: (-1.359424)
-Data 749: (-0.724339)
-Data 750: (-0.611686)
-Data 751: (1.004619)
-Data 752: (-1.863957)
-Data 753: (-0.301139)
-Data 754: (-0.172117)
-Data 755: (1.051237)
-Data 756: (1.733394)
-Data 757: (-2.404959)
-Data 758: (-0.050649)
-Data 759: (-0.110017)
-Data 760: (-0.045231)
-Data 761: (-0.691325)
-Data 762: (0.184279)
-Data 763: (0.987417)
-Data 764: (-0.462912)
-Data 765: (0.268279)
-Data 766: (-0.150942)
-Data 767: (-0.652717)
-Data 768: (-0.508199)
-Data 769: (-0.935557)
-Data 770: (0.507437)
-Data 771: (100.000000)
-Data 772: (-0.493763)
-Data 773: (1.338273)
-Data 774: (-0.048761)
-Data 775: (0.977545)
-Data 776: (1.000299)
-Data 777: (-1.207682)
-Data 778: (0.561795)
-Data 779: (-0.839724)
-Data 780: (0.628980)
-Data 781: (2.848097)
-Data 782: (-1.338966)
-Data 783: (-0.285252)
-Data 784: (0.412960)
-Data 785: (-0.837750)
-Data 786: (-0.406811)
-Data 787: (0.978568)
-Data 788: (1.051972)
-Data 789: (-0.387801)
-Data 790: (-0.479118)
-Data 791: (2.549268)
-Data 792: (-0.988855)
-Data 793: (0.260714)
-Data 794: (0.058252)
-Data 795: (-0.360298)
-Data 796: (-2.069816)
-Data 797: (0.235600)
-Data 798: (100.000000)
-Data 799: (2.080829)
-Data 800: (0.823571)
-Data 801: (-0.681942)
-Data 802: (0.019518)
-Data 803: (-0.978287)
-Data 804: (0.713956)
-Data 805: (0.709162)
-Data 806: (-2.011670)
-Data 807: (-0.643714)
-Data 808: (-0.453480)
-Data 809: (-0.665390)
-Data 810: (1.013721)
-Data 811: (0.583812)
-Data 812: (-1.333408)
-Data 813: (-0.505324)
-Data 814: (1.687314)
-Data 815: (-2.019731)
-Data 816: (-0.527174)
-Data 817: (-0.405152)
-Data 818: (-0.981114)
-Data 819: (0.832071)
-Data 820: (1.270173)
-Data 821: (0.431785)
-Data 822: (0.984792)
-Data 823: (-1.376149)
-Data 824: (-0.146415)
-Data 825: (-0.776835)
-Data 826: (0.405055)
-Data 827: (-0.600157)
-Data 828: (0.868413)
-Data 829: (0.215476)
-Data 830: (0.133328)
-Data 831: (-0.056788)
-Data 832: (100.000000)
-Data 833: (-0.500972)
-Data 834: (1.062186)
-Data 835: (-1.132726)
-Data 836: (2.176918)
-Data 837: (-0.144582)
-Data 838: (-1.391284)
-Data 839: (-0.245439)
-Data 840: (-0.916000)
-Data 841: (0.674703)
-Data 842: (-1.208317)
-Data 843: (0.478711)
-Data 844: (-0.014864)
-Data 845: (0.210871)
-Data 846: (2.001587)
-Data 847: (-0.496860)
-Data 848: (1.144239)
-Data 849: (-1.181744)
-Data 850: (-0.756744)
-Data 851: (1.611618)
-Data 852: (0.391136)
-Data 853: (-1.055418)
-Data 854: (0.741342)
-Data 855: (-0.564193)
-Data 856: (0.391860)
-Data 857: (-0.469337)
-Data 858: (-0.159205)
-Data 859: (-0.826435)
-Data 860: (0.738164)
-Data 861: (0.735014)
-Data 862: (1.118610)
-Data 863: (0.956540)
-Data 864: (-1.757360)
-Data 865: (0.709009)
-Data 866: (-0.190812)
-Data 867: (-1.307432)
-Data 868: (-0.535208)
-Data 869: (0.970931)
-Data 870: (-0.451182)
-Data 871: (0.508539)
-Data 872: (0.804287)
-Data 873: (1.570080)
-Data 874: (-1.113345)
-Data 875: (1.042099)
-Data 876: (0.137635)
-Data 877: (1.327955)
-Data 878: (100.000000)
-Data 879: (0.050258)
-Data 880: (0.593300)
-Data 881: (0.268672)
-Data 882: (1.112779)
-Data 883: (0.874099)
-Data 884: (-1.339358)
-Data 885: (1.066885)
-Data 886: (0.529885)
-Data 887: (-0.432558)
-Data 888: (-1.600868)
-Data 889: (-1.360057)
-Data 890: (-1.031932)
-Data 891: (1.427221)
-Data 892: (-0.287260)
-Data 893: (0.774466)
-Data 894: (0.477139)
-Data 895: (0.148165)
-Data 896: (-0.569534)
-Data 897: (0.104326)
-Data 898: (0.248269)
-Data 899: (0.644187)
-Data 900: (100.000000)
-Data 901: (0.197250)
-Data 902: (-1.245294)
-Data 903: (2.158104)
-Data 904: (-0.906511)
-Data 905: (1.579412)
-Data 906: (1.038722)
-Data 907: (1.147941)
-Data 908: (2.021129)
-Data 909: (-0.093569)
-Data 910: (1.790525)
-Data 911: (0.373760)
-Data 912: (-1.155496)
-Data 913: (0.861528)
-Data 914: (-1.064444)
-Data 915: (0.132955)
-Data 916: (1.334923)
-Data 917: (1.688040)
-Data 918: (-0.293355)
-Data 919: (-1.068790)
-Data 920: (2.072637)
-Data 921: (-0.542466)
-Data 922: (-0.426650)
-Data 923: (-0.864403)
-Data 924: (-0.365632)
-Data 925: (-0.587082)
-Data 926: (0.034969)
-Data 927: (0.461015)
-Data 928: (0.475985)
-Data 929: (-0.745579)
-Data 930: (-1.134514)
-Data 931: (-0.380595)
-Data 932: (-0.363759)
-Data 933: (-0.916255)
-Data 934: (0.699290)
-Data 935: (0.565333)
-Data 936: (2.149237)
-Data 937: (1.320326)
-Data 938: (2.280807)
-Data 939: (100.000000)
-Data 940: (-0.439888)
-Data 941: (0.712893)
-Data 942: (0.274457)
-Data 943: (-2.708919)
-Data 944: (-0.419290)
-Data 945: (0.570483)
-Data 946: (0.820198)
-Data 947: (-0.054727)
-Data 948: (0.936820)
-Data 949: (-0.049579)
-Data 950: (-0.421096)
-Data 951: (0.236403)
-Data 952: (-0.429211)
-Data 953: (0.476126)
-Data 954: (-1.405347)
-Data 955: (-0.844839)
-Data 956: (1.619632)
-Data 957: (-0.611444)
-Data 958: (1.476789)
-Data 959: (-0.963685)
-Data 960: (1.473953)
-Data 961: (-0.341928)
-Data 962: (0.412020)
-Data 963: (1.406346)
-Data 964: (0.896516)
-Data 965: (1.015455)
-Data 966: (0.118295)
-Data 967: (-1.322231)
-Data 968: (-0.868207)
-Data 969: (-2.169491)
-Data 970: (1.008798)
-Data 971: (-0.628466)
-Data 972: (0.274122)
-Data 973: (0.892182)
-Data 974: (-0.660862)
-Data 975: (-0.942274)
-Data 976: (-0.147365)
-Data 977: (0.402120)
-Data 978: (-0.492793)
-Data 979: (-0.030584)
-Data 980: (100.000000)
-Data 981: (0.454018)
-Data 982: (-0.564936)
-Data 983: (0.021541)
-Data 984: (0.986708)
-Data 985: (0.817796)
-Data 986: (0.893232)
-Data 987: (0.779217)
-Data 988: (0.951943)
-Data 989: (1.466890)
-Data 990: (0.284740)
-Data 991: (0.891338)
-Data 992: (-1.439564)
-Data 993: (-0.983000)
-Data 994: (0.055596)
-Data 995: (-0.916481)
-Data 996: (0.984144)
-Data 997: (-0.178224)
-Data 998: (0.124079)
-Data 999: (-1.340391)
-21 outliers.
-Used 979 data points after clipping 21.
-GOOD: the clipped mean was 0.017533, should have been 0.017533
-GOOD: the clipped stdev was 1.009755, should have been 1.009755
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats09.c                                            *
-*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should not generate any errors.
-        using a psF64 in vector
-        using a NULL errors vector
-        using a NULL mask vector
-Data 0: (-0.785386)
-Data 1: (0.132009)
-Data 2: (0.026258)
-Data 3: (1.110537)
-Data 4: (0.373504)
-Data 5: (0.845745)
-Data 6: (-0.039515)
-Data 7: (0.184387)
-Data 8: (-3.136485)
-Data 9: (0.234151)
-Data 10: (1.263050)
-Data 11: (0.387336)
-Data 12: (-1.134962)
-Data 13: (0.662926)
-Data 14: (0.067489)
-Data 15: (-0.688745)
-Data 16: (-0.039289)
-Data 17: (0.682516)
-Data 18: (-1.289643)
-Data 19: (-0.230497)
-Data 20: (0.475838)
-Data 21: (1.641613)
-Data 22: (-0.389799)
-Data 23: (0.240456)
-Data 24: (0.157720)
-Data 25: (100.000000)
-Data 26: (-0.965824)
-Data 27: (0.400421)
-Data 28: (0.243947)
-Data 29: (2.148490)
-Data 30: (1.186170)
-Data 31: (-0.469227)
-Data 32: (-1.300670)
-Data 33: (-0.992003)
-Data 34: (0.303475)
-Data 35: (-1.443258)
-Data 36: (0.368307)
-Data 37: (0.159691)
-Data 38: (-0.550110)
-Data 39: (-1.300016)
-Data 40: (0.330213)
-Data 41: (-1.191545)
-Data 42: (1.970700)
-Data 43: (-1.315271)
-Data 44: (-2.077168)
-Data 45: (0.654758)
-Data 46: (-0.536263)
-Data 47: (0.431285)
-Data 48: (-1.043155)
-Data 49: (-0.108273)
-Data 50: (-0.351277)
-Data 51: (0.481480)
-Data 52: (2.102400)
-Data 53: (-0.405563)
-Data 54: (0.145365)
-Data 55: (-0.037471)
-Data 56: (0.248525)
-Data 57: (1.139523)
-Data 58: (-0.292583)
-Data 59: (0.803339)
-Data 60: (-0.507476)
-Data 61: (-1.901844)
-Data 62: (-0.034541)
-Data 63: (-0.581574)
-Data 64: (0.864607)
-Data 65: (0.370303)
-Data 66: (0.199184)
-Data 67: (-0.385583)
-Data 68: (0.070497)
-Data 69: (-0.282945)
-Data 70: (-1.103897)
-Data 71: (-0.514544)
-Data 72: (0.634023)
-Data 73: (1.793461)
-Data 74: (-0.808671)
-Data 75: (1.428635)
-Data 76: (-0.280008)
-Data 77: (-0.873420)
-Data 78: (-0.866967)
-Data 79: (1.870198)
-Data 80: (1.371189)
-Data 81: (0.234907)
-Data 82: (-1.123075)
-Data 83: (0.060164)
-Data 84: (-0.673866)
-Data 85: (-1.071099)
-Data 86: (-0.346378)
-Data 87: (-0.791601)
-Data 88: (1.334605)
-Data 89: (-1.250991)
-Data 90: (-0.952099)
-Data 91: (-0.520321)
-Data 92: (0.823264)
-Data 93: (-0.758434)
-Data 94: (-0.443345)
-Data 95: (-0.383743)
-Data 96: (-1.192603)
-Data 97: (-0.152201)
-Data 98: (0.754227)
-Data 99: (-0.285752)
-Data 100: (0.331080)
-Data 101: (2.080874)
-Data 102: (-1.029790)
-Data 103: (-0.012170)
-Data 104: (1.538915)
-Data 105: (-0.791079)
-Data 106: (1.768095)
-Data 107: (0.822225)
-Data 108: (2.009857)
-Data 109: (1.592321)
-Data 110: (-0.606752)
-Data 111: (1.629945)
-Data 112: (0.384976)
-Data 113: (-1.194824)
-Data 114: (-0.243928)
-Data 115: (-1.579549)
-Data 116: (1.099130)
-Data 117: (-1.920698)
-Data 118: (-1.398930)
-Data 119: (-0.096926)
-Data 120: (-0.997571)
-Data 121: (1.758804)
-Data 122: (0.479757)
-Data 123: (1.602341)
-Data 124: (1.467871)
-Data 125: (0.064787)
-Data 126: (-0.656360)
-Data 127: (-0.545799)
-Data 128: (-0.296584)
-Data 129: (1.200598)
-Data 130: (-0.306767)
-Data 131: (2.296382)
-Data 132: (0.482690)
-Data 133: (-0.939450)
-Data 134: (-2.204839)
-Data 135: (100.000000)
-Data 136: (0.519714)
-Data 137: (-1.991039)
-Data 138: (0.952267)
-Data 139: (-0.844377)
-Data 140: (0.653335)
-Data 141: (-0.436324)
-Data 142: (-3.077808)
-Data 143: (-0.441991)
-Data 144: (-0.717007)
-Data 145: (0.155677)
-Data 146: (-0.423730)
-Data 147: (0.486753)
-Data 148: (0.006043)
-Data 149: (1.128215)
-Data 150: (0.022443)
-Data 151: (-0.373202)
-Data 152: (-1.528354)
-Data 153: (-1.453461)
-Data 154: (1.841423)
-Data 155: (0.179469)
-Data 156: (0.823546)
-Data 157: (-0.573896)
-Data 158: (-1.197397)
-Data 159: (0.248720)
-Data 160: (0.092005)
-Data 161: (0.608326)
-Data 162: (-0.513710)
-Data 163: (-2.566176)
-Data 164: (-0.221375)
-Data 165: (0.303715)
-Data 166: (0.448582)
-Data 167: (100.000000)
-Data 168: (0.738201)
-Data 169: (-0.558021)
-Data 170: (-0.744701)
-Data 171: (0.436953)
-Data 172: (0.628151)
-Data 173: (0.179998)
-Data 174: (100.000000)
-Data 175: (-1.476268)
-Data 176: (0.203080)
-Data 177: (-0.762510)
-Data 178: (-1.603289)
-Data 179: (-0.831488)
-Data 180: (1.472259)
-Data 181: (0.006876)
-Data 182: (-0.347966)
-Data 183: (0.760191)
-Data 184: (0.998659)
-Data 185: (0.038206)
-Data 186: (-0.627646)
-Data 187: (-0.288035)
-Data 188: (-2.029074)
-Data 189: (-0.763311)
-Data 190: (-1.058799)
-Data 191: (100.000000)
-Data 192: (1.164780)
-Data 193: (-1.124238)
-Data 194: (0.464597)
-Data 195: (-0.507513)
-Data 196: (100.000000)
-Data 197: (0.912883)
-Data 198: (0.076616)
-Data 199: (0.242723)
-Data 200: (-0.478315)
-Data 201: (1.254897)
-Data 202: (-0.241787)
-Data 203: (1.251947)
-Data 204: (0.349654)
-Data 205: (0.042298)
-Data 206: (-0.559441)
-Data 207: (-0.071514)
-Data 208: (0.105726)
-Data 209: (0.807481)
-Data 210: (0.178126)
-Data 211: (-1.643824)
-Data 212: (100.000000)
-Data 213: (-1.254121)
-Data 214: (-1.107179)
-Data 215: (1.226782)
-Data 216: (0.582804)
-Data 217: (-1.602130)
-Data 218: (0.380763)
-Data 219: (-0.182224)
-Data 220: (-1.051501)
-Data 221: (-1.503879)
-Data 222: (1.401074)
-Data 223: (0.207078)
-Data 224: (0.445226)
-Data 225: (-0.108091)
-Data 226: (0.030031)
-Data 227: (-0.963420)
-Data 228: (1.173899)
-Data 229: (-1.156809)
-Data 230: (0.960548)
-Data 231: (0.375479)
-Data 232: (100.000000)
-Data 233: (0.089078)
-Data 234: (1.438570)
-Data 235: (-0.819503)
-Data 236: (2.411478)
-Data 237: (0.042698)
-Data 238: (-0.003958)
-Data 239: (0.495955)
-Data 240: (-0.168196)
-Data 241: (-1.520827)
-Data 242: (-0.162992)
-Data 243: (0.001515)
-Data 244: (0.090750)
-Data 245: (-0.283155)
-Data 246: (0.243909)
-Data 247: (-0.213339)
-Data 248: (-0.537282)
-Data 249: (-0.089660)
-Data 250: (0.286410)
-Data 251: (2.101143)
-Data 252: (0.825257)
-Data 253: (-1.897799)
-Data 254: (0.211798)
-Data 255: (0.117926)
-Data 256: (-1.139378)
-Data 257: (0.521184)
-Data 258: (2.281442)
-Data 259: (0.904656)
-Data 260: (0.462195)
-Data 261: (0.131302)
-Data 262: (-1.030534)
-Data 263: (0.014510)
-Data 264: (-0.636781)
-Data 265: (-0.042689)
-Data 266: (-0.986040)
-Data 267: (0.206862)
-Data 268: (0.343436)
-Data 269: (0.335769)
-Data 270: (1.276290)
-Data 271: (-0.880367)
-Data 272: (-1.054281)
-Data 273: (0.846459)
-Data 274: (-0.494707)
-Data 275: (0.856787)
-Data 276: (0.036722)
-Data 277: (0.307453)
-Data 278: (0.246209)
-Data 279: (0.580312)
-Data 280: (-0.356154)
-Data 281: (-1.499467)
-Data 282: (-1.398995)
-Data 283: (-0.795599)
-Data 284: (-0.003164)
-Data 285: (-0.019095)
-Data 286: (-0.131684)
-Data 287: (-0.271432)
-Data 288: (1.121406)
-Data 289: (1.122946)
-Data 290: (1.193424)
-Data 291: (-0.362917)
-Data 292: (-0.177344)
-Data 293: (-0.205724)
-Data 294: (-0.829086)
-Data 295: (0.661198)
-Data 296: (0.064954)
-Data 297: (100.000000)
-Data 298: (1.580982)
-Data 299: (0.782355)
-Data 300: (-1.204411)
-Data 301: (2.107277)
-Data 302: (1.663614)
-Data 303: (-0.990527)
-Data 304: (-1.187518)
-Data 305: (-1.265137)
-Data 306: (0.089560)
-Data 307: (1.122457)
-Data 308: (-0.341979)
-Data 309: (-0.161235)
-Data 310: (-1.028038)
-Data 311: (-0.183365)
-Data 312: (-0.603757)
-Data 313: (0.060354)
-Data 314: (1.776017)
-Data 315: (-0.347113)
-Data 316: (0.862735)
-Data 317: (100.000000)
-Data 318: (0.391745)
-Data 319: (0.625394)
-Data 320: (-0.847384)
-Data 321: (0.077827)
-Data 322: (0.342529)
-Data 323: (-0.445746)
-Data 324: (0.520160)
-Data 325: (0.308418)
-Data 326: (-1.198576)
-Data 327: (1.627503)
-Data 328: (0.648728)
-Data 329: (0.248206)
-Data 330: (0.735934)
-Data 331: (0.586720)
-Data 332: (0.149829)
-Data 333: (0.463921)
-Data 334: (1.169930)
-Data 335: (0.021121)
-Data 336: (-2.328529)
-Data 337: (-0.556591)
-Data 338: (-1.967011)
-Data 339: (-1.505950)
-Data 340: (-1.624805)
-Data 341: (0.408839)
-Data 342: (-0.056065)
-Data 343: (0.683467)
-Data 344: (-1.155446)
-Data 345: (-0.317239)
-Data 346: (0.638819)
-Data 347: (-0.154605)
-Data 348: (1.260878)
-Data 349: (1.220044)
-Data 350: (-0.455878)
-Data 351: (-1.374988)
-Data 352: (-1.790421)
-Data 353: (0.371523)
-Data 354: (0.063412)
-Data 355: (0.713025)
-Data 356: (0.316093)
-Data 357: (-0.506996)
-Data 358: (-0.963010)
-Data 359: (0.078586)
-Data 360: (0.920053)
-Data 361: (-0.793677)
-Data 362: (1.042620)
-Data 363: (-0.320748)
-Data 364: (1.133065)
-Data 365: (0.144593)
-Data 366: (2.805677)
-Data 367: (-2.641271)
-Data 368: (-0.210258)
-Data 369: (-0.857935)
-Data 370: (-0.414758)
-Data 371: (-1.025097)
-Data 372: (0.030107)
-Data 373: (-0.230045)
-Data 374: (-0.519746)
-Data 375: (-1.227212)
-Data 376: (100.000000)
-Data 377: (-0.791912)
-Data 378: (0.688639)
-Data 379: (1.482138)
-Data 380: (-0.142581)
-Data 381: (0.517127)
-Data 382: (0.573649)
-Data 383: (-1.480234)
-Data 384: (0.075614)
-Data 385: (-2.274195)
-Data 386: (0.007788)
-Data 387: (-1.149337)
-Data 388: (0.471633)
-Data 389: (-1.611229)
-Data 390: (1.007454)
-Data 391: (0.844424)
-Data 392: (-1.485466)
-Data 393: (-0.719872)
-Data 394: (1.209563)
-Data 395: (0.783458)
-Data 396: (-0.870134)
-Data 397: (0.202597)
-Data 398: (0.229951)
-Data 399: (0.696716)
-Data 400: (-2.007947)
-Data 401: (1.038567)
-Data 402: (-0.776473)
-Data 403: (-0.452195)
-Data 404: (-0.453331)
-Data 405: (0.450014)
-Data 406: (-0.328593)
-Data 407: (1.697939)
-Data 408: (-0.591360)
-Data 409: (1.153462)
-Data 410: (-0.556506)
-Data 411: (-1.762091)
-Data 412: (-0.578256)
-Data 413: (1.557313)
-Data 414: (0.341048)
-Data 415: (1.190938)
-Data 416: (-0.659464)
-Data 417: (1.790306)
-Data 418: (0.573720)
-Data 419: (-0.682174)
-Data 420: (-0.654435)
-Data 421: (0.478880)
-Data 422: (0.299627)
-Data 423: (-0.276893)
-Data 424: (-0.302396)
-Data 425: (-1.461001)
-Data 426: (2.932082)
-Data 427: (-0.784124)
-Data 428: (-0.586463)
-Data 429: (1.022803)
-Data 430: (-0.343780)
-Data 431: (-0.145771)
-Data 432: (-0.119495)
-Data 433: (-0.091323)
-Data 434: (-0.711637)
-Data 435: (-1.322067)
-Data 436: (-0.085847)
-Data 437: (-1.022083)
-Data 438: (-0.554940)
-Data 439: (100.000000)
-Data 440: (-2.145350)
-Data 441: (1.554175)
-Data 442: (1.594622)
-Data 443: (0.158015)
-Data 444: (-0.445373)
-Data 445: (-0.030664)
-Data 446: (0.499470)
-Data 447: (0.691434)
-Data 448: (0.505113)
-Data 449: (-0.000943)
-Data 450: (-0.932127)
-Data 451: (0.938952)
-Data 452: (0.347054)
-Data 453: (-0.873986)
-Data 454: (0.941785)
-Data 455: (-1.951578)
-Data 456: (1.152498)
-Data 457: (-0.545708)
-Data 458: (-0.031666)
-Data 459: (0.463002)
-Data 460: (-0.061085)
-Data 461: (0.914456)
-Data 462: (0.420200)
-Data 463: (-0.610854)
-Data 464: (1.697771)
-Data 465: (0.159887)
-Data 466: (1.871407)
-Data 467: (1.164889)
-Data 468: (-0.780036)
-Data 469: (0.462051)
-Data 470: (-1.054582)
-Data 471: (-0.260282)
-Data 472: (-0.945666)
-Data 473: (-0.192503)
-Data 474: (0.690290)
-Data 475: (-0.958695)
-Data 476: (-0.202712)
-Data 477: (-1.674415)
-Data 478: (0.134485)
-Data 479: (1.084675)
-Data 480: (0.520148)
-Data 481: (-1.698524)
-Data 482: (0.635871)
-Data 483: (1.849917)
-Data 484: (-1.571857)
-Data 485: (-1.106945)
-Data 486: (-0.695290)
-Data 487: (-0.764189)
-Data 488: (-0.326011)
-Data 489: (-0.058281)
-Data 490: (0.376334)
-Data 491: (-0.288510)
-Data 492: (-0.531036)
-Data 493: (-0.263003)
-Data 494: (0.276766)
-Data 495: (-1.038354)
-Data 496: (-0.042080)
-Data 497: (0.014183)
-Data 498: (1.521591)
-Data 499: (-0.443634)
-Data 500: (0.565366)
-Data 501: (-1.142307)
-Data 502: (0.493381)
-Data 503: (0.682427)
-Data 504: (-1.101841)
-Data 505: (-0.502843)
-Data 506: (1.489890)
-Data 507: (0.387037)
-Data 508: (-0.937827)
-Data 509: (0.697288)
-Data 510: (2.100589)
-Data 511: (0.069110)
-Data 512: (-2.614176)
-Data 513: (-0.447460)
-Data 514: (0.214925)
-Data 515: (100.000000)
-Data 516: (-0.319322)
-Data 517: (-2.090041)
-Data 518: (0.908290)
-Data 519: (-0.152174)
-Data 520: (-1.172371)
-Data 521: (-0.480717)
-Data 522: (-0.801624)
-Data 523: (0.747165)
-Data 524: (0.547801)
-Data 525: (0.650712)
-Data 526: (-0.883898)
-Data 527: (-0.348434)
-Data 528: (1.122167)
-Data 529: (-0.472167)
-Data 530: (0.151363)
-Data 531: (-0.725884)
-Data 532: (-0.195089)
-Data 533: (-0.801076)
-Data 534: (0.118581)
-Data 535: (1.148081)
-Data 536: (1.843644)
-Data 537: (1.018988)
-Data 538: (-0.774384)
-Data 539: (0.046144)
-Data 540: (0.308975)
-Data 541: (0.532242)
-Data 542: (0.881096)
-Data 543: (1.816407)
-Data 544: (-1.361702)
-Data 545: (0.488446)
-Data 546: (1.786959)
-Data 547: (0.503395)
-Data 548: (-1.468647)
-Data 549: (0.067025)
-Data 550: (-0.207175)
-Data 551: (0.601760)
-Data 552: (0.642101)
-Data 553: (0.536288)
-Data 554: (0.895000)
-Data 555: (0.635209)
-Data 556: (1.010380)
-Data 557: (1.507482)
-Data 558: (0.831470)
-Data 559: (-0.421896)
-Data 560: (1.084987)
-Data 561: (1.313876)
-Data 562: (-0.492274)
-Data 563: (0.096083)
-Data 564: (-0.301012)
-Data 565: (-0.311365)
-Data 566: (0.041754)
-Data 567: (-0.068171)
-Data 568: (0.885302)
-Data 569: (1.244395)
-Data 570: (0.361685)
-Data 571: (2.095367)
-Data 572: (-1.571622)
-Data 573: (-1.336313)
-Data 574: (0.536157)
-Data 575: (0.770078)
-Data 576: (-1.585918)
-Data 577: (-1.464282)
-Data 578: (-1.699151)
-Data 579: (1.402990)
-Data 580: (-0.468521)
-Data 581: (100.000000)
-Data 582: (-0.386723)
-Data 583: (-0.374017)
-Data 584: (-0.262344)
-Data 585: (-0.481419)
-Data 586: (0.659047)
-Data 587: (0.978056)
-Data 588: (-0.047061)
-Data 589: (-0.285525)
-Data 590: (-0.850697)
-Data 591: (2.072881)
-Data 592: (1.781341)
-Data 593: (2.058574)
-Data 594: (-0.510287)
-Data 595: (1.695551)
-Data 596: (-3.510732)
-Data 597: (-0.857569)
-Data 598: (-1.067651)
-Data 599: (1.469576)
-Data 600: (0.669135)
-Data 601: (-0.681448)
-Data 602: (0.458621)
-Data 603: (-0.700447)
-Data 604: (0.575795)
-Data 605: (2.308650)
-Data 606: (0.044708)
-Data 607: (0.060163)
-Data 608: (-0.145504)
-Data 609: (0.853717)
-Data 610: (1.412172)
-Data 611: (1.184546)
-Data 612: (1.810763)
-Data 613: (-1.550877)
-Data 614: (-0.060726)
-Data 615: (-0.610029)
-Data 616: (-0.198397)
-Data 617: (-1.562530)
-Data 618: (-0.507673)
-Data 619: (0.311332)
-Data 620: (2.137363)
-Data 621: (0.402207)
-Data 622: (0.846246)
-Data 623: (-1.210659)
-Data 624: (-1.195239)
-Data 625: (1.043354)
-Data 626: (1.384872)
-Data 627: (-0.725180)
-Data 628: (0.666163)
-Data 629: (-0.898701)
-Data 630: (1.130427)
-Data 631: (0.890718)
-Data 632: (-0.242362)
-Data 633: (-1.172927)
-Data 634: (0.565910)
-Data 635: (-0.513233)
-Data 636: (-0.026723)
-Data 637: (0.390245)
-Data 638: (1.359098)
-Data 639: (-0.873151)
-Data 640: (0.973147)
-Data 641: (0.846945)
-Data 642: (-1.394935)
-Data 643: (-1.189999)
-Data 644: (-0.550131)
-Data 645: (-0.072295)
-Data 646: (1.850526)
-Data 647: (0.754222)
-Data 648: (-0.383778)
-Data 649: (-1.976930)
-Data 650: (-0.677756)
-Data 651: (-0.522199)
-Data 652: (-1.071120)
-Data 653: (0.956541)
-Data 654: (0.421220)
-Data 655: (-0.327357)
-Data 656: (0.357642)
-Data 657: (0.510412)
-Data 658: (1.785180)
-Data 659: (0.677855)
-Data 660: (0.271233)
-Data 661: (-0.678865)
-Data 662: (1.427354)
-Data 663: (-0.557258)
-Data 664: (1.869995)
-Data 665: (0.094875)
-Data 666: (-1.887210)
-Data 667: (0.278312)
-Data 668: (0.197131)
-Data 669: (2.856659)
-Data 670: (0.851026)
-Data 671: (0.283148)
-Data 672: (-0.959849)
-Data 673: (-1.647409)
-Data 674: (0.297091)
-Data 675: (-1.578352)
-Data 676: (0.090701)
-Data 677: (0.982780)
-Data 678: (0.161943)
-Data 679: (-0.501540)
-Data 680: (-0.663769)
-Data 681: (-0.869457)
-Data 682: (-0.501423)
-Data 683: (1.474303)
-Data 684: (-1.636389)
-Data 685: (-0.224065)
-Data 686: (1.728735)
-Data 687: (-0.672178)
-Data 688: (0.465140)
-Data 689: (0.666469)
-Data 690: (-0.415428)
-Data 691: (1.585377)
-Data 692: (0.327179)
-Data 693: (1.756540)
-Data 694: (-0.174331)
-Data 695: (1.089346)
-Data 696: (-0.034507)
-Data 697: (0.192218)
-Data 698: (-0.168568)
-Data 699: (0.878851)
-Data 700: (-0.766260)
-Data 701: (-0.895911)
-Data 702: (0.761680)
-Data 703: (0.642383)
-Data 704: (-0.458863)
-Data 705: (0.395777)
-Data 706: (-1.039251)
-Data 707: (-0.535070)
-Data 708: (1.727370)
-Data 709: (-0.563520)
-Data 710: (0.579622)
-Data 711: (-1.073484)
-Data 712: (-1.657763)
-Data 713: (-1.091908)
-Data 714: (-0.378430)
-Data 715: (-0.490712)
-Data 716: (1.840598)
-Data 717: (-0.556296)
-Data 718: (-0.688738)
-Data 719: (-0.518065)
-Data 720: (0.017851)
-Data 721: (-0.507251)
-Data 722: (-0.488266)
-Data 723: (-1.623040)
-Data 724: (-0.268533)
-Data 725: (1.164296)
-Data 726: (-0.379641)
-Data 727: (-1.464033)
-Data 728: (0.446679)
-Data 729: (1.044328)
-Data 730: (-0.741536)
-Data 731: (-1.401622)
-Data 732: (1.650958)
-Data 733: (-2.294429)
-Data 734: (-1.665809)
-Data 735: (0.893204)
-Data 736: (-0.061416)
-Data 737: (-0.469041)
-Data 738: (1.471188)
-Data 739: (-3.090578)
-Data 740: (-0.580415)
-Data 741: (-0.810719)
-Data 742: (-0.290513)
-Data 743: (1.162047)
-Data 744: (1.060102)
-Data 745: (1.064575)
-Data 746: (-0.691739)
-Data 747: (0.450640)
-Data 748: (-1.359424)
-Data 749: (-0.724339)
-Data 750: (-0.611686)
-Data 751: (1.004619)
-Data 752: (-1.863957)
-Data 753: (-0.301139)
-Data 754: (-0.172117)
-Data 755: (1.051237)
-Data 756: (1.733394)
-Data 757: (-2.404959)
-Data 758: (-0.050649)
-Data 759: (-0.110017)
-Data 760: (-0.045231)
-Data 761: (-0.691325)
-Data 762: (0.184279)
-Data 763: (0.987417)
-Data 764: (-0.462912)
-Data 765: (0.268279)
-Data 766: (-0.150942)
-Data 767: (-0.652717)
-Data 768: (-0.508199)
-Data 769: (-0.935557)
-Data 770: (0.507437)
-Data 771: (100.000000)
-Data 772: (-0.493763)
-Data 773: (1.338273)
-Data 774: (-0.048761)
-Data 775: (0.977545)
-Data 776: (1.000299)
-Data 777: (-1.207682)
-Data 778: (0.561795)
-Data 779: (-0.839724)
-Data 780: (0.628980)
-Data 781: (2.848097)
-Data 782: (-1.338966)
-Data 783: (-0.285252)
-Data 784: (0.412960)
-Data 785: (-0.837750)
-Data 786: (-0.406811)
-Data 787: (0.978568)
-Data 788: (1.051972)
-Data 789: (-0.387801)
-Data 790: (-0.479118)
-Data 791: (2.549268)
-Data 792: (-0.988855)
-Data 793: (0.260714)
-Data 794: (0.058252)
-Data 795: (-0.360298)
-Data 796: (-2.069816)
-Data 797: (0.235600)
-Data 798: (100.000000)
-Data 799: (2.080829)
-Data 800: (0.823571)
-Data 801: (-0.681942)
-Data 802: (0.019518)
-Data 803: (-0.978287)
-Data 804: (0.713956)
-Data 805: (0.709162)
-Data 806: (-2.011670)
-Data 807: (-0.643714)
-Data 808: (-0.453480)
-Data 809: (-0.665390)
-Data 810: (1.013721)
-Data 811: (0.583812)
-Data 812: (-1.333408)
-Data 813: (-0.505324)
-Data 814: (1.687314)
-Data 815: (-2.019731)
-Data 816: (-0.527174)
-Data 817: (-0.405152)
-Data 818: (-0.981114)
-Data 819: (0.832071)
-Data 820: (1.270173)
-Data 821: (0.431785)
-Data 822: (0.984792)
-Data 823: (-1.376149)
-Data 824: (-0.146415)
-Data 825: (-0.776835)
-Data 826: (0.405055)
-Data 827: (-0.600157)
-Data 828: (0.868413)
-Data 829: (0.215476)
-Data 830: (0.133328)
-Data 831: (-0.056788)
-Data 832: (100.000000)
-Data 833: (-0.500972)
-Data 834: (1.062186)
-Data 835: (-1.132726)
-Data 836: (2.176918)
-Data 837: (-0.144582)
-Data 838: (-1.391284)
-Data 839: (-0.245439)
-Data 840: (-0.916000)
-Data 841: (0.674703)
-Data 842: (-1.208317)
-Data 843: (0.478711)
-Data 844: (-0.014864)
-Data 845: (0.210871)
-Data 846: (2.001587)
-Data 847: (-0.496860)
-Data 848: (1.144239)
-Data 849: (-1.181744)
-Data 850: (-0.756744)
-Data 851: (1.611618)
-Data 852: (0.391136)
-Data 853: (-1.055418)
-Data 854: (0.741342)
-Data 855: (-0.564193)
-Data 856: (0.391860)
-Data 857: (-0.469337)
-Data 858: (-0.159205)
-Data 859: (-0.826435)
-Data 860: (0.738164)
-Data 861: (0.735014)
-Data 862: (1.118610)
-Data 863: (0.956540)
-Data 864: (-1.757360)
-Data 865: (0.709009)
-Data 866: (-0.190812)
-Data 867: (-1.307432)
-Data 868: (-0.535208)
-Data 869: (0.970931)
-Data 870: (-0.451182)
-Data 871: (0.508539)
-Data 872: (0.804287)
-Data 873: (1.570080)
-Data 874: (-1.113345)
-Data 875: (1.042099)
-Data 876: (0.137635)
-Data 877: (1.327955)
-Data 878: (100.000000)
-Data 879: (0.050258)
-Data 880: (0.593300)
-Data 881: (0.268672)
-Data 882: (1.112779)
-Data 883: (0.874099)
-Data 884: (-1.339358)
-Data 885: (1.066885)
-Data 886: (0.529885)
-Data 887: (-0.432558)
-Data 888: (-1.600868)
-Data 889: (-1.360057)
-Data 890: (-1.031932)
-Data 891: (1.427221)
-Data 892: (-0.287260)
-Data 893: (0.774466)
-Data 894: (0.477139)
-Data 895: (0.148165)
-Data 896: (-0.569534)
-Data 897: (0.104326)
-Data 898: (0.248269)
-Data 899: (0.644187)
-Data 900: (100.000000)
-Data 901: (0.197250)
-Data 902: (-1.245294)
-Data 903: (2.158104)
-Data 904: (-0.906511)
-Data 905: (1.579412)
-Data 906: (1.038722)
-Data 907: (1.147941)
-Data 908: (2.021129)
-Data 909: (-0.093569)
-Data 910: (1.790525)
-Data 911: (0.373760)
-Data 912: (-1.155496)
-Data 913: (0.861528)
-Data 914: (-1.064444)
-Data 915: (0.132955)
-Data 916: (1.334923)
-Data 917: (1.688040)
-Data 918: (-0.293355)
-Data 919: (-1.068790)
-Data 920: (2.072637)
-Data 921: (-0.542466)
-Data 922: (-0.426650)
-Data 923: (-0.864403)
-Data 924: (-0.365632)
-Data 925: (-0.587082)
-Data 926: (0.034969)
-Data 927: (0.461015)
-Data 928: (0.475985)
-Data 929: (-0.745579)
-Data 930: (-1.134514)
-Data 931: (-0.380595)
-Data 932: (-0.363759)
-Data 933: (-0.916255)
-Data 934: (0.699290)
-Data 935: (0.565333)
-Data 936: (2.149237)
-Data 937: (1.320326)
-Data 938: (2.280807)
-Data 939: (100.000000)
-Data 940: (-0.439888)
-Data 941: (0.712893)
-Data 942: (0.274457)
-Data 943: (-2.708919)
-Data 944: (-0.419290)
-Data 945: (0.570483)
-Data 946: (0.820198)
-Data 947: (-0.054727)
-Data 948: (0.936820)
-Data 949: (-0.049579)
-Data 950: (-0.421096)
-Data 951: (0.236403)
-Data 952: (-0.429211)
-Data 953: (0.476126)
-Data 954: (-1.405347)
-Data 955: (-0.844839)
-Data 956: (1.619632)
-Data 957: (-0.611444)
-Data 958: (1.476789)
-Data 959: (-0.963685)
-Data 960: (1.473953)
-Data 961: (-0.341928)
-Data 962: (0.412020)
-Data 963: (1.406346)
-Data 964: (0.896516)
-Data 965: (1.015455)
-Data 966: (0.118295)
-Data 967: (-1.322231)
-Data 968: (-0.868207)
-Data 969: (-2.169491)
-Data 970: (1.008798)
-Data 971: (-0.628466)
-Data 972: (0.274122)
-Data 973: (0.892182)
-Data 974: (-0.660862)
-Data 975: (-0.942274)
-Data 976: (-0.147365)
-Data 977: (0.402120)
-Data 978: (-0.492793)
-Data 979: (-0.030584)
-Data 980: (100.000000)
-Data 981: (0.454018)
-Data 982: (-0.564936)
-Data 983: (0.021541)
-Data 984: (0.986708)
-Data 985: (0.817796)
-Data 986: (0.893232)
-Data 987: (0.779217)
-Data 988: (0.951943)
-Data 989: (1.466890)
-Data 990: (0.284740)
-Data 991: (0.891338)
-Data 992: (-1.439565)
-Data 993: (-0.983000)
-Data 994: (0.055596)
-Data 995: (-0.916481)
-Data 996: (0.984144)
-Data 997: (-0.178224)
-Data 998: (0.124079)
-Data 999: (-1.340391)
-21 outliers.
-Used 979 data points after clipping 21.
-GOOD: the clipped mean was 0.017533, should have been 0.017533
-GOOD: the clipped stdev was 1.009755, should have been 1.009755
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats09.c                                            *
-*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should not generate any errors.
-        using a psF32 in vector
-        using a psF32 errors vector
-        using a NULL mask vector
-Data 0: (-0.785386)
-Data 1: (0.132009)
-Data 2: (0.026258)
-Data 3: (1.110537)
-Data 4: (0.373504)
-Data 5: (0.845745)
-Data 6: (-0.039515)
-Data 7: (0.184387)
-Data 8: (-3.136485)
-Data 9: (0.234151)
-Data 10: (1.263050)
-Data 11: (0.387336)
-Data 12: (-1.134962)
-Data 13: (0.662926)
-Data 14: (0.067489)
-Data 15: (-0.688745)
-Data 16: (-0.039289)
-Data 17: (0.682516)
-Data 18: (-1.289643)
-Data 19: (-0.230497)
-Data 20: (0.475838)
-Data 21: (1.641613)
-Data 22: (-0.389799)
-Data 23: (0.240456)
-Data 24: (0.157720)
-Data 25: (100.000000)
-Data 26: (-0.965824)
-Data 27: (0.400421)
-Data 28: (0.243947)
-Data 29: (2.148490)
-Data 30: (1.186170)
-Data 31: (-0.469227)
-Data 32: (-1.300670)
-Data 33: (-0.992003)
-Data 34: (0.303475)
-Data 35: (-1.443258)
-Data 36: (0.368307)
-Data 37: (0.159691)
-Data 38: (-0.550110)
-Data 39: (-1.300016)
-Data 40: (0.330213)
-Data 41: (-1.191545)
-Data 42: (1.970700)
-Data 43: (-1.315271)
-Data 44: (-2.077168)
-Data 45: (0.654758)
-Data 46: (-0.536263)
-Data 47: (0.431285)
-Data 48: (-1.043155)
-Data 49: (-0.108273)
-Data 50: (-0.351277)
-Data 51: (0.481480)
-Data 52: (2.102400)
-Data 53: (-0.405563)
-Data 54: (0.145365)
-Data 55: (-0.037471)
-Data 56: (0.248525)
-Data 57: (1.139523)
-Data 58: (-0.292583)
-Data 59: (0.803339)
-Data 60: (-0.507475)
-Data 61: (-1.901844)
-Data 62: (-0.034541)
-Data 63: (-0.581574)
-Data 64: (0.864607)
-Data 65: (0.370303)
-Data 66: (0.199184)
-Data 67: (-0.385583)
-Data 68: (0.070497)
-Data 69: (-0.282945)
-Data 70: (-1.103897)
-Data 71: (-0.514544)
-Data 72: (0.634023)
-Data 73: (1.793461)
-Data 74: (-0.808671)
-Data 75: (1.428635)
-Data 76: (-0.280008)
-Data 77: (-0.873420)
-Data 78: (-0.866967)
-Data 79: (1.870198)
-Data 80: (1.371189)
-Data 81: (0.234907)
-Data 82: (-1.123075)
-Data 83: (0.060164)
-Data 84: (-0.673866)
-Data 85: (-1.071099)
-Data 86: (-0.346378)
-Data 87: (-0.791601)
-Data 88: (1.334605)
-Data 89: (-1.250991)
-Data 90: (-0.952099)
-Data 91: (-0.520321)
-Data 92: (0.823264)
-Data 93: (-0.758434)
-Data 94: (-0.443345)
-Data 95: (-0.383743)
-Data 96: (-1.192603)
-Data 97: (-0.152201)
-Data 98: (0.754227)
-Data 99: (-0.285752)
-Data 100: (0.331080)
-Data 101: (2.080874)
-Data 102: (-1.029790)
-Data 103: (-0.012170)
-Data 104: (1.538915)
-Data 105: (-0.791079)
-Data 106: (1.768095)
-Data 107: (0.822225)
-Data 108: (2.009857)
-Data 109: (1.592321)
-Data 110: (-0.606752)
-Data 111: (1.629945)
-Data 112: (0.384976)
-Data 113: (-1.194824)
-Data 114: (-0.243928)
-Data 115: (-1.579549)
-Data 116: (1.099131)
-Data 117: (-1.920698)
-Data 118: (-1.398930)
-Data 119: (-0.096926)
-Data 120: (-0.997571)
-Data 121: (1.758804)
-Data 122: (0.479757)
-Data 123: (1.602341)
-Data 124: (1.467871)
-Data 125: (0.064787)
-Data 126: (-0.656360)
-Data 127: (-0.545799)
-Data 128: (-0.296584)
-Data 129: (1.200598)
-Data 130: (-0.306767)
-Data 131: (2.296382)
-Data 132: (0.482690)
-Data 133: (-0.939450)
-Data 134: (-2.204839)
-Data 135: (100.000000)
-Data 136: (0.519714)
-Data 137: (-1.991039)
-Data 138: (0.952267)
-Data 139: (-0.844377)
-Data 140: (0.653335)
-Data 141: (-0.436324)
-Data 142: (-3.077808)
-Data 143: (-0.441991)
-Data 144: (-0.717007)
-Data 145: (0.155677)
-Data 146: (-0.423730)
-Data 147: (0.486753)
-Data 148: (0.006043)
-Data 149: (1.128215)
-Data 150: (0.022443)
-Data 151: (-0.373202)
-Data 152: (-1.528354)
-Data 153: (-1.453461)
-Data 154: (1.841423)
-Data 155: (0.179469)
-Data 156: (0.823546)
-Data 157: (-0.573896)
-Data 158: (-1.197397)
-Data 159: (0.248720)
-Data 160: (0.092005)
-Data 161: (0.608326)
-Data 162: (-0.513710)
-Data 163: (-2.566176)
-Data 164: (-0.221375)
-Data 165: (0.303715)
-Data 166: (0.448582)
-Data 167: (100.000000)
-Data 168: (0.738201)
-Data 169: (-0.558021)
-Data 170: (-0.744701)
-Data 171: (0.436953)
-Data 172: (0.628151)
-Data 173: (0.179998)
-Data 174: (100.000000)
-Data 175: (-1.476268)
-Data 176: (0.203080)
-Data 177: (-0.762510)
-Data 178: (-1.603289)
-Data 179: (-0.831488)
-Data 180: (1.472259)
-Data 181: (0.006876)
-Data 182: (-0.347966)
-Data 183: (0.760191)
-Data 184: (0.998659)
-Data 185: (0.038206)
-Data 186: (-0.627646)
-Data 187: (-0.288035)
-Data 188: (-2.029074)
-Data 189: (-0.763311)
-Data 190: (-1.058799)
-Data 191: (100.000000)
-Data 192: (1.164780)
-Data 193: (-1.124238)
-Data 194: (0.464597)
-Data 195: (-0.507513)
-Data 196: (100.000000)
-Data 197: (0.912883)
-Data 198: (0.076616)
-Data 199: (0.242723)
-Data 200: (-0.478315)
-Data 201: (1.254897)
-Data 202: (-0.241787)
-Data 203: (1.251947)
-Data 204: (0.349654)
-Data 205: (0.042298)
-Data 206: (-0.559441)
-Data 207: (-0.071514)
-Data 208: (0.105726)
-Data 209: (0.807481)
-Data 210: (0.178126)
-Data 211: (-1.643824)
-Data 212: (100.000000)
-Data 213: (-1.254121)
-Data 214: (-1.107179)
-Data 215: (1.226782)
-Data 216: (0.582804)
-Data 217: (-1.602130)
-Data 218: (0.380762)
-Data 219: (-0.182224)
-Data 220: (-1.051501)
-Data 221: (-1.503879)
-Data 222: (1.401074)
-Data 223: (0.207078)
-Data 224: (0.445226)
-Data 225: (-0.108091)
-Data 226: (0.030031)
-Data 227: (-0.963420)
-Data 228: (1.173899)
-Data 229: (-1.156809)
-Data 230: (0.960548)
-Data 231: (0.375479)
-Data 232: (100.000000)
-Data 233: (0.089078)
-Data 234: (1.438570)
-Data 235: (-0.819503)
-Data 236: (2.411479)
-Data 237: (0.042698)
-Data 238: (-0.003958)
-Data 239: (0.495955)
-Data 240: (-0.168196)
-Data 241: (-1.520827)
-Data 242: (-0.162992)
-Data 243: (0.001515)
-Data 244: (0.090750)
-Data 245: (-0.283155)
-Data 246: (0.243909)
-Data 247: (-0.213339)
-Data 248: (-0.537282)
-Data 249: (-0.089660)
-Data 250: (0.286410)
-Data 251: (2.101143)
-Data 252: (0.825257)
-Data 253: (-1.897799)
-Data 254: (0.211798)
-Data 255: (0.117926)
-Data 256: (-1.139378)
-Data 257: (0.521184)
-Data 258: (2.281442)
-Data 259: (0.904656)
-Data 260: (0.462195)
-Data 261: (0.131302)
-Data 262: (-1.030534)
-Data 263: (0.014510)
-Data 264: (-0.636781)
-Data 265: (-0.042689)
-Data 266: (-0.986040)
-Data 267: (0.206862)
-Data 268: (0.343436)
-Data 269: (0.335769)
-Data 270: (1.276290)
-Data 271: (-0.880367)
-Data 272: (-1.054281)
-Data 273: (0.846459)
-Data 274: (-0.494707)
-Data 275: (0.856787)
-Data 276: (0.036722)
-Data 277: (0.307453)
-Data 278: (0.246209)
-Data 279: (0.580312)
-Data 280: (-0.356154)
-Data 281: (-1.499467)
-Data 282: (-1.398995)
-Data 283: (-0.795599)
-Data 284: (-0.003164)
-Data 285: (-0.019095)
-Data 286: (-0.131684)
-Data 287: (-0.271432)
-Data 288: (1.121406)
-Data 289: (1.122946)
-Data 290: (1.193424)
-Data 291: (-0.362917)
-Data 292: (-0.177344)
-Data 293: (-0.205724)
-Data 294: (-0.829086)
-Data 295: (0.661198)
-Data 296: (0.064954)
-Data 297: (100.000000)
-Data 298: (1.580982)
-Data 299: (0.782355)
-Data 300: (-1.204411)
-Data 301: (2.107277)
-Data 302: (1.663615)
-Data 303: (-0.990527)
-Data 304: (-1.187518)
-Data 305: (-1.265137)
-Data 306: (0.089560)
-Data 307: (1.122457)
-Data 308: (-0.341979)
-Data 309: (-0.161235)
-Data 310: (-1.028038)
-Data 311: (-0.183365)
-Data 312: (-0.603757)
-Data 313: (0.060354)
-Data 314: (1.776017)
-Data 315: (-0.347113)
-Data 316: (0.862735)
-Data 317: (100.000000)
-Data 318: (0.391745)
-Data 319: (0.625394)
-Data 320: (-0.847384)
-Data 321: (0.077827)
-Data 322: (0.342529)
-Data 323: (-0.445746)
-Data 324: (0.520160)
-Data 325: (0.308418)
-Data 326: (-1.198576)
-Data 327: (1.627503)
-Data 328: (0.648728)
-Data 329: (0.248206)
-Data 330: (0.735934)
-Data 331: (0.586720)
-Data 332: (0.149829)
-Data 333: (0.463921)
-Data 334: (1.169930)
-Data 335: (0.021121)
-Data 336: (-2.328529)
-Data 337: (-0.556591)
-Data 338: (-1.967011)
-Data 339: (-1.505950)
-Data 340: (-1.624805)
-Data 341: (0.408839)
-Data 342: (-0.056065)
-Data 343: (0.683467)
-Data 344: (-1.155446)
-Data 345: (-0.317239)
-Data 346: (0.638819)
-Data 347: (-0.154605)
-Data 348: (1.260878)
-Data 349: (1.220044)
-Data 350: (-0.455878)
-Data 351: (-1.374988)
-Data 352: (-1.790421)
-Data 353: (0.371523)
-Data 354: (0.063412)
-Data 355: (0.713025)
-Data 356: (0.316093)
-Data 357: (-0.506996)
-Data 358: (-0.963010)
-Data 359: (0.078586)
-Data 360: (0.920053)
-Data 361: (-0.793677)
-Data 362: (1.042620)
-Data 363: (-0.320748)
-Data 364: (1.133065)
-Data 365: (0.144593)
-Data 366: (2.805677)
-Data 367: (-2.641271)
-Data 368: (-0.210258)
-Data 369: (-0.857935)
-Data 370: (-0.414758)
-Data 371: (-1.025097)
-Data 372: (0.030107)
-Data 373: (-0.230045)
-Data 374: (-0.519746)
-Data 375: (-1.227212)
-Data 376: (100.000000)
-Data 377: (-0.791912)
-Data 378: (0.688639)
-Data 379: (1.482138)
-Data 380: (-0.142581)
-Data 381: (0.517127)
-Data 382: (0.573649)
-Data 383: (-1.480234)
-Data 384: (0.075614)
-Data 385: (-2.274195)
-Data 386: (0.007788)
-Data 387: (-1.149337)
-Data 388: (0.471633)
-Data 389: (-1.611229)
-Data 390: (1.007454)
-Data 391: (0.844424)
-Data 392: (-1.485466)
-Data 393: (-0.719872)
-Data 394: (1.209563)
-Data 395: (0.783458)
-Data 396: (-0.870134)
-Data 397: (0.202597)
-Data 398: (0.229951)
-Data 399: (0.696716)
-Data 400: (-2.007947)
-Data 401: (1.038567)
-Data 402: (-0.776473)
-Data 403: (-0.452195)
-Data 404: (-0.453331)
-Data 405: (0.450014)
-Data 406: (-0.328593)
-Data 407: (1.697939)
-Data 408: (-0.591360)
-Data 409: (1.153462)
-Data 410: (-0.556506)
-Data 411: (-1.762091)
-Data 412: (-0.578256)
-Data 413: (1.557313)
-Data 414: (0.341048)
-Data 415: (1.190938)
-Data 416: (-0.659464)
-Data 417: (1.790306)
-Data 418: (0.573720)
-Data 419: (-0.682174)
-Data 420: (-0.654435)
-Data 421: (0.478880)
-Data 422: (0.299627)
-Data 423: (-0.276893)
-Data 424: (-0.302396)
-Data 425: (-1.461001)
-Data 426: (2.932082)
-Data 427: (-0.784124)
-Data 428: (-0.586463)
-Data 429: (1.022803)
-Data 430: (-0.343780)
-Data 431: (-0.145771)
-Data 432: (-0.119495)
-Data 433: (-0.091323)
-Data 434: (-0.711637)
-Data 435: (-1.322067)
-Data 436: (-0.085847)
-Data 437: (-1.022083)
-Data 438: (-0.554940)
-Data 439: (100.000000)
-Data 440: (-2.145350)
-Data 441: (1.554175)
-Data 442: (1.594622)
-Data 443: (0.158015)
-Data 444: (-0.445373)
-Data 445: (-0.030664)
-Data 446: (0.499470)
-Data 447: (0.691434)
-Data 448: (0.505113)
-Data 449: (-0.000943)
-Data 450: (-0.932127)
-Data 451: (0.938952)
-Data 452: (0.347054)
-Data 453: (-0.873986)
-Data 454: (0.941785)
-Data 455: (-1.951578)
-Data 456: (1.152498)
-Data 457: (-0.545708)
-Data 458: (-0.031666)
-Data 459: (0.463002)
-Data 460: (-0.061085)
-Data 461: (0.914456)
-Data 462: (0.420200)
-Data 463: (-0.610854)
-Data 464: (1.697771)
-Data 465: (0.159887)
-Data 466: (1.871407)
-Data 467: (1.164889)
-Data 468: (-0.780036)
-Data 469: (0.462051)
-Data 470: (-1.054582)
-Data 471: (-0.260282)
-Data 472: (-0.945666)
-Data 473: (-0.192503)
-Data 474: (0.690290)
-Data 475: (-0.958695)
-Data 476: (-0.202712)
-Data 477: (-1.674415)
-Data 478: (0.134485)
-Data 479: (1.084675)
-Data 480: (0.520148)
-Data 481: (-1.698524)
-Data 482: (0.635871)
-Data 483: (1.849917)
-Data 484: (-1.571857)
-Data 485: (-1.106945)
-Data 486: (-0.695290)
-Data 487: (-0.764189)
-Data 488: (-0.326011)
-Data 489: (-0.058281)
-Data 490: (0.376334)
-Data 491: (-0.288510)
-Data 492: (-0.531036)
-Data 493: (-0.263003)
-Data 494: (0.276766)
-Data 495: (-1.038354)
-Data 496: (-0.042080)
-Data 497: (0.014183)
-Data 498: (1.521591)
-Data 499: (-0.443634)
-Data 500: (0.565365)
-Data 501: (-1.142307)
-Data 502: (0.493381)
-Data 503: (0.682427)
-Data 504: (-1.101841)
-Data 505: (-0.502843)
-Data 506: (1.489890)
-Data 507: (0.387037)
-Data 508: (-0.937827)
-Data 509: (0.697288)
-Data 510: (2.100589)
-Data 511: (0.069110)
-Data 512: (-2.614176)
-Data 513: (-0.447460)
-Data 514: (0.214925)
-Data 515: (100.000000)
-Data 516: (-0.319322)
-Data 517: (-2.090041)
-Data 518: (0.908290)
-Data 519: (-0.152174)
-Data 520: (-1.172371)
-Data 521: (-0.480717)
-Data 522: (-0.801624)
-Data 523: (0.747165)
-Data 524: (0.547801)
-Data 525: (0.650712)
-Data 526: (-0.883898)
-Data 527: (-0.348434)
-Data 528: (1.122167)
-Data 529: (-0.472167)
-Data 530: (0.151363)
-Data 531: (-0.725884)
-Data 532: (-0.195089)
-Data 533: (-0.801076)
-Data 534: (0.118581)
-Data 535: (1.148081)
-Data 536: (1.843644)
-Data 537: (1.018988)
-Data 538: (-0.774384)
-Data 539: (0.046144)
-Data 540: (0.308975)
-Data 541: (0.532242)
-Data 542: (0.881096)
-Data 543: (1.816407)
-Data 544: (-1.361702)
-Data 545: (0.488446)
-Data 546: (1.786959)
-Data 547: (0.503395)
-Data 548: (-1.468647)
-Data 549: (0.067025)
-Data 550: (-0.207175)
-Data 551: (0.601760)
-Data 552: (0.642101)
-Data 553: (0.536288)
-Data 554: (0.895000)
-Data 555: (0.635209)
-Data 556: (1.010380)
-Data 557: (1.507482)
-Data 558: (0.831470)
-Data 559: (-0.421896)
-Data 560: (1.084987)
-Data 561: (1.313876)
-Data 562: (-0.492274)
-Data 563: (0.096083)
-Data 564: (-0.301012)
-Data 565: (-0.311365)
-Data 566: (0.041754)
-Data 567: (-0.068171)
-Data 568: (0.885302)
-Data 569: (1.244395)
-Data 570: (0.361685)
-Data 571: (2.095367)
-Data 572: (-1.571622)
-Data 573: (-1.336313)
-Data 574: (0.536157)
-Data 575: (0.770078)
-Data 576: (-1.585918)
-Data 577: (-1.464282)
-Data 578: (-1.699151)
-Data 579: (1.402990)
-Data 580: (-0.468521)
-Data 581: (100.000000)
-Data 582: (-0.386723)
-Data 583: (-0.374017)
-Data 584: (-0.262344)
-Data 585: (-0.481419)
-Data 586: (0.659047)
-Data 587: (0.978056)
-Data 588: (-0.047061)
-Data 589: (-0.285525)
-Data 590: (-0.850697)
-Data 591: (2.072881)
-Data 592: (1.781341)
-Data 593: (2.058574)
-Data 594: (-0.510287)
-Data 595: (1.695551)
-Data 596: (-3.510732)
-Data 597: (-0.857569)
-Data 598: (-1.067651)
-Data 599: (1.469576)
-Data 600: (0.669135)
-Data 601: (-0.681448)
-Data 602: (0.458621)
-Data 603: (-0.700447)
-Data 604: (0.575795)
-Data 605: (2.308650)
-Data 606: (0.044708)
-Data 607: (0.060163)
-Data 608: (-0.145504)
-Data 609: (0.853717)
-Data 610: (1.412172)
-Data 611: (1.184546)
-Data 612: (1.810763)
-Data 613: (-1.550877)
-Data 614: (-0.060726)
-Data 615: (-0.610029)
-Data 616: (-0.198397)
-Data 617: (-1.562530)
-Data 618: (-0.507673)
-Data 619: (0.311332)
-Data 620: (2.137363)
-Data 621: (0.402207)
-Data 622: (0.846246)
-Data 623: (-1.210659)
-Data 624: (-1.195239)
-Data 625: (1.043354)
-Data 626: (1.384872)
-Data 627: (-0.725180)
-Data 628: (0.666163)
-Data 629: (-0.898701)
-Data 630: (1.130427)
-Data 631: (0.890718)
-Data 632: (-0.242362)
-Data 633: (-1.172927)
-Data 634: (0.565910)
-Data 635: (-0.513233)
-Data 636: (-0.026723)
-Data 637: (0.390245)
-Data 638: (1.359098)
-Data 639: (-0.873151)
-Data 640: (0.973147)
-Data 641: (0.846945)
-Data 642: (-1.394935)
-Data 643: (-1.189999)
-Data 644: (-0.550131)
-Data 645: (-0.072295)
-Data 646: (1.850526)
-Data 647: (0.754222)
-Data 648: (-0.383778)
-Data 649: (-1.976930)
-Data 650: (-0.677756)
-Data 651: (-0.522199)
-Data 652: (-1.071121)
-Data 653: (0.956541)
-Data 654: (0.421220)
-Data 655: (-0.327357)
-Data 656: (0.357642)
-Data 657: (0.510412)
-Data 658: (1.785180)
-Data 659: (0.677855)
-Data 660: (0.271233)
-Data 661: (-0.678865)
-Data 662: (1.427354)
-Data 663: (-0.557258)
-Data 664: (1.869995)
-Data 665: (0.094875)
-Data 666: (-1.887210)
-Data 667: (0.278313)
-Data 668: (0.197131)
-Data 669: (2.856659)
-Data 670: (0.851026)
-Data 671: (0.283148)
-Data 672: (-0.959849)
-Data 673: (-1.647409)
-Data 674: (0.297091)
-Data 675: (-1.578352)
-Data 676: (0.090701)
-Data 677: (0.982780)
-Data 678: (0.161943)
-Data 679: (-0.501540)
-Data 680: (-0.663769)
-Data 681: (-0.869457)
-Data 682: (-0.501423)
-Data 683: (1.474303)
-Data 684: (-1.636389)
-Data 685: (-0.224065)
-Data 686: (1.728735)
-Data 687: (-0.672178)
-Data 688: (0.465140)
-Data 689: (0.666469)
-Data 690: (-0.415428)
-Data 691: (1.585377)
-Data 692: (0.327179)
-Data 693: (1.756540)
-Data 694: (-0.174331)
-Data 695: (1.089346)
-Data 696: (-0.034507)
-Data 697: (0.192218)
-Data 698: (-0.168568)
-Data 699: (0.878851)
-Data 700: (-0.766260)
-Data 701: (-0.895911)
-Data 702: (0.761680)
-Data 703: (0.642383)
-Data 704: (-0.458863)
-Data 705: (0.395777)
-Data 706: (-1.039251)
-Data 707: (-0.535070)
-Data 708: (1.727370)
-Data 709: (-0.563520)
-Data 710: (0.579622)
-Data 711: (-1.073484)
-Data 712: (-1.657763)
-Data 713: (-1.091908)
-Data 714: (-0.378430)
-Data 715: (-0.490712)
-Data 716: (1.840598)
-Data 717: (-0.556296)
-Data 718: (-0.688738)
-Data 719: (-0.518065)
-Data 720: (0.017851)
-Data 721: (-0.507251)
-Data 722: (-0.488266)
-Data 723: (-1.623040)
-Data 724: (-0.268533)
-Data 725: (1.164297)
-Data 726: (-0.379641)
-Data 727: (-1.464033)
-Data 728: (0.446679)
-Data 729: (1.044328)
-Data 730: (-0.741536)
-Data 731: (-1.401622)
-Data 732: (1.650958)
-Data 733: (-2.294429)
-Data 734: (-1.665809)
-Data 735: (0.893204)
-Data 736: (-0.061416)
-Data 737: (-0.469041)
-Data 738: (1.471188)
-Data 739: (-3.090578)
-Data 740: (-0.580415)
-Data 741: (-0.810719)
-Data 742: (-0.290513)
-Data 743: (1.162047)
-Data 744: (1.060102)
-Data 745: (1.064575)
-Data 746: (-0.691739)
-Data 747: (0.450640)
-Data 748: (-1.359424)
-Data 749: (-0.724339)
-Data 750: (-0.611686)
-Data 751: (1.004619)
-Data 752: (-1.863957)
-Data 753: (-0.301139)
-Data 754: (-0.172117)
-Data 755: (1.051237)
-Data 756: (1.733394)
-Data 757: (-2.404959)
-Data 758: (-0.050649)
-Data 759: (-0.110017)
-Data 760: (-0.045231)
-Data 761: (-0.691325)
-Data 762: (0.184279)
-Data 763: (0.987417)
-Data 764: (-0.462912)
-Data 765: (0.268279)
-Data 766: (-0.150942)
-Data 767: (-0.652717)
-Data 768: (-0.508199)
-Data 769: (-0.935557)
-Data 770: (0.507437)
-Data 771: (100.000000)
-Data 772: (-0.493763)
-Data 773: (1.338273)
-Data 774: (-0.048761)
-Data 775: (0.977545)
-Data 776: (1.000299)
-Data 777: (-1.207682)
-Data 778: (0.561795)
-Data 779: (-0.839724)
-Data 780: (0.628980)
-Data 781: (2.848097)
-Data 782: (-1.338966)
-Data 783: (-0.285252)
-Data 784: (0.412960)
-Data 785: (-0.837750)
-Data 786: (-0.406811)
-Data 787: (0.978568)
-Data 788: (1.051972)
-Data 789: (-0.387801)
-Data 790: (-0.479118)
-Data 791: (2.549268)
-Data 792: (-0.988855)
-Data 793: (0.260714)
-Data 794: (0.058252)
-Data 795: (-0.360298)
-Data 796: (-2.069816)
-Data 797: (0.235600)
-Data 798: (100.000000)
-Data 799: (2.080829)
-Data 800: (0.823571)
-Data 801: (-0.681942)
-Data 802: (0.019518)
-Data 803: (-0.978287)
-Data 804: (0.713956)
-Data 805: (0.709162)
-Data 806: (-2.011670)
-Data 807: (-0.643714)
-Data 808: (-0.453480)
-Data 809: (-0.665390)
-Data 810: (1.013721)
-Data 811: (0.583812)
-Data 812: (-1.333408)
-Data 813: (-0.505324)
-Data 814: (1.687314)
-Data 815: (-2.019731)
-Data 816: (-0.527174)
-Data 817: (-0.405152)
-Data 818: (-0.981114)
-Data 819: (0.832071)
-Data 820: (1.270173)
-Data 821: (0.431785)
-Data 822: (0.984792)
-Data 823: (-1.376149)
-Data 824: (-0.146415)
-Data 825: (-0.776835)
-Data 826: (0.405055)
-Data 827: (-0.600157)
-Data 828: (0.868413)
-Data 829: (0.215476)
-Data 830: (0.133328)
-Data 831: (-0.056788)
-Data 832: (100.000000)
-Data 833: (-0.500972)
-Data 834: (1.062186)
-Data 835: (-1.132726)
-Data 836: (2.176918)
-Data 837: (-0.144582)
-Data 838: (-1.391284)
-Data 839: (-0.245439)
-Data 840: (-0.916000)
-Data 841: (0.674703)
-Data 842: (-1.208317)
-Data 843: (0.478711)
-Data 844: (-0.014864)
-Data 845: (0.210871)
-Data 846: (2.001587)
-Data 847: (-0.496860)
-Data 848: (1.144239)
-Data 849: (-1.181744)
-Data 850: (-0.756744)
-Data 851: (1.611618)
-Data 852: (0.391136)
-Data 853: (-1.055418)
-Data 854: (0.741342)
-Data 855: (-0.564193)
-Data 856: (0.391860)
-Data 857: (-0.469337)
-Data 858: (-0.159205)
-Data 859: (-0.826435)
-Data 860: (0.738164)
-Data 861: (0.735014)
-Data 862: (1.118610)
-Data 863: (0.956540)
-Data 864: (-1.757360)
-Data 865: (0.709009)
-Data 866: (-0.190812)
-Data 867: (-1.307432)
-Data 868: (-0.535208)
-Data 869: (0.970931)
-Data 870: (-0.451182)
-Data 871: (0.508539)
-Data 872: (0.804287)
-Data 873: (1.570080)
-Data 874: (-1.113345)
-Data 875: (1.042099)
-Data 876: (0.137635)
-Data 877: (1.327955)
-Data 878: (100.000000)
-Data 879: (0.050258)
-Data 880: (0.593300)
-Data 881: (0.268672)
-Data 882: (1.112779)
-Data 883: (0.874099)
-Data 884: (-1.339358)
-Data 885: (1.066885)
-Data 886: (0.529885)
-Data 887: (-0.432558)
-Data 888: (-1.600868)
-Data 889: (-1.360057)
-Data 890: (-1.031932)
-Data 891: (1.427221)
-Data 892: (-0.287260)
-Data 893: (0.774466)
-Data 894: (0.477139)
-Data 895: (0.148165)
-Data 896: (-0.569534)
-Data 897: (0.104326)
-Data 898: (0.248269)
-Data 899: (0.644187)
-Data 900: (100.000000)
-Data 901: (0.197250)
-Data 902: (-1.245294)
-Data 903: (2.158104)
-Data 904: (-0.906511)
-Data 905: (1.579412)
-Data 906: (1.038722)
-Data 907: (1.147941)
-Data 908: (2.021129)
-Data 909: (-0.093569)
-Data 910: (1.790525)
-Data 911: (0.373760)
-Data 912: (-1.155496)
-Data 913: (0.861528)
-Data 914: (-1.064444)
-Data 915: (0.132955)
-Data 916: (1.334923)
-Data 917: (1.688040)
-Data 918: (-0.293355)
-Data 919: (-1.068790)
-Data 920: (2.072637)
-Data 921: (-0.542466)
-Data 922: (-0.426650)
-Data 923: (-0.864403)
-Data 924: (-0.365632)
-Data 925: (-0.587082)
-Data 926: (0.034969)
-Data 927: (0.461015)
-Data 928: (0.475985)
-Data 929: (-0.745579)
-Data 930: (-1.134514)
-Data 931: (-0.380595)
-Data 932: (-0.363759)
-Data 933: (-0.916255)
-Data 934: (0.699290)
-Data 935: (0.565333)
-Data 936: (2.149237)
-Data 937: (1.320326)
-Data 938: (2.280807)
-Data 939: (100.000000)
-Data 940: (-0.439888)
-Data 941: (0.712893)
-Data 942: (0.274457)
-Data 943: (-2.708919)
-Data 944: (-0.419290)
-Data 945: (0.570483)
-Data 946: (0.820198)
-Data 947: (-0.054727)
-Data 948: (0.936820)
-Data 949: (-0.049579)
-Data 950: (-0.421096)
-Data 951: (0.236403)
-Data 952: (-0.429211)
-Data 953: (0.476126)
-Data 954: (-1.405347)
-Data 955: (-0.844839)
-Data 956: (1.619632)
-Data 957: (-0.611444)
-Data 958: (1.476789)
-Data 959: (-0.963685)
-Data 960: (1.473953)
-Data 961: (-0.341928)
-Data 962: (0.412020)
-Data 963: (1.406346)
-Data 964: (0.896516)
-Data 965: (1.015455)
-Data 966: (0.118295)
-Data 967: (-1.322231)
-Data 968: (-0.868207)
-Data 969: (-2.169491)
-Data 970: (1.008798)
-Data 971: (-0.628466)
-Data 972: (0.274122)
-Data 973: (0.892182)
-Data 974: (-0.660862)
-Data 975: (-0.942274)
-Data 976: (-0.147365)
-Data 977: (0.402120)
-Data 978: (-0.492793)
-Data 979: (-0.030584)
-Data 980: (100.000000)
-Data 981: (0.454018)
-Data 982: (-0.564936)
-Data 983: (0.021541)
-Data 984: (0.986708)
-Data 985: (0.817796)
-Data 986: (0.893232)
-Data 987: (0.779217)
-Data 988: (0.951943)
-Data 989: (1.466890)
-Data 990: (0.284740)
-Data 991: (0.891338)
-Data 992: (-1.439564)
-Data 993: (-0.983000)
-Data 994: (0.055596)
-Data 995: (-0.916481)
-Data 996: (0.984144)
-Data 997: (-0.178224)
-Data 998: (0.124079)
-Data 999: (-1.340391)
-21 outliers.
-Used 979 data points after clipping 21.
-GOOD: the clipped mean was 0.017533, should have been 0.017533
-GOOD: the clipped stdev was 0.031960, should have been 0.031960
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psStats09.c                                            *
-*            TestPoint: psMathUtils functions{psVectorStats Clipped Stats Routine} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-This test should not generate any errors.
-        using a psF32 in vector
-        using a NULL errors vector
-        using a psU8 mask vector
-Data 0: (-0.785386)
-Data 1: (0.132009)
-Data 2: (0.026258)
-Data 3: (1.110537)
-Data 4: (0.373504)
-Data 5: (0.845745)
-Data 6: (-0.039515)
-Data 7: (0.184387)
-Data 8: (-3.136485)
-Data 9: (0.234151)
-Data 10: (1.263050)
-Data 11: (0.387336)
-Data 12: (-1.134962)
-Data 13: (0.662926)
-Data 14: (0.067489)
-Data 15: (-0.688745)
-Data 16: (-0.039289)
-Data 17: (0.682516)
-Data 18: (-1.289643)
-Data 19: (-0.230497)
-Data 20: (0.475838)
-Data 21: (1.641613)
-Data 22: (-0.389799)
-Data 23: (0.240456)
-Data 24: (0.157720)
-Data 25: (100.000000)
-Data 26: (-0.965824)
-Data 27: (0.400421)
-Data 28: (0.243947)
-Data 29: (2.148490)
-Data 30: (1.186170)
-Data 31: (-0.469227)
-Data 32: (-1.300670)
-Data 33: (-0.992003)
-Data 34: (0.303475)
-Data 35: (-1.443258)
-Data 36: (0.368307)
-Data 37: (0.159691)
-Data 38: (-0.550110)
-Data 39: (-1.300016)
-Data 40: (0.330213)
-Data 41: (-1.191545)
-Data 42: (1.970700)
-Data 43: (-1.315271)
-Data 44: (-2.077168)
-Data 45: (0.654758)
-Data 46: (-0.536263)
-Data 47: (0.431285)
-Data 48: (-1.043155)
-Data 49: (-0.108273)
-Data 50: (-0.351277)
-Data 51: (0.481480)
-Data 52: (2.102400)
-Data 53: (-0.405563)
-Data 54: (0.145365)
-Data 55: (-0.037471)
-Data 56: (0.248525)
-Data 57: (1.139523)
-Data 58: (-0.292583)
-Data 59: (0.803339)
-Data 60: (-0.507475)
-Data 61: (-1.901844)
-Data 62: (-0.034541)
-Data 63: (-0.581574)
-Data 64: (0.864607)
-Data 65: (0.370303)
-Data 66: (0.199184)
-Data 67: (-0.385583)
-Data 68: (0.070497)
-Data 69: (-0.282945)
-Data 70: (-1.103897)
-Data 71: (-0.514544)
-Data 72: (0.634023)
-Data 73: (1.793461)
-Data 74: (-0.808671)
-Data 75: (1.428635)
-Data 76: (-0.280008)
-Data 77: (-0.873420)
-Data 78: (-0.866967)
-Data 79: (1.870198)
-Data 80: (1.371189)
-Data 81: (0.234907)
-Data 82: (-1.123075)
-Data 83: (0.060164)
-Data 84: (-0.673866)
-Data 85: (-1.071099)
-Data 86: (-0.346378)
-Data 87: (-0.791601)
-Data 88: (1.334605)
-Data 89: (-1.250991)
-Data 90: (-0.952099)
-Data 91: (-0.520321)
-Data 92: (0.823264)
-Data 93: (-0.758434)
-Data 94: (-0.443345)
-Data 95: (-0.383743)
-Data 96: (-1.192603)
-Data 97: (-0.152201)
-Data 98: (0.754227)
-Data 99: (-0.285752)
-Data 100: (0.331080)
-Data 101: (2.080874)
-Data 102: (-1.029790)
-Data 103: (-0.012170)
-Data 104: (1.538915)
-Data 105: (-0.791079)
-Data 106: (1.768095)
-Data 107: (0.822225)
-Data 108: (2.009857)
-Data 109: (1.592321)
-Data 110: (-0.606752)
-Data 111: (1.629945)
-Data 112: (0.384976)
-Data 113: (-1.194824)
-Data 114: (-0.243928)
-Data 115: (-1.579549)
-Data 116: (1.099131)
-Data 117: (-1.920698)
-Data 118: (-1.398930)
-Data 119: (-0.096926)
-Data 120: (-0.997571)
-Data 121: (1.758804)
-Data 122: (0.479757)
-Data 123: (1.602341)
-Data 124: (1.467871)
-Data 125: (0.064787)
-Data 126: (-0.656360)
-Data 127: (-0.545799)
-Data 128: (-0.296584)
-Data 129: (1.200598)
-Data 130: (-0.306767)
-Data 131: (2.296382)
-Data 132: (0.482690)
-Data 133: (-0.939450)
-Data 134: (-2.204839)
-Data 135: (100.000000)
-Data 136: (0.519714)
-Data 137: (-1.991039)
-Data 138: (0.952267)
-Data 139: (-0.844377)
-Data 140: (0.653335)
-Data 141: (-0.436324)
-Data 142: (-3.077808)
-Data 143: (-0.441991)
-Data 144: (-0.717007)
-Data 145: (0.155677)
-Data 146: (-0.423730)
-Data 147: (0.486753)
-Data 148: (0.006043)
-Data 149: (1.128215)
-Data 150: (0.022443)
-Data 151: (-0.373202)
-Data 152: (-1.528354)
-Data 153: (-1.453461)
-Data 154: (1.841423)
-Data 155: (0.179469)
-Data 156: (0.823546)
-Data 157: (-0.573896)
-Data 158: (-1.197397)
-Data 159: (0.248720)
-Data 160: (0.092005)
-Data 161: (0.608326)
-Data 162: (-0.513710)
-Data 163: (-2.566176)
-Data 164: (-0.221375)
-Data 165: (0.303715)
-Data 166: (0.448582)
-Data 167: (100.000000)
-Data 168: (0.738201)
-Data 169: (-0.558021)
-Data 170: (-0.744701)
-Data 171: (0.436953)
-Data 172: (0.628151)
-Data 173: (0.179998)
-Data 174: (100.000000)
-Data 175: (-1.476268)
-Data 176: (0.203080)
-Data 177: (-0.762510)
-Data 178: (-1.603289)
-Data 179: (-0.831488)
-Data 180: (1.472259)
-Data 181: (0.006876)
-Data 182: (-0.347966)
-Data 183: (0.760191)
-Data 184: (0.998659)
-Data 185: (0.038206)
-Data 186: (-0.627646)
-Data 187: (-0.288035)
-Data 188: (-2.029074)
-Data 189: (-0.763311)
-Data 190: (-1.058799)
-Data 191: (100.000000)
-Data 192: (1.164780)
-Data 193: (-1.124238)
-Data 194: (0.464597)
-Data 195: (-0.507513)
-Data 196: (100.000000)
-Data 197: (0.912883)
-Data 198: (0.076616)
-Data 199: (0.242723)
-Data 200: (-0.478315)
-Data 201: (1.254897)
-Data 202: (-0.241787)
-Data 203: (1.251947)
-Data 204: (0.349654)
-Data 205: (0.042298)
-Data 206: (-0.559441)
-Data 207: (-0.071514)
-Data 208: (0.105726)
-Data 209: (0.807481)
-Data 210: (0.178126)
-Data 211: (-1.643824)
-Data 212: (100.000000)
-Data 213: (-1.254121)
-Data 214: (-1.107179)
-Data 215: (1.226782)
-Data 216: (0.582804)
-Data 217: (-1.602130)
-Data 218: (0.380762)
-Data 219: (-0.182224)
-Data 220: (-1.051501)
-Data 221: (-1.503879)
-Data 222: (1.401074)
-Data 223: (0.207078)
-Data 224: (0.445226)
-Data 225: (-0.108091)
-Data 226: (0.030031)
-Data 227: (-0.963420)
-Data 228: (1.173899)
-Data 229: (-1.156809)
-Data 230: (0.960548)
-Data 231: (0.375479)
-Data 232: (100.000000)
-Data 233: (0.089078)
-Data 234: (1.438570)
-Data 235: (-0.819503)
-Data 236: (2.411479)
-Data 237: (0.042698)
-Data 238: (-0.003958)
-Data 239: (0.495955)
-Data 240: (-0.168196)
-Data 241: (-1.520827)
-Data 242: (-0.162992)
-Data 243: (0.001515)
-Data 244: (0.090750)
-Data 245: (-0.283155)
-Data 246: (0.243909)
-Data 247: (-0.213339)
-Data 248: (-0.537282)
-Data 249: (-0.089660)
-Data 250: (0.286410)
-Data 251: (2.101143)
-Data 252: (0.825257)
-Data 253: (-1.897799)
-Data 254: (0.211798)
-Data 255: (0.117926)
-Data 256: (-1.139378)
-Data 257: (0.521184)
-Data 258: (2.281442)
-Data 259: (0.904656)
-Data 260: (0.462195)
-Data 261: (0.131302)
-Data 262: (-1.030534)
-Data 263: (0.014510)
-Data 264: (-0.636781)
-Data 265: (-0.042689)
-Data 266: (-0.986040)
-Data 267: (0.206862)
-Data 268: (0.343436)
-Data 269: (0.335769)
-Data 270: (1.276290)
-Data 271: (-0.880367)
-Data 272: (-1.054281)
-Data 273: (0.846459)
-Data 274: (-0.494707)
-Data 275: (0.856787)
-Data 276: (0.036722)
-Data 277: (0.307453)
-Data 278: (0.246209)
-Data 279: (0.580312)
-Data 280: (-0.356154)
-Data 281: (-1.499467)
-Data 282: (-1.398995)
-Data 283: (-0.795599)
-Data 284: (-0.003164)
-Data 285: (-0.019095)
-Data 286: (-0.131684)
-Data 287: (-0.271432)
-Data 288: (1.121406)
-Data 289: (1.122946)
-Data 290: (1.193424)
-Data 291: (-0.362917)
-Data 292: (-0.177344)
-Data 293: (-0.205724)
-Data 294: (-0.829086)
-Data 295: (0.661198)
-Data 296: (0.064954)
-Data 297: (100.000000)
-Data 298: (1.580982)
-Data 299: (0.782355)
-Data 300: (-1.204411)
-Data 301: (2.107277)
-Data 302: (1.663615)
-Data 303: (-0.990527)
-Data 304: (-1.187518)
-Data 305: (-1.265137)
-Data 306: (0.089560)
-Data 307: (1.122457)
-Data 308: (-0.341979)
-Data 309: (-0.161235)
-Data 310: (-1.028038)
-Data 311: (-0.183365)
-Data 312: (-0.603757)
-Data 313: (0.060354)
-Data 314: (1.776017)
-Data 315: (-0.347113)
-Data 316: (0.862735)
-Data 317: (100.000000)
-Data 318: (0.391745)
-Data 319: (0.625394)
-Data 320: (-0.847384)
-Data 321: (0.077827)
-Data 322: (0.342529)
-Data 323: (-0.445746)
-Data 324: (0.520160)
-Data 325: (0.308418)
-Data 326: (-1.198576)
-Data 327: (1.627503)
-Data 328: (0.648728)
-Data 329: (0.248206)
-Data 330: (0.735934)
-Data 331: (0.586720)
-Data 332: (0.149829)
-Data 333: (0.463921)
-Data 334: (1.169930)
-Data 335: (0.021121)
-Data 336: (-2.328529)
-Data 337: (-0.556591)
-Data 338: (-1.967011)
-Data 339: (-1.505950)
-Data 340: (-1.624805)
-Data 341: (0.408839)
-Data 342: (-0.056065)
-Data 343: (0.683467)
-Data 344: (-1.155446)
-Data 345: (-0.317239)
-Data 346: (0.638819)
-Data 347: (-0.154605)
-Data 348: (1.260878)
-Data 349: (1.220044)
-Data 350: (-0.455878)
-Data 351: (-1.374988)
-Data 352: (-1.790421)
-Data 353: (0.371523)
-Data 354: (0.063412)
-Data 355: (0.713025)
-Data 356: (0.316093)
-Data 357: (-0.506996)
-Data 358: (-0.963010)
-Data 359: (0.078586)
-Data 360: (0.920053)
-Data 361: (-0.793677)
-Data 362: (1.042620)
-Data 363: (-0.320748)
-Data 364: (1.133065)
-Data 365: (0.144593)
-Data 366: (2.805677)
-Data 367: (-2.641271)
-Data 368: (-0.210258)
-Data 369: (-0.857935)
-Data 370: (-0.414758)
-Data 371: (-1.025097)
-Data 372: (0.030107)
-Data 373: (-0.230045)
-Data 374: (-0.519746)
-Data 375: (-1.227212)
-Data 376: (100.000000)
-Data 377: (-0.791912)
-Data 378: (0.688639)
-Data 379: (1.482138)
-Data 380: (-0.142581)
-Data 381: (0.517127)
-Data 382: (0.573649)
-Data 383: (-1.480234)
-Data 384: (0.075614)
-Data 385: (-2.274195)
-Data 386: (0.007788)
-Data 387: (-1.149337)
-Data 388: (0.471633)
-Data 389: (-1.611229)
-Data 390: (1.007454)
-Data 391: (0.844424)
-Data 392: (-1.485466)
-Data 393: (-0.719872)
-Data 394: (1.209563)
-Data 395: (0.783458)
-Data 396: (-0.870134)
-Data 397: (0.202597)
-Data 398: (0.229951)
-Data 399: (0.696716)
-Data 400: (-2.007947)
-Data 401: (1.038567)
-Data 402: (-0.776473)
-Data 403: (-0.452195)
-Data 404: (-0.453331)
-Data 405: (0.450014)
-Data 406: (-0.328593)
-Data 407: (1.697939)
-Data 408: (-0.591360)
-Data 409: (1.153462)
-Data 410: (-0.556506)
-Data 411: (-1.762091)
-Data 412: (-0.578256)
-Data 413: (1.557313)
-Data 414: (0.341048)
-Data 415: (1.190938)
-Data 416: (-0.659464)
-Data 417: (1.790306)
-Data 418: (0.573720)
-Data 419: (-0.682174)
-Data 420: (-0.654435)
-Data 421: (0.478880)
-Data 422: (0.299627)
-Data 423: (-0.276893)
-Data 424: (-0.302396)
-Data 425: (-1.461001)
-Data 426: (2.932082)
-Data 427: (-0.784124)
-Data 428: (-0.586463)
-Data 429: (1.022803)
-Data 430: (-0.343780)
-Data 431: (-0.145771)
-Data 432: (-0.119495)
-Data 433: (-0.091323)
-Data 434: (-0.711637)
-Data 435: (-1.322067)
-Data 436: (-0.085847)
-Data 437: (-1.022083)
-Data 438: (-0.554940)
-Data 439: (100.000000)
-Data 440: (-2.145350)
-Data 441: (1.554175)
-Data 442: (1.594622)
-Data 443: (0.158015)
-Data 444: (-0.445373)
-Data 445: (-0.030664)
-Data 446: (0.499470)
-Data 447: (0.691434)
-Data 448: (0.505113)
-Data 449: (-0.000943)
-Data 450: (-0.932127)
-Data 451: (0.938952)
-Data 452: (0.347054)
-Data 453: (-0.873986)
-Data 454: (0.941785)
-Data 455: (-1.951578)
-Data 456: (1.152498)
-Data 457: (-0.545708)
-Data 458: (-0.031666)
-Data 459: (0.463002)
-Data 460: (-0.061085)
-Data 461: (0.914456)
-Data 462: (0.420200)
-Data 463: (-0.610854)
-Data 464: (1.697771)
-Data 465: (0.159887)
-Data 466: (1.871407)
-Data 467: (1.164889)
-Data 468: (-0.780036)
-Data 469: (0.462051)
-Data 470: (-1.054582)
-Data 471: (-0.260282)
-Data 472: (-0.945666)
-Data 473: (-0.192503)
-Data 474: (0.690290)
-Data 475: (-0.958695)
-Data 476: (-0.202712)
-Data 477: (-1.674415)
-Data 478: (0.134485)
-Data 479: (1.084675)
-Data 480: (0.520148)
-Data 481: (-1.698524)
-Data 482: (0.635871)
-Data 483: (1.849917)
-Data 484: (-1.571857)
-Data 485: (-1.106945)
-Data 486: (-0.695290)
-Data 487: (-0.764189)
-Data 488: (-0.326011)
-Data 489: (-0.058281)
-Data 490: (0.376334)
-Data 491: (-0.288510)
-Data 492: (-0.531036)
-Data 493: (-0.263003)
-Data 494: (0.276766)
-Data 495: (-1.038354)
-Data 496: (-0.042080)
-Data 497: (0.014183)
-Data 498: (1.521591)
-Data 499: (-0.443634)
-Data 500: (0.565365)
-Data 501: (-1.142307)
-Data 502: (0.493381)
-Data 503: (0.682427)
-Data 504: (-1.101841)
-Data 505: (-0.502843)
-Data 506: (1.489890)
-Data 507: (0.387037)
-Data 508: (-0.937827)
-Data 509: (0.697288)
-Data 510: (2.100589)
-Data 511: (0.069110)
-Data 512: (-2.614176)
-Data 513: (-0.447460)
-Data 514: (0.214925)
-Data 515: (100.000000)
-Data 516: (-0.319322)
-Data 517: (-2.090041)
-Data 518: (0.908290)
-Data 519: (-0.152174)
-Data 520: (-1.172371)
-Data 521: (-0.480717)
-Data 522: (-0.801624)
-Data 523: (0.747165)
-Data 524: (0.547801)
-Data 525: (0.650712)
-Data 526: (-0.883898)
-Data 527: (-0.348434)
-Data 528: (1.122167)
-Data 529: (-0.472167)
-Data 530: (0.151363)
-Data 531: (-0.725884)
-Data 532: (-0.195089)
-Data 533: (-0.801076)
-Data 534: (0.118581)
-Data 535: (1.148081)
-Data 536: (1.843644)
-Data 537: (1.018988)
-Data 538: (-0.774384)
-Data 539: (0.046144)
-Data 540: (0.308975)
-Data 541: (0.532242)
-Data 542: (0.881096)
-Data 543: (1.816407)
-Data 544: (-1.361702)
-Data 545: (0.488446)
-Data 546: (1.786959)
-Data 547: (0.503395)
-Data 548: (-1.468647)
-Data 549: (0.067025)
-Data 550: (-0.207175)
-Data 551: (0.601760)
-Data 552: (0.642101)
-Data 553: (0.536288)
-Data 554: (0.895000)
-Data 555: (0.635209)
-Data 556: (1.010380)
-Data 557: (1.507482)
-Data 558: (0.831470)
-Data 559: (-0.421896)
-Data 560: (1.084987)
-Data 561: (1.313876)
-Data 562: (-0.492274)
-Data 563: (0.096083)
-Data 564: (-0.301012)
-Data 565: (-0.311365)
-Data 566: (0.041754)
-Data 567: (-0.068171)
-Data 568: (0.885302)
-Data 569: (1.244395)
-Data 570: (0.361685)
-Data 571: (2.095367)
-Data 572: (-1.571622)
-Data 573: (-1.336313)
-Data 574: (0.536157)
-Data 575: (0.770078)
-Data 576: (-1.585918)
-Data 577: (-1.464282)
-Data 578: (-1.699151)
-Data 579: (1.402990)
-Data 580: (-0.468521)
-Data 581: (100.000000)
-Data 582: (-0.386723)
-Data 583: (-0.374017)
-Data 584: (-0.262344)
-Data 585: (-0.481419)
-Data 586: (0.659047)
-Data 587: (0.978056)
-Data 588: (-0.047061)
-Data 589: (-0.285525)
-Data 590: (-0.850697)
-Data 591: (2.072881)
-Data 592: (1.781341)
-Data 593: (2.058574)
-Data 594: (-0.510287)
-Data 595: (1.695551)
-Data 596: (-3.510732)
-Data 597: (-0.857569)
-Data 598: (-1.067651)
-Data 599: (1.469576)
-Data 600: (0.669135)
-Data 601: (-0.681448)
-Data 602: (0.458621)
-Data 603: (-0.700447)
-Data 604: (0.575795)
-Data 605: (2.308650)
-Data 606: (0.044708)
-Data 607: (0.060163)
-Data 608: (-0.145504)
-Data 609: (0.853717)
-Data 610: (1.412172)
-Data 611: (1.184546)
-Data 612: (1.810763)
-Data 613: (-1.550877)
-Data 614: (-0.060726)
-Data 615: (-0.610029)
-Data 616: (-0.198397)
-Data 617: (-1.562530)
-Data 618: (-0.507673)
-Data 619: (0.311332)
-Data 620: (2.137363)
-Data 621: (0.402207)
-Data 622: (0.846246)
-Data 623: (-1.210659)
-Data 624: (-1.195239)
-Data 625: (1.043354)
-Data 626: (1.384872)
-Data 627: (-0.725180)
-Data 628: (0.666163)
-Data 629: (-0.898701)
-Data 630: (1.130427)
-Data 631: (0.890718)
-Data 632: (-0.242362)
-Data 633: (-1.172927)
-Data 634: (0.565910)
-Data 635: (-0.513233)
-Data 636: (-0.026723)
-Data 637: (0.390245)
-Data 638: (1.359098)
-Data 639: (-0.873151)
-Data 640: (0.973147)
-Data 641: (0.846945)
-Data 642: (-1.394935)
-Data 643: (-1.189999)
-Data 644: (-0.550131)
-Data 645: (-0.072295)
-Data 646: (1.850526)
-Data 647: (0.754222)
-Data 648: (-0.383778)
-Data 649: (-1.976930)
-Data 650: (-0.677756)
-Data 651: (-0.522199)
-Data 652: (-1.071121)
-Data 653: (0.956541)
-Data 654: (0.421220)
-Data 655: (-0.327357)
-Data 656: (0.357642)
-Data 657: (0.510412)
-Data 658: (1.785180)
-Data 659: (0.677855)
-Data 660: (0.271233)
-Data 661: (-0.678865)
-Data 662: (1.427354)
-Data 663: (-0.557258)
-Data 664: (1.869995)
-Data 665: (0.094875)
-Data 666: (-1.887210)
-Data 667: (0.278313)
-Data 668: (0.197131)
-Data 669: (2.856659)
-Data 670: (0.851026)
-Data 671: (0.283148)
-Data 672: (-0.959849)
-Data 673: (-1.647409)
-Data 674: (0.297091)
-Data 675: (-1.578352)
-Data 676: (0.090701)
-Data 677: (0.982780)
-Data 678: (0.161943)
-Data 679: (-0.501540)
-Data 680: (-0.663769)
-Data 681: (-0.869457)
-Data 682: (-0.501423)
-Data 683: (1.474303)
-Data 684: (-1.636389)
-Data 685: (-0.224065)
-Data 686: (1.728735)
-Data 687: (-0.672178)
-Data 688: (0.465140)
-Data 689: (0.666469)
-Data 690: (-0.415428)
-Data 691: (1.585377)
-Data 692: (0.327179)
-Data 693: (1.756540)
-Data 694: (-0.174331)
-Data 695: (1.089346)
-Data 696: (-0.034507)
-Data 697: (0.192218)
-Data 698: (-0.168568)
-Data 699: (0.878851)
-Data 700: (-0.766260)
-Data 701: (-0.895911)
-Data 702: (0.761680)
-Data 703: (0.642383)
-Data 704: (-0.458863)
-Data 705: (0.395777)
-Data 706: (-1.039251)
-Data 707: (-0.535070)
-Data 708: (1.727370)
-Data 709: (-0.563520)
-Data 710: (0.579622)
-Data 711: (-1.073484)
-Data 712: (-1.657763)
-Data 713: (-1.091908)
-Data 714: (-0.378430)
-Data 715: (-0.490712)
-Data 716: (1.840598)
-Data 717: (-0.556296)
-Data 718: (-0.688738)
-Data 719: (-0.518065)
-Data 720: (0.017851)
-Data 721: (-0.507251)
-Data 722: (-0.488266)
-Data 723: (-1.623040)
-Data 724: (-0.268533)
-Data 725: (1.164297)
-Data 726: (-0.379641)
-Data 727: (-1.464033)
-Data 728: (0.446679)
-Data 729: (1.044328)
-Data 730: (-0.741536)
-Data 731: (-1.401622)
-Data 732: (1.650958)
-Data 733: (-2.294429)
-Data 734: (-1.665809)
-Data 735: (0.893204)
-Data 736: (-0.061416)
-Data 737: (-0.469041)
-Data 738: (1.471188)
-Data 739: (-3.090578)
-Data 740: (-0.580415)
-Data 741: (-0.810719)
-Data 742: (-0.290513)
-Data 743: (1.162047)
-Data 744: (1.060102)
-Data 745: (1.064575)
-Data 746: (-0.691739)
-Data 747: (0.450640)
-Data 748: (-1.359424)
-Data 749: (-0.724339)
-Data 750: (-0.611686)
-Data 751: (1.004619)
-Data 752: (-1.863957)
-Data 753: (-0.301139)
-Data 754: (-0.172117)
-Data 755: (1.051237)
-Data 756: (1.733394)
-Data 757: (-2.404959)
-Data 758: (-0.050649)
-Data 759: (-0.110017)
-Data 760: (-0.045231)
-Data 761: (-0.691325)
-Data 762: (0.184279)
-Data 763: (0.987417)
-Data 764: (-0.462912)
-Data 765: (0.268279)
-Data 766: (-0.150942)
-Data 767: (-0.652717)
-Data 768: (-0.508199)
-Data 769: (-0.935557)
-Data 770: (0.507437)
-Data 771: (100.000000)
-Data 772: (-0.493763)
-Data 773: (1.338273)
-Data 774: (-0.048761)
-Data 775: (0.977545)
-Data 776: (1.000299)
-Data 777: (-1.207682)
-Data 778: (0.561795)
-Data 779: (-0.839724)
-Data 780: (0.628980)
-Data 781: (2.848097)
-Data 782: (-1.338966)
-Data 783: (-0.285252)
-Data 784: (0.412960)
-Data 785: (-0.837750)
-Data 786: (-0.406811)
-Data 787: (0.978568)
-Data 788: (1.051972)
-Data 789: (-0.387801)
-Data 790: (-0.479118)
-Data 791: (2.549268)
-Data 792: (-0.988855)
-Data 793: (0.260714)
-Data 794: (0.058252)
-Data 795: (-0.360298)
-Data 796: (-2.069816)
-Data 797: (0.235600)
-Data 798: (100.000000)
-Data 799: (2.080829)
-Data 800: (0.823571)
-Data 801: (-0.681942)
-Data 802: (0.019518)
-Data 803: (-0.978287)
-Data 804: (0.713956)
-Data 805: (0.709162)
-Data 806: (-2.011670)
-Data 807: (-0.643714)
-Data 808: (-0.453480)
-Data 809: (-0.665390)
-Data 810: (1.013721)
-Data 811: (0.583812)
-Data 812: (-1.333408)
-Data 813: (-0.505324)
-Data 814: (1.687314)
-Data 815: (-2.019731)
-Data 816: (-0.527174)
-Data 817: (-0.405152)
-Data 818: (-0.981114)
-Data 819: (0.832071)
-Data 820: (1.270173)
-Data 821: (0.431785)
-Data 822: (0.984792)
-Data 823: (-1.376149)
-Data 824: (-0.146415)
-Data 825: (-0.776835)
-Data 826: (0.405055)
-Data 827: (-0.600157)
-Data 828: (0.868413)
-Data 829: (0.215476)
-Data 830: (0.133328)
-Data 831: (-0.056788)
-Data 832: (100.000000)
-Data 833: (-0.500972)
-Data 834: (1.062186)
-Data 835: (-1.132726)
-Data 836: (2.176918)
-Data 837: (-0.144582)
-Data 838: (-1.391284)
-Data 839: (-0.245439)
-Data 840: (-0.916000)
-Data 841: (0.674703)
-Data 842: (-1.208317)
-Data 843: (0.478711)
-Data 844: (-0.014864)
-Data 845: (0.210871)
-Data 846: (2.001587)
-Data 847: (-0.496860)
-Data 848: (1.144239)
-Data 849: (-1.181744)
-Data 850: (-0.756744)
-Data 851: (1.611618)
-Data 852: (0.391136)
-Data 853: (-1.055418)
-Data 854: (0.741342)
-Data 855: (-0.564193)
-Data 856: (0.391860)
-Data 857: (-0.469337)
-Data 858: (-0.159205)
-Data 859: (-0.826435)
-Data 860: (0.738164)
-Data 861: (0.735014)
-Data 862: (1.118610)
-Data 863: (0.956540)
-Data 864: (-1.757360)
-Data 865: (0.709009)
-Data 866: (-0.190812)
-Data 867: (-1.307432)
-Data 868: (-0.535208)
-Data 869: (0.970931)
-Data 870: (-0.451182)
-Data 871: (0.508539)
-Data 872: (0.804287)
-Data 873: (1.570080)
-Data 874: (-1.113345)
-Data 875: (1.042099)
-Data 876: (0.137635)
-Data 877: (1.327955)
-Data 878: (100.000000)
-Data 879: (0.050258)
-Data 880: (0.593300)
-Data 881: (0.268672)
-Data 882: (1.112779)
-Data 883: (0.874099)
-Data 884: (-1.339358)
-Data 885: (1.066885)
-Data 886: (0.529885)
-Data 887: (-0.432558)
-Data 888: (-1.600868)
-Data 889: (-1.360057)
-Data 890: (-1.031932)
-Data 891: (1.427221)
-Data 892: (-0.287260)
-Data 893: (0.774466)
-Data 894: (0.477139)
-Data 895: (0.148165)
-Data 896: (-0.569534)
-Data 897: (0.104326)
-Data 898: (0.248269)
-Data 899: (0.644187)
-Data 900: (100.000000)
-Data 901: (0.197250)
-Data 902: (-1.245294)
-Data 903: (2.158104)
-Data 904: (-0.906511)
-Data 905: (1.579412)
-Data 906: (1.038722)
-Data 907: (1.147941)
-Data 908: (2.021129)
-Data 909: (-0.093569)
-Data 910: (1.790525)
-Data 911: (0.373760)
-Data 912: (-1.155496)
-Data 913: (0.861528)
-Data 914: (-1.064444)
-Data 915: (0.132955)
-Data 916: (1.334923)
-Data 917: (1.688040)
-Data 918: (-0.293355)
-Data 919: (-1.068790)
-Data 920: (2.072637)
-Data 921: (-0.542466)
-Data 922: (-0.426650)
-Data 923: (-0.864403)
-Data 924: (-0.365632)
-Data 925: (-0.587082)
-Data 926: (0.034969)
-Data 927: (0.461015)
-Data 928: (0.475985)
-Data 929: (-0.745579)
-Data 930: (-1.134514)
-Data 931: (-0.380595)
-Data 932: (-0.363759)
-Data 933: (-0.916255)
-Data 934: (0.699290)
-Data 935: (0.565333)
-Data 936: (2.149237)
-Data 937: (1.320326)
-Data 938: (2.280807)
-Data 939: (100.000000)
-Data 940: (-0.439888)
-Data 941: (0.712893)
-Data 942: (0.274457)
-Data 943: (-2.708919)
-Data 944: (-0.419290)
-Data 945: (0.570483)
-Data 946: (0.820198)
-Data 947: (-0.054727)
-Data 948: (0.936820)
-Data 949: (-0.049579)
-Data 950: (-0.421096)
-Data 951: (0.236403)
-Data 952: (-0.429211)
-Data 953: (0.476126)
-Data 954: (-1.405347)
-Data 955: (-0.844839)
-Data 956: (1.619632)
-Data 957: (-0.611444)
-Data 958: (1.476789)
-Data 959: (-0.963685)
-Data 960: (1.473953)
-Data 961: (-0.341928)
-Data 962: (0.412020)
-Data 963: (1.406346)
-Data 964: (0.896516)
-Data 965: (1.015455)
-Data 966: (0.118295)
-Data 967: (-1.322231)
-Data 968: (-0.868207)
-Data 969: (-2.169491)
-Data 970: (1.008798)
-Data 971: (-0.628466)
-Data 972: (0.274122)
-Data 973: (0.892182)
-Data 974: (-0.660862)
-Data 975: (-0.942274)
-Data 976: (-0.147365)
-Data 977: (0.402120)
-Data 978: (-0.492793)
-Data 979: (-0.030584)
-Data 980: (100.000000)
-Data 981: (0.454018)
-Data 982: (-0.564936)
-Data 983: (0.021541)
-Data 984: (0.986708)
-Data 985: (0.817796)
-Data 986: (0.893232)
-Data 987: (0.779217)
-Data 988: (0.951943)
-Data 989: (1.466890)
-Data 990: (0.284740)
-Data 991: (0.891338)
-Data 992: (-1.439564)
-Data 993: (-0.983000)
-Data 994: (0.055596)
-Data 995: (-0.916481)
-Data 996: (0.984144)
-Data 997: (-0.178224)
-Data 998: (0.124079)
-Data 999: (-1.340391)
-21 outliers.
-Used 979 data points after clipping 21.
-GOOD: the clipped mean was 0.017533, should have been 0.017533
-GOOD: the clipped stdev was 1.009755, should have been 1.009755
-TEST PASSED
Index: unk/psLib/test/mathtypes/verified/tst_psImage.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psImage.stderr	(revision 8809)
+++ 	(revision )
@@ -1,219 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{psImageAlloc}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    #546 - psImageAlloc shall allocate memory for a psImage structure
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 101h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 102h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 104h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 108h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 301h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 302h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 304h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 308h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 404h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 408h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 808h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Testing psImage with type 810h
-<DATE><TIME>|<HOST>|I|testImageAlloc
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psImageAlloc (FILE:LINENO)
-    Specified number of rows (0) or columns (0) is invalid.
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [50:99,70:19], is invalid or outside input psImage's boundaries, [0:99,0:99].
-<DATE><TIME>|<HOST>|E|imageSubset (FILE:LINENO)
-    Specified subset range, [70:19,90:39], is invalid or outside input psImage's boundaries, [0:99,0:99].
-
----> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{psRegionSet}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psRegionFromString (FILE:LINENO)
-    Specified subsection string, '[1:2,3:]', can not be parsed.  Must be in the form '[x1:x2,y1:y2]'.
-
----> TESTPOINT PASSED (psImage{psRegionSet} | tst_psImage.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{psRegionForImage}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImage{psRegionForImage} | tst_psImage.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{psRegionForSquare}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psImage{psRegionForSquare} | tst_psImage.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{psImageInit}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psImageInit (FILE:LINENO)
-    Error: Value -1 out of Range.
-<DATE><TIME>|<HOST>|E|testImageInit (FILE:LINENO)
-    ImageInit failed.  U8 Case - 1x1
-
----> TESTPOINT PASSED (psImage{psImageInit} | tst_psImage.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{psImageSet}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Unallowable operation: psImage image or its data is NULL.
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Error: image->numCols is 0 or less.
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Error: image->numRows is 0 or less.
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Error: image->row0 is less than 0.
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Error: image->col0 is less than 0.
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Invalid x-position 0.  Position out of range (10-14)
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Invalid x-position 9.  Position out of range (10-14)
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Invalid x-position 15.  Position out of range (10-14)
-<DATE><TIME>|<HOST>|I|testImageSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageSet (FILE:LINENO)
-    Invalid x-position 9.  Position out of range (10-14)
-
----> TESTPOINT PASSED (psImage{psImageSet} | tst_psImage.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psImage.c                                              *
-*            TestPoint: psImage{psImageGet}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Unallowable operation: psImage image or its data is NULL.
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Error: image->numCols is 0 or less.
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Error: image->numRows is 0 or less.
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Error: image->row0 is less than 0.
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Error: image->col0 is less than 0.
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Invalid x-position 1.  Position out of range (10-14)
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Invalid x-position 9.  Position out of range (10-14)
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Invalid x-position 15.  Position out of range (10-14)
-<DATE><TIME>|<HOST>|I|testImageGet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psImageGet (FILE:LINENO)
-    Invalid x-position 9.  Position out of range (10-14)
-
----> TESTPOINT PASSED (psImage{psImageGet} | tst_psImage.c)
-
Index: unk/psLib/test/mathtypes/verified/tst_psScalar.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psScalar.stderr	(revision 8809)
+++ 	(revision )
@@ -1,34 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psScalar.c                                             *
-*            TestPoint: psScalar{psScalarAlloc}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testScalarAlloc
-    psScalarAlloc shall create scalar data objects
-<DATE><TIME>|<HOST>|I|testScalarAlloc
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psScalarAlloc (FILE:LINENO)
-    Specified datatype (4865) is unsupported by psScalar.
-
----> TESTPOINT PASSED (psScalar{psScalarAlloc} | tst_psScalar.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psScalar.c                                             *
-*            TestPoint: psScalar{psScalarCopy}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testScalarCopy
-    psScalarCopy shall copy scalar objects
-<DATE><TIME>|<HOST>|I|testScalarCopy
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psScalarCopy (FILE:LINENO)
-    Specified datatype (4865) is unsupported by psScalar.
-<DATE><TIME>|<HOST>|I|testScalarCopy
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psScalarCopy (FILE:LINENO)
-    Can not copy a NULL psScalar.
-
----> TESTPOINT PASSED (psScalar{psScalarCopy} | tst_psScalar.c)
-
Index: unk/psLib/test/mathtypes/verified/tst_psVector.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVector.stderr	(revision 8809)
+++ 	(revision )
@@ -1,139 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorAlloc}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testVectorAlloc
-    Following should be an error.
-<HOST>|E|psVectorAlloc (FILE:LINENO)
-    Input psVector is an unsupported type (0x0).
-
----> TESTPOINT PASSED (psVector{psVectorAlloc} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorRealloc}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testVectorRealloc
-    Following should generate error message
-<HOST>|E|psVectorRealloc (FILE:LINENO)
-    psVectorRealloc must a given a non-NULL psVector to resize.  Desired datatype unknown.
-
----> TESTPOINT PASSED (psVector{psVectorRealloc} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorExtend}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVector{psVectorExtend} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorInit}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testVectorInit
-    Following should generate error message
-<HOST>|E|psVectorInit (FILE:LINENO)
-    Error:  U16 Value out of Range.
-<HOST>|I|testVectorInit
-    Following should generate error message
-<HOST>|E|psVectorInit (FILE:LINENO)
-    Error:  S8 Value out of Range.
-
----> TESTPOINT PASSED (psVector{psVectorInit} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorCreate}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVector{psVectorCreate} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorCreateA}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVector{psVectorCreateA} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorCreateB}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVector{psVectorCreateB} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorGet/Set}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testVectorGetSet
-    Following should generate error message
-<HOST>|E|psVectorSet (FILE:LINENO)
-    Invalid position.  Number too large
-
----> TESTPOINT PASSED (psVector{psVectorGet/Set} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorCountPixelMask}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testVectorCountPixelMask
-    Following should generate error message
-<HOST>|E|psVectorCountPixelMask (FILE:LINENO)
-    The input psVector can not be NULL.
-<HOST>|I|testVectorCountPixelMask
-    Following should generate error message
-<HOST>|E|psVectorCountPixelMask (FILE:LINENO)
-    psVector type does not match the specified psMaskType!
-
----> TESTPOINT PASSED (psVector{psVectorCountPixelMask} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorLength}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testVectorLength
-    Following should generate error message
-<HOST>|E|psVectorLength (FILE:LINENO)
-    Error:  Specified vector is not a valid psVector 
-<HOST>|I|testVectorLength
-    Following should generate error message
-<HOST>|E|psVectorLength (FILE:LINENO)
-    Error:  Specified vector is not a valid psVector 
-
----> TESTPOINT PASSED (psVector{psVectorLength} | tst_psVector.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVector.c                                             *
-*            TestPoint: psVector{psVectorCopy}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|testVectorCopy
-    Following should generate error message
-<HOST>|E|psVectorCopy (FILE:LINENO)
-    The input psVector can not be NULL.
-
----> TESTPOINT PASSED (psVector{psVectorCopy} | tst_psVector.c)
-
Index: unk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr	(revision 8809)
+++ 	(revision )
@@ -1,6 +1,0 @@
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error messgae
-<DATE><TIME>|<HOST>|E|psVectorCopy (FILE:LINENO)
-    Input psVector is an unsupported type.
-<DATE><TIME>|<HOST>|E|psVectorSort (FILE:LINENO)
-    Error in psVectorSort:  psVectorCopy returned NULL vector!
Index: unk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stdout
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,45 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_01.c                                      *
-*            TestPoint: psVectorSort{Sort all types}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Sort all types} | tst_psVectorSort_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_01.c                                      *
-*            TestPoint: psVectorSort{Sort input float vector into itself}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Sort input float vector into itself} | tst_psVectorSort_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_01.c                                      *
-*            TestPoint: psVectorSort{Invalid vector type}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Invalid vector type} | tst_psVectorSort_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_01.c                                      *
-*            TestPoint: psVectorSort{Sort zero element vector}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Sort zero element vector} | tst_psVectorSort_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_01.c                                      *
-*            TestPoint: psVectorSort{Free float vectors}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Free float vectors} | tst_psVectorSort_01.c)
-
Index: unk/psLib/test/mathtypes/verified/tst_psVectorSort_02.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message
-<DATE><TIME>|<HOST>|E|psVectorSortIndex (FILE:LINENO)
-    psVectorSort can not sort a NULL psVector.
-<DATE><TIME>|<HOST>|I|main
-    Following should generate two error messages(psVectorSort,psVectorSortIndex)
-<DATE><TIME>|<HOST>|E|psVectorSortIndex (FILE:LINENO)
-    Input psVector is an unsupported type (0x1301).
Index: unk/psLib/test/mathtypes/verified/tst_psVectorSort_02.stdout
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,54 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_02.c                                      *
-*            TestPoint: psVectorSortIndex{Sort by index for all types}             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSortIndex{Sort by index for all types} | tst_psVectorSort_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_02.c                                      *
-*            TestPoint: psVectorSortIndex{Attempt to sort with NULL input}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSortIndex{Attempt to sort with NULL input} | tst_psVectorSort_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_02.c                                      *
-*            TestPoint: psVectorSortIndex{Sort with resize output vector}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSortIndex{Sort with resize output vector} | tst_psVectorSort_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_02.c                                      *
-*            TestPoint: psVectorSortIndex{Sort with input vector with zero elements} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSortIndex{Sort with input vector with zero elements} | tst_psVectorSort_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_02.c                                      *
-*            TestPoint: psVectorSortIndex{Attempt to sort with invalid type}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSortIndex{Attempt to sort with invalid type} | tst_psVectorSort_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_02.c                                      *
-*            TestPoint: psVectorSortIndex{Free vectors}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Free vectors} | tst_psVectorSort_02.c)
-
Index: unk/psLib/test/mathtypes/verified/tst_psVectorSort_03.stdout
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_03.stdout	(revision 8809)
+++ 	(revision )
@@ -1,59 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_03.c                                      *
-*            TestPoint: psVectorSort{Create float vectors of different sizes}      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-arr[0] = 0.000000
-arr[1] = 0.000000
-arr[2] = 0.000000
-arr[3] = 0.000000
-arr[4] = 0.000000
-
----> TESTPOINT PASSED (psVectorSort{Create float vectors of different sizes} | tst_psVectorSort_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_03.c                                      *
-*            TestPoint: psVectorSort{Sort float vector}                            *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Input and output vector sizes are not equal                *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Sort float vector} | tst_psVectorSort_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_03.c                                      *
-*            TestPoint: psVectorSort{Create float & double vectors of same size}   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-vec[0] = 0.000000
-vec[1] = 0.000000
-vec[2] = 0.000000
-vec[3] = 0.000000
-vec[4] = 0.000000
-
----> TESTPOINT PASSED (psVectorSort{Create float and double vectors same size} | tst_psVectorSort_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_03.c                                      *
-*            TestPoint: psVectorSort{Sort F32/F64 vector}                          *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Input and output vector different types                    *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Sort float vector} | tst_psVectorSort_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_03.c                                      *
-*            TestPoint: psVectorSort{Free float vectors}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Free float vectors} | tst_psVectorSort_03.c)
-
Index: unk/psLib/test/mathtypes/verified/tst_psVectorSort_04.stderr
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_04.stderr	(revision 8809)
+++ 	(revision )
@@ -1,2 +1,0 @@
-<DATE><TIME>|<HOST>|E|psVectorSort (FILE:LINENO)
-    psVectorSort can not sort a NULL psVector.
Index: unk/psLib/test/mathtypes/verified/tst_psVectorSort_04.stdout
===================================================================
--- /trunk/psLib/test/mathtypes/verified/tst_psVectorSort_04.stdout	(revision 8809)
+++ 	(revision )
@@ -1,20 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_04.c                                      *
-*            TestPoint: psVectorSort{Attempt to sort with null input vector}       *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null input vector                                          *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Attempt to sort with null input vector} | tst_psVectorSort_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psVectorSort_04.c                                      *
-*            TestPoint: psVectorSort{Free vectors}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psVectorSort{Free arays} | tst_psVectorSort_04.c)
-
Index: unk/psLib/test/sys/verified/tst_psAbort.stderr
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psAbort.stderr	(revision 8809)
+++ 	(revision )
@@ -1,32 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psAbort.c                                              *
-*            TestPoint: psAbort{Multiple type values in abort message}             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|testAbort00
-    ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
-
----> TESTPOINT PASSED (psAbort{Multiple type values in abort message} | tst_psAbort.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psAbort.c                                              *
-*            TestPoint: psAbort{String values in abort message}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|__LINE__
-    NO_VALUES
-
----> TESTPOINT PASSED (psAbort{String values in abort message} | tst_psAbort.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psAbort.c                                              *
-*            TestPoint: psAbort{Empty strings in abort message}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|
-
----> TESTPOINT PASSED (psAbort{Empty strings in abort message} | tst_psAbort.c)
-
Index: unk/psLib/test/sys/verified/tst_psConfigure.stderr
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psConfigure.stderr	(revision 8809)
+++ 	(revision )
@@ -1,11 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psConfigure.c                                          *
-*            TestPoint: psConfigure{Return current psLib version}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|psLibVersion00
-    Current psLib version is: pslib-vX.X.X
-
----> TESTPOINT PASSED (psConfigure{Return current psLib version} | tst_psConfigure.c)
-
Index: unk/psLib/test/sys/verified/tst_psError.stderr
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psError.stderr	(revision 8809)
+++ 	(revision )
@@ -1,112 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psError.c                                              *
-*            TestPoint: psError{psError()}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|testError00 (FILE:LINENO)
-    ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
-<DATE><TIME>|<HOST>|E|testError00 (FILE:LINENO)
-    NO VALUES
-<DATE><TIME>|<HOST>|E|testError00 (FILE:LINENO)
-
----> TESTPOINT PASSED (psError{psError()} | tst_psError.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psError.c                                              *
-*            TestPoint: psError{psErrorMsg(),psErrorStackPrint()}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|testError01 (FILE:LINENO)
-    Error code = 262
-ERROR STACK PRINT Test1A -> testError01 (FILE:LINENO): parameter is out-of-range
-     Error code = 262
-<DATE><TIME>|<HOST>|E|testError01 (FILE:LINENO)
-    Error code = 263
-ERROR STACK PRINT Test1B -> testError01 (FILE:LINENO): parameter is of unsupported type
-     Error code = 263
-<DATE><TIME>|<HOST>|E|testError01 (FILE:LINENO)
-    Error code = -1
-ERROR STACK PRINT Test1D -> testError01 (FILE:LINENO): (null)
-     Error code = -1
-<DATE><TIME>|<HOST>|E|testError01 (FILE:LINENO)
-    Error code = 262
-ERROR STACK PRINT Test1E -> testError01 (FILE:LINENO): (null)
-     Error code = -1
- -> testError01 (FILE:LINENO): parameter is out-of-range
-     Error code = 262
-<DATE><TIME>|<HOST>|E|testError01 (FILE:LINENO)
-    Errno code = 9
-ERROR STACK PRINT Test1F -> testError01 (FILE:LINENO): Bad file descriptor
-     Errno code = 9
-
----> TESTPOINT PASSED (psError{psErrorMsg(),psErrorStackPrint()} | tst_psError.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psError.c                                              *
-*            TestPoint: psError{psErrorStackPrintV()}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|testError02 (FILE:LINENO)
-    Error code = 262
-ERROR STACK PRINT Test2A -> testError02 (FILE:LINENO): parameter is out-of-range
-     Error code = 262
-
----> TESTPOINT PASSED (psError{psErrorStackPrintV()} | tst_psError.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psError.c                                              *
-*            TestPoint: psError{psErrorGet(),psErrorLast()}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|testError03 (FILE:LINENO)
-    Error code = 262
-<DATE><TIME>|<HOST>|E|testError03 (FILE:LINENO)
-    Error code = 263
-<DATE><TIME>|<HOST>|E|testError03 (FILE:LINENO)
-    Error code = 264
-
----> TESTPOINT PASSED (psError{psErrorGet(),psErrorLast()} | tst_psError.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psError.c                                              *
-*            TestPoint: psError{psErrorClear()}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|testError04 (FILE:LINENO)
-    Error code = 262
-<DATE><TIME>|<HOST>|E|testError04 (FILE:LINENO)
-    Error code = 263
-<DATE><TIME>|<HOST>|E|testError04 (FILE:LINENO)
-    Error code = 264
-
----> TESTPOINT PASSED (psError{psErrorClear()} | tst_psError.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psError.c                                              *
-*            TestPoint: psError{psErrorCodeString()}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|tst_psError05
-    parameter is out-of-range
-
----> TESTPOINT PASSED (psError{psErrorCodeString()} | tst_psError.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psError.c                                              *
-*            TestPoint: psError{psErrorRegister()}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testErrorRegister
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psErrorRegister (FILE:LINENO)
-    Specified psErrorDescription pointer can not be NULL.
-
----> TESTPOINT PASSED (psError{psErrorRegister()} | tst_psError.c)
-
Index: unk/psLib/test/sys/verified/tst_psLogMsg.stderr
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psLogMsg.stderr	(revision 8809)
+++ 	(revision )
@@ -1,211 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLogMsg.c                                             *
-*            TestPoint: psLogMsg{default log levels, printf-style strings}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|testLogMsg00
-    Hello World!  My level is 0 0.000000 beep beep
-<DATE><TIME>|<HOST>|E|testLogMsg00
-    Hello World!  My level is 1 1.000000 beep beep
-<DATE><TIME>|<HOST>|W|testLogMsg00
-    Hello World!  My level is 2 2.000000 beep beep
-<DATE><TIME>|<HOST>|I|testLogMsg00
-    Hello World!  My level is 3 3.000000 beep beep
-
----> TESTPOINT PASSED (psLogMsg{default log levels, printf-style strings} | tst_psLogMsg.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLogMsg.c                                             *
-*            TestPoint: psLogMsg{default log levels, psVLogMsg()}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|testLogMsg01
-    Hello World!  My level is 0 0.000000 beep beep
-<DATE><TIME>|<HOST>|E|testLogMsg01
-    Hello World!  My level is 1 1.000000 beep beep
-<DATE><TIME>|<HOST>|W|testLogMsg01
-    Hello World!  My level is 2 2.000000 beep beep
-<DATE><TIME>|<HOST>|I|testLogMsg01
-    Hello World!  My level is 3 3.000000 beep beep
-
----> TESTPOINT PASSED (psLogMsg{default log levels, psVLogMsg()} | tst_psLogMsg.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLogMsg.c                                             *
-*            TestPoint: psLogMsg{psLogSet/GetLevel()}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|testLogMsg02
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg02
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg02
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg02
-    Hello World!  My level is 3
-<DATE><TIME>|<HOST>|4|testLogMsg02
-    Hello World!  My level is 4
-<DATE><TIME>|<HOST>|5|testLogMsg02
-    Hello World!  My level is 5
-<DATE><TIME>|<HOST>|6|testLogMsg02
-    Hello World!  My level is 6
-<DATE><TIME>|<HOST>|7|testLogMsg02
-    Hello World!  My level is 7
-<DATE><TIME>|<HOST>|8|testLogMsg02
-    Hello World!  My level is 8
-<DATE><TIME>|<HOST>|9|testLogMsg02
-    Hello World!  My level is 9
-<DATE><TIME>|<HOST>|4|testLogMsg02
-    This should  be displayed (level 4)
-<DATE><TIME>|<HOST>|4|testLogMsg02
-    This should display level 4 logging -> level 4
-
----> TESTPOINT PASSED (psLogMsg{psLogSet/GetLevel()} | tst_psLogMsg.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLogMsg.c                                             *
-*            TestPoint: psLogMsg{psLogSetFormat()}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-------------- psLogSetFormat() -------------
-<DATE><TIME>|<HOST>|A|testLogMsg03
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg03
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg03
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg03
-    Hello World!  My level is 3
-------------- psLogSetFormat(NULL) -------------
-------------- psLogSetFormat(T) -------------
-<DATE><TIME>
-
-<DATE><TIME>
-
-<DATE><TIME>
-
-<DATE><TIME>
-
-------------- psLogSetFormat(H) -------------
-<HOST>
-<HOST>
-<HOST>
-<HOST>
-------------- psLogSetFormat(L) -------------
-A
-
-E
-
-W
-
-I
-
-------------- psLogSetFormat(N) -------------
-testLogMsg03
-
-testLogMsg03
-
-testLogMsg03
-
-testLogMsg03
-
-------------- psLogSetFormat(M) -------------
-    Hello World!  My level is 0
-    Hello World!  My level is 1
-    Hello World!  My level is 2
-    Hello World!  My level is 3
-------------- psLogSetFormat(THLNM) -------------
-<DATE><TIME>|<HOST>|A|testLogMsg03
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg03
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg03
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg03
-    Hello World!  My level is 3
-
----> TESTPOINT PASSED (psLogMsg{psLogSetFormat()} | tst_psLogMsg.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLogMsg.c                                             *
-*            TestPoint: psLogMsg{Output Format}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|Under 15 chars
-    Hello World!
-<DATE><TIME>|<HOST>|A|This string is more than 15 chars
-    Hello World!
-<DATE><TIME>|<HOST>|A|testLogMsg04
-    Line #1
-<DATE><TIME>|<HOST>|A|testLogMsg04
-    Line #2
-<DATE><TIME>|<HOST>|A|testLogMsg04
-    Line #3
-<DATE><TIME>|<HOST>|A|testLogMsg04
-    Line #4
-
----> TESTPOINT PASSED (psLogMsg{Output Format} | tst_psLogMsg.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLogMsg.c                                             *
-*            TestPoint: psLogMsg{psLogSet/GetDestination()}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|testLogMsg05
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg05
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg05
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg05
-    Hello World!  My level is 3
-<DATE><TIME>|<HOST>|A|testLogMsg05
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg05
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg05
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg05
-    Hello World!  My level is 3
-<DATE><TIME>|<HOST>|A|testLogMsg05
-    Hello World! My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg05
-    Hello World! My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg05
-    Hello World! My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg05
-    Hello World! My level is 3
-
----> TESTPOINT PASSED (psLogMsg{psLogSet/GetDestination()} | tst_psLogMsg.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLogMsg.c                                             *
-*            TestPoint: psLogMsg{psMessageDestination()}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|A|testLogMsg06
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg06
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg06
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg06
-    Hello World!  My level is 3
-<DATE><TIME>|<HOST>|A|testLogMsg06
-    Hello World!  My level is 0 - stderr
-<DATE><TIME>|<HOST>|E|testLogMsg06
-    Hello World!  My level is 1 - stderr
-<DATE><TIME>|<HOST>|W|testLogMsg06
-    Hello World!  My level is 2 - stderr
-<DATE><TIME>|<HOST>|I|testLogMsg06
-    Hello World!  My level is 3 - stderr
-
----> TESTPOINT PASSED (psLogMsg{psMessageDestination()} | tst_psLogMsg.c)
-
Index: unk/psLib/test/sys/verified/tst_psLogMsg.stdout
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psLogMsg.stdout	(revision 8809)
+++ 	(revision )
@@ -1,48 +1,0 @@
-<DATE><TIME>|<HOST>|A|testLogMsg05
-    Hello World!  My level is 0
---------------- psLogSetDestination(PS_LOG_NONE) ----------------
-    File Descriptor = 0 
-------------- psLogSetDestination(PS_LOG_TO_STDERR) -------------
-    File Descriptor = 2 
-------------- psLogSetDestination(PS_LOG_TO_STDOUT) -------------
-    File Descriptor = 1 
-<DATE><TIME>|<HOST>|E|testLogMsg05
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg05
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg05
-    Hello World!  My level is 3
---------------- psLogSetDestination(file:log.txt) ---------------
-    File Descriptor = 3 
---------------------- The Contents of log.txt -------------------
-<DATE><TIME>|<HOST>|A|testLogMsg05
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg05
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg05
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg05
-    Hello World!  My level is 3
---------------- psLogSetDestination(file:eva/log.txt) ----------
-<DATE><TIME>|<HOST>|A|testLogMsg06
-    Hello World!  My level is 0 - stdout
---------------- psMessageDestination(PS_LOG_NONE) ----------------
-------------- psMessageDestination(PS_LOG_TO_STDERR) -------------
-------------- psMessageDestination(PS_LOG_TO_STDOUT) -------------
-<DATE><TIME>|<HOST>|E|testLogMsg06
-    Hello World!  My level is 1 - stdout
-<DATE><TIME>|<HOST>|W|testLogMsg06
-    Hello World!  My level is 2 - stdout
-<DATE><TIME>|<HOST>|I|testLogMsg06
-    Hello World!  My level is 3 - stdout
---------------- psMessageDestination(file:log2.txt) ---------------
---------------------- The Contents of log2.txt -------------------
-<DATE><TIME>|<HOST>|A|testLogMsg06
-    Hello World!  My level is 0
-<DATE><TIME>|<HOST>|E|testLogMsg06
-    Hello World!  My level is 1
-<DATE><TIME>|<HOST>|W|testLogMsg06
-    Hello World!  My level is 2
-<DATE><TIME>|<HOST>|I|testLogMsg06
-    Hello World!  My level is 3
---------------- psMessageDestination(file:eva/log.txt) ----------
Index: unk/psLib/test/sys/verified/tst_psMemory.stderr
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psMemory.stderr	(revision 8809)
+++ 	(revision )
@@ -1,173 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{checkBufferPositive}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPCheckBufferPositive
-    psAlloc shall allocate memory blocks writeable by caller.
-
----> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{outOfMemory}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPOutOfMemory
-    Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
-<HOST>|I|TPOutOfMemoryExhaustedCallback
-    Custom MemExhaustedCallback was invoked.
-<HOST>|A|p_psAlloc
-    Failed to allocate <N> bytes at FILE:LINENO
-
----> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{reallocOutOfMemory}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPReallocOutOfMemory
-    Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
-<HOST>|I|TPOutOfMemoryExhaustedCallback
-    Custom MemExhaustedCallback was invoked.
-<HOST>|A|p_psRealloc
-    Failed to reallocate <N> bytes at FILE:LINENO
-
----> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{psRealloc}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPrealloc
-    psRealloc shall increase/decrease memory buffer while preserving contents
-<HOST>|I|TPrealloc
-    Expanding memory buffer.
-<HOST>|I|TPrealloc
-    Shrinking memory buffer.
-
----> TESTPOINT PASSED (psMemory{psRealloc} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{allocCallback}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPallocCallback
-    call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
-<HOST>|I|memAllocCallback
-    block 2 was (re)allocated
-<HOST>|I|memAllocCallback
-    block 3 was (re)allocated
-<HOST>|I|memFreeCallback
-    block 2 was freed
-<HOST>|I|memFreeCallback
-    block 3 was freed
-<HOST>|I|memAllocCallback
-    block 4 was (re)allocated
-<HOST>|I|memAllocCallback
-    block 4 was (re)allocated
-<HOST>|I|memFreeCallback
-    block 4 was freed
-
----> TESTPOINT PASSED (psMemory{allocCallback} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{checkLeaks}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPcheckLeaks
-    psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
-<HOST>|I|TPcheckLeaks
-    following psMemCheckLeaks call should produce one instance.
-                   file:line ID
- FILE:LINENO  1
-<HOST>|I|TPcheckLeaks
-    Testing psMemCheckLeaks again with a different leak location
-<HOST>|I|TPcheckLeaks
-    following psMemCheckLeaks call should produce one error.
-                   file:line ID
- FILE:LINENO  11
-<HOST>|I|TPcheckLeaks
-    Testing psMemCheckLeaks again with multiple leak locations.
-<HOST>|I|TPcheckLeaks
-    following psMemCheckLeaks call should produce two errors.
-                   file:line ID
- FILE:LINENO  16
- FILE:LINENO  14
-
----> TESTPOINT PASSED (psMemory{checkLeaks} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{psMemCorruption}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPmemCorruption
-    psMemCheckCorruption shall detect memory corruptions
-<HOST>|I|TPmemCorruption
-    psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
-<HOST>|E|checkMemBlock (FILE:LINENO)
-    Memory block 1 is corrupted; buffer underflow detected.
-<HOST>|I|memProblemCallback
-    memory callback called for id 1 (FILE:LINENO).
-
----> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{freeReferencedMemory}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPFreeReferencedMemory
-    memory reference count shall be incrementable/decrementable
-<HOST>|I|TPFreeReferencedMemory
-    psFree shall be just decrement a multiple refererenced pointer.
-
----> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{multipleFree}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|TPmultipleFree
-    Next should abort due to multiple freeing.
-<HOST>|A|p_psFree
-    Block 1, allocated at FILE:LINENO, freed multiple times at FILE:LINENO.
-
----> TESTPOINT PASSED (psMemory{multipleFree} | tst_psMemory.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMemory.c                                             *
-*            TestPoint: psMemory{psMemCheckType}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|I|memCheckTypes
-    Next should error from invalid datatype.
-<HOST>|E|psMemCheckType (FILE:LINENO)
-    Incorrect pointer.  Datatypes do not match.
-<HOST>|E|memCheckTypes (FILE:LINENO)
-    psMemCheckArray failed in memCheckType. 
-<HOST>|I|memCheckTypes
-    Next should error from invalid datatype.
-<HOST>|E|psMemCheckType (FILE:LINENO)
-    Incorrect pointer.  Datatypes do not match.
-<HOST>|E|memCheckTypes (FILE:LINENO)
-    psMemCheckBitSet failed in memCheckType. 
-
----> TESTPOINT PASSED (psMemory{psMemCheckType} | tst_psMemory.c)
-
Index: unk/psLib/test/sys/verified/tst_psString.stderr
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psString.stderr	(revision 8809)
+++ 	(revision )
@@ -1,185 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify string copy}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify string copy} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify empty string copy}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify empty string copy} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify string copy with length}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify string copy with length} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify empty string copy with length}             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify empty string copy with length} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Copy string to larger string}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Copy string to larger string} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify creation of string literal}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify creation of string literal} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify generic string append}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify generic string append} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Test append NULL handling}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO)
-    Unallowable operation: format is NULL.
-<DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO)
-    Unallowable operation: format is NULL.
-
----> TESTPOINT PASSED (psString{Test append NULL handling} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify append string creation}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify append string creation} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Test append null-op}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Test append null-op} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify generic string prepend}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify generic string prepend} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Test prepend NULL handling}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO)
-    Unallowable operation: format is NULL.
-<DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO)
-    Unallowable operation: format is NULL.
-
----> TESTPOINT PASSED (psString{Test prepend NULL handling} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Verify prepend string creation}                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Verify prepend string creation} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Test prepend null-op}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Test prepend null-op} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Test String Splitting}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testStrSplit00
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
-    Unallowable operation: splitters is NULL.
-<DATE><TIME>|<HOST>|I|testStrSplit00
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
-    Unallowable operation: splitters is NULL.
-
----> TESTPOINT PASSED (psString{Test String Splitting} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Test NULL String Error Handling}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testNULLStrings
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringNCopy (FILE:LINENO)
-    Unallowable operation: string is NULL.
-<DATE><TIME>|<HOST>|I|testNULLStrings
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringAppend (FILE:LINENO)
-    Unallowable operation: format is NULL.
-<DATE><TIME>|<HOST>|I|testNULLStrings
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringPrepend (FILE:LINENO)
-    Unallowable operation: format is NULL.
-<DATE><TIME>|<HOST>|I|testNULLStrings
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psStringSplit (FILE:LINENO)
-    Unallowable operation: splitters is NULL.
-
----> TESTPOINT PASSED (psString{Test NULL String Error Handling} | tst_psString.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psString.c                                             *
-*            TestPoint: psString{Test String Allocation and MemCheck}              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psString{Test String Allocation and MemCheck} | tst_psString.c)
-
Index: unk/psLib/test/sys/verified/tst_psTrace.stderr
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psTrace.stderr	(revision 8809)
+++ 	(revision )
@@ -1,116 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{psTraceSetLevel() and psTraceGetLevel()}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTrace{psTraceSetLevel() and psTraceGetLevel()} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{psTraceSetLevel(): set multiple components in one call} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-  You should see this.
-   You should see this too.
-.                    0
- A                   0
-  B                  0
-   C                 0
-    D                0
-     E               5
-
----> TESTPOINT PASSED (psTrace{psTraceSetLevel(): set multiple components in one call} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{psTraceSetLevel(): test static/dynamic inheritance} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-.                    0
- A                   0
-  B                  2
-   C                 2
-    D                2
-     E               5
-.                    0
- A                   0
-  B                  10
-   C                 10
-    D                10
-     E               5
-
----> TESTPOINT PASSED (psTrace{psTraceSetLevel(): test static/dynamic inheritance} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{psTraceReset()}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTrace{psTraceReset()} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{psTrace()}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-     (0) This message should be displayed (beefface)
-     (1) This message should be displayed (beefface)
-     (2) This message should be displayed (beefface)
-           (3) This message should be displayed (beefface)
-
----> TESTPOINT PASSED (psTrace{psTrace()} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{psTracePrintLevels()}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-.                    9
- a                   8
-  a                  4
-  b                  3
- b                   7
-  a                  2
-  b                  1
- c                   5
-  a                  0
-  b                  3
-  c                  5
-
----> TESTPOINT PASSED (psTrace{psTracePrintLevels()} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{optional leading dot and psTracePrintLevels()}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTrace{optional leading dot and psTracePrintLevels()} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{Testing psTraceReset}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTrace{Testing psTraceReset} | tst_psTrace.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psTrace.c                                              *
-*            TestPoint: psTrace{Testing }                                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psTrace{Testing } | tst_psTrace.c)
-
Index: unk/psLib/test/sys/verified/tst_psTrace.stdout
===================================================================
--- /trunk/psLib/test/sys/verified/tst_psTrace.stdout	(revision 8809)
+++ 	(revision )
@@ -1,26 +1,0 @@
-     (0) This message should be displayed (beefface)
-     (1) This message should be displayed (beefface)
-     (2) This message should be displayed (beefface)
-           (3) This message should be displayed (beefface)
-.                    9
- a                   8
-  a                  4
-  b                  3
- b                   7
-  a                  2
-  b                  1
- c                   5
-  a                  0
-  b                  3
-  c                  5
-.                    9
- a                   8
-  a                  4
-  b                  3
- b                   7
-  a                  2
-  b                  1
- c                   5
-  a                  0
-  b                  3
-  c                  5
Index: unk/psLib/test/types/verified/table10.dat
===================================================================
--- /trunk/psLib/test/types/verified/table10.dat	(revision 8809)
+++ 	(revision )
@@ -1,14 +1,0 @@
-#  Table with valid types and index-values
-#
-#psU8     psU16    psU32     psU64    psS8    psS16    psS32    psS64    psF32   psF64
-6        14       28        256      -6      -14      -28      -256     1.50    13.98
-10       22       44        4096     -10     -22      -44      -4096    4.50    27.30
-1        4        8         16       -1      -4       -8       -16      -2.25   -2.67
-3        8        16        32       -3      -8       -16      -32      -0.75   3.99
-9        20       40        2048     -9      -20      -40      -2048    3.75    23.97
-2        6        12        24       -2      -6       -12      -24      -1.5    0.66
-7        16       32        512      -7      -16      -32      -512     2.250   17.31
-4        10       20        64       -4      -10      -20      -64      0.00    7.32
-5        12       24        128      -5      -12      -24      -128     0.75    10.65
-8        18       36        1024     -8      -18      -36      -1024    3.00    20.64
-#
Index: unk/psLib/test/types/verified/table2.dat
===================================================================
--- /trunk/psLib/test/types/verified/table2.dat	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-# Table with invalid type in the type row but with valid index-values
-#
-psU8     psU16    psU32     psU64    psXS8    psS16    psS32    psS64    psF32   psF64
-0        2        4         8        0       -2       -4       -8       -0.5    -1.5
-1        4        8         16       -1      -4       -8       -16      0.0     -1.0
-2        6        12        24       -2      -6       -12      -24      0.5     -0.25
-3        8        16        32       -3      -8       -16      -32      0.75     1.75
-#
Index: unk/psLib/test/types/verified/table3.dat
===================================================================
--- /trunk/psLib/test/types/verified/table3.dat	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#  Table with valid types and index-values
-#
-psU8     psU16    psU32     psU64    psS8    psS16    psS32    psS64    psF32   psF64
-0        2        4         8        0       -2       -4       -8       -0.5    -1.5
-1)       4=       8;        1(6      -1_     -4$      -8@      -16{     0.0[    -1.0]
-2        6        12        24       -2      -6       -12      -24      0.5     -0.25
-3        8        16        32       -3      -8       -16      -32      0.75     1.75
-#
Index: unk/psLib/test/types/verified/tableF32.dat
===================================================================
--- /trunk/psLib/test/types/verified/tableF32.dat	(revision 8809)
+++ 	(revision )
@@ -1,9 +1,0 @@
-#  Table with valid types and index-values
-#
-#psF32     psU16    psU32     psU64    psS8    psS16    psS32    psS64    psU8   psF64
--10.05    2        4         8        0       -2       -4       -8       5      -1.5
- 1.009     4        8         16       -1      -4       -8       -16      0      -1.0
-23.45     6        12        24       -2      -6       -12      -24      5      -0.25
-3500.67   8        16        32       -3      -8       -16      -32      75     1.75
-   
-#
Index: unk/psLib/test/types/verified/tableF32_err.dat
===================================================================
--- /trunk/psLib/test/types/verified/tableF32_err.dat	(revision 8809)
+++ 	(revision )
@@ -1,9 +1,0 @@
-#  Table with valid types and index-values
-#
-#psF32     psU16    psU32     psU64    psS8    psS16    psS32    psS64    psU8   psF64
--10.05    2        4         8        0       -2       -4       -8       5      -1.5
- k.009     4        8         16       -1      -4       -8       -16      0      -1.0
-23.45     6        12        24       -2      -6       -12      -24      5      -0.25
-3500.67   8        16        32       -3      -8       -16      -32      75     1.75
-   
-#
Index: unk/psLib/test/types/verified/tableS32.dat
===================================================================
--- /trunk/psLib/test/types/verified/tableS32.dat	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#  Table with valid types and index-values
-#
-psS32    psU16    psU32     psU64    psS8    psS16    psU8     psS64    psF32   psF64
--1       2        4         8        0       -2       99       -8       -0.5    -1.5
-11       4        8         16       -1      -4       100       -16      0.0     -1.0
-22       6        12        24       -2      -6       101      -24      0.5     -0.25
-33       8        16        32       -3      -8       102      -32      0.75     1.75
-#
Index: unk/psLib/test/types/verified/tableU8.dat
===================================================================
--- /trunk/psLib/test/types/verified/tableU8.dat	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-#  Table with valid types and index-values
-#
-#psU8     psU16    psU32     psU64    psS8    psS16    psS32    psS64    psF32   psF64
-0        2        4         8        0       -2       -4       -8       -0.5    -1.5
-1        4        8         16       -1      -4       -8       -16      0.0     -1.0
-2        6        12        24       -2      -6       -12      -24      0.5     -0.25
-3        8        16        32       -3      -8       -16      -32      0.75     1.75
-#
Index: unk/psLib/test/types/verified/tst_psArguments.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psArguments.stderr	(revision 8809)
+++ 	(revision )
@@ -1,9 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArguments.c                                          *
-*            TestPoint: psArguments{Test psArgument fxns}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArguments{Test psArgument fxns} | tst_psArguments.c)
-
Index: unk/psLib/test/types/verified/tst_psArguments.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psArguments.stdout	(revision 8809)
+++ 	(revision )
@@ -1,18 +1,0 @@
-
- Argument 3 has been removed
-Log level = 5 
-
-This Should print the Argument Help list.
-
-Optional arguments, with default values:
-    -string    (SomeString)      Test String
-    -float     (0.000000e+00)    Test Float
-    -int       (1)               Int1
-               (2)               Int2
-        -string (Test String): new
-        -float (Test Float): 0.000000
-        -int (Integers): 
-          int1 (Int1): 1
-          int2 (Int2): 2
-        -int  -- END
-
Index: unk/psLib/test/types/verified/tst_psArray.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psArray.stderr	(revision 8809)
+++ 	(revision )
@@ -1,254 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{psArray}                                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Create void pointer array}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Add data to void pointer array}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-ts[3].x = 30 ts[3].y = 30.30
-ts[4].x = 40 ts[4].y = 40.40
-array size = 5
-array population = 5
-
----> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Reallocate void pointer array bigger}              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Adding more elements to void pointer array...
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-ts[3].x = 30 ts[3].y = 30.30
-ts[4].x = 40 ts[4].y = 40.40
-ts[5].x = 50 ts[5].y = 50.50
-ts[6].x = 60 ts[6].y = 60.60
-ts[7].x = 70 ts[7].y = 70.70
-ts[8].x = 80 ts[8].y = 80.80
-ts[9].x = 90 ts[9].y = 90.90
-array size = 10
-array population = 10
-
----> TESTPOINT PASSED (psArray{Reallocate void pointer array bigger} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Reallocate void pointer array smaller}             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-ts[0].x = 0 ts[0].y = 0.00
-ts[1].x = 10 ts[1].y = 10.10
-ts[2].x = 20 ts[2].y = 20.20
-array size = 3
-array population = 3
-
----> TESTPOINT PASSED (psArray{Reallocate integer void pointer smaller} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Reallocate with a null array}                      *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Error message generator                                    *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testArray
-    Following should generate an error message.
-<DATE><TIME>|<HOST>|E|psArrayRealloc (FILE:LINENO)
-    psArrayRealloc must be given a non-NULL psArray to resize.
-
----> TESTPOINT PASSED (psArray{Reallocate with a null array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Remove valid item}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Array size after removal = 2
-ts[0].x = 10 ts[0].y = 10.10
-ts[1].x = 20 ts[1].y = 20.20
-
----> TESTPOINT PASSED (psArray{Remove valid item} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Remove invalid item from array}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Remove invalid item from array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Remove item from null array}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psArrayRemove (FILE:LINENO)
-    Specified psArray can not be NULL.
-
----> TESTPOINT PASSED (psArray{Remove item from null array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Remove null item from array}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Remove null item from array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Free void pointer array}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Free void pointer array} | tst_psArray.c)
-
-
----> TESTPOINT PASSED (psArray{psArray} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{psArray01}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Create void pointer array}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Add data to void pointer array}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-ts[0].x = 100 ts[0].y = 101.00
-ts[1].x = 90 ts[1].y = 90.90
-ts[2].x = 80 ts[2].y = 80.80
-ts[3].x = 70 ts[3].y = 70.70
-ts[4].x = 60 ts[4].y = 60.60
-ts[5].x = 50 ts[5].y = 50.50
-ts[6].x = 40 ts[6].y = 40.40
-ts[7].x = 30 ts[7].y = 30.30
-ts[8].x = 20 ts[8].y = 20.20
-ts[9].x = 10 ts[9].y = 10.10
-array size = 10
-array population = 10
-
----> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Sort data in array}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-ts[0].x = 10 ts[0].y = 10.10
-ts[1].x = 20 ts[1].y = 20.20
-ts[2].x = 30 ts[2].y = 30.30
-ts[3].x = 40 ts[3].y = 40.40
-ts[4].x = 50 ts[4].y = 50.50
-ts[5].x = 60 ts[5].y = 60.60
-ts[6].x = 70 ts[6].y = 70.70
-ts[7].x = 80 ts[7].y = 80.80
-ts[8].x = 90 ts[8].y = 90.90
-ts[9].x = 100 ts[9].y = 101.00
-
----> TESTPOINT PASSED (psArray{Sort data in array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Attempt to sort array}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Attempt to sort array} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{Free void pointer array}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Free void pointer array} | tst_psArray.c)
-
-
----> TESTPOINT PASSED (psArray{psArray01} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{psArrayAdd}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{psArrayAdd} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{psArrayGetSet}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testArrayGetSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psArraySet (FILE:LINENO)
-    Specified position, 10, is greater than n+1 of the array, 1.
-<DATE><TIME>|<HOST>|I|testArrayGetSet
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psArraySet (FILE:LINENO)
-    Invalid position.  Negative number too large
-
----> TESTPOINT PASSED (psArray{psArrayGetSet} | tst_psArray.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray.c                                              *
-*            TestPoint: psArray{psArrayLength}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testArrayLength
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psArrayLength (FILE:LINENO)
-    Error:  Specified array is not a valid psArray 
-<DATE><TIME>|<HOST>|I|testArrayLength
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psArrayLength (FILE:LINENO)
-    Error:  Specified array is not a valid psArray 
-
----> TESTPOINT PASSED (psArray{psArrayLength} | tst_psArray.c)
-
Index: unk/psLib/test/types/verified/tst_psArray01.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psArray01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,67 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray01.c                                            *
-*            TestPoint: psArray{Create void pointer array}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Create void pointer array} | tst_psArray01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray01.c                                            *
-*            TestPoint: psArray{Add data to void pointer array}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-ts[0].x = 100 ts[0].y = 101.00
-ts[1].x = 90 ts[1].y = 90.90
-ts[2].x = 80 ts[2].y = 80.80
-ts[3].x = 70 ts[3].y = 70.70
-ts[4].x = 60 ts[4].y = 60.60
-ts[5].x = 50 ts[5].y = 50.50
-ts[6].x = 40 ts[6].y = 40.40
-ts[7].x = 30 ts[7].y = 30.30
-ts[8].x = 20 ts[8].y = 20.20
-ts[9].x = 10 ts[9].y = 10.10
-array size = 10
-array population = 10
-
----> TESTPOINT PASSED (psArray{Add data to void pointer array} | tst_psArray01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray01.c                                            *
-*            TestPoint: psArray{Sort data in array}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-ts[0].x = 10 ts[0].y = 10.10
-ts[1].x = 20 ts[1].y = 20.20
-ts[2].x = 30 ts[2].y = 30.30
-ts[3].x = 40 ts[3].y = 40.40
-ts[4].x = 50 ts[4].y = 50.50
-ts[5].x = 60 ts[5].y = 60.60
-ts[6].x = 70 ts[6].y = 70.70
-ts[7].x = 80 ts[7].y = 80.80
-ts[8].x = 90 ts[8].y = 90.90
-ts[9].x = 100 ts[9].y = 101.00
-
----> TESTPOINT PASSED (psArray{Sort data in array} | tst_psArray01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray01.c                                            *
-*            TestPoint: psArray{Attempt to sort array}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Attempt to sort array} | tst_psArray01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psArray01.c                                            *
-*            TestPoint: psArray{Free void pointer array}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psArray{Free void pointer array} | tst_psArray01.c)
-
Index: unk/psLib/test/types/verified/tst_psBitSet.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psBitSet.stderr	(revision 8809)
+++ 	(revision )
@@ -1,171 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetAlloc}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Creating psBitSet with 24 bits...
-Creating psBitSet with 25 bits...
-<DATE><TIME>|<HOST>|I|testBitSet01a
-    Following is an error.
-<DATE><TIME>|<HOST>|E|psBitSetAlloc (FILE:LINENO)
-    The number of bit in a psBitSet (-4) must be greater than zero.
-
----> TESTPOINT PASSED (psBitSet{psBitSetAlloc} | tst_psBitSet.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetSet/psBitSetClear}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Setting first bit...
-Setting third bit...
-Setting last bit...
-100000000000000000000101
-
-Clearing first bit...
-Clearing third bit...
-Clearing last bit...
-000000000000000000000000
-
-<DATE><TIME>|<HOST>|I|testBitSet01b
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetClear (FILE:LINENO)
-    Can not operate on a NULL psBitSet.
-<DATE><TIME>|<HOST>|I|testBitSet01b
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetClear (FILE:LINENO)
-    The specified bit position (-3) is invalid.  Position must be between 0 and 23.
-<DATE><TIME>|<HOST>|I|testBitSet01b
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
-    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
-<DATE><TIME>|<HOST>|I|testBitSet01b
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
-    The specified bit position (200) is invalid.  Position must be between 0 and 23.
-<DATE><TIME>|<HOST>|I|testBitSet01b
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetSet (FILE:LINENO)
-    Can not operate on a NULL psBitSet.
-
----> TESTPOINT PASSED (psBitSet{psBitSetSet/psBitSetClear} | tst_psBitSet.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetTest}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Setting first bit...
-Setting third bit...
-Setting last bit...
-<DATE><TIME>|<HOST>|I|testBitSet01c
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
-    The specified bit position (-4) is invalid.  Position must be between 0 and 23.
-<DATE><TIME>|<HOST>|I|testBitSet01c
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
-    The specified bit position (200) is invalid.  Position must be between 0 and 23.
-<DATE><TIME>|<HOST>|I|testBitSet01c
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetTest (FILE:LINENO)
-    Can not operate on a NULL psBitSet.
-
----> TESTPOINT PASSED (psBitSet{psBitSetTest} | tst_psBitSet.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetOp}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testBitSet06
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
-    The psBitSet operand must be the same size.
-<DATE><TIME>|<HOST>|I|testBitSet06
-    Following is an error.
-<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
-    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
-<DATE><TIME>|<HOST>|I|testBitSet06
-    Following is an error.
-<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
-    Specified operator, FOO, is invalid.  Valid operators are AND, OR, and XOR.
-<DATE><TIME>|<HOST>|I|testBitSet06
-    Following should generate an error
-<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
-    First psBitSet operand can not be NULL.
-<DATE><TIME>|<HOST>|I|testBitSet06
-    Following should generate an error
-<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
-    Specified operator is NULL.  Must specify desired operator.
-<DATE><TIME>|<HOST>|I|testBitSet06
-    Following should generate an error
-<DATE><TIME>|<HOST>|E|psBitSetOp (FILE:LINENO)
-    Second psBitSet operand can not be NULL.
-
----> TESTPOINT PASSED (psBitSet{psBitSetOp} | tst_psBitSet.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetOp AND Operator}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psBitSetOp input is 001100110011001100110011, 010101010101010101010101.  Truth is 000100010001000100010001.
-<DATE><TIME>|<HOST>|I|testBitSet02
-    Perform binary AND with psBitSets
-<DATE><TIME>|<HOST>|I|testBitSet02
-    Perform binary AND and auto allocate output
-
----> TESTPOINT PASSED (psBitSet{psBitSetOp AND Operator} | tst_psBitSet.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetOp OR Operator}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psBitSetOp input is 110011001100110011001100, 101010101010101010101010.  Truth is 111011101110111011101110.
-<DATE><TIME>|<HOST>|I|testBitSet03
-    Perform binary OR with psBitSets
-<DATE><TIME>|<HOST>|I|testBitSet03
-    Perform binary OR and auto allocate output
-
----> TESTPOINT PASSED (psBitSet{psBitSetOp OR Operator} | tst_psBitSet.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetOp XOR Operator}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psBitSetOp input is 110011001100110011001100, 101010101010101010101010.  Truth is 011001100110011001100110.
-<DATE><TIME>|<HOST>|I|testBitSet04
-    Perform binary XOR with psBitSets
-<DATE><TIME>|<HOST>|I|testBitSet04
-    Perform binary XOR and auto allocate output
-
----> TESTPOINT PASSED (psBitSet{psBitSetOp XOR Operator} | tst_psBitSet.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psBitSet.c                                             *
-*            TestPoint: psBitSet{psBitSetNot}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-psBitSetOp input is 101010101010101010101010.  Truth is 010101010101010101010101.
-<DATE><TIME>|<HOST>|I|testBitSet05
-    Perform binary NOT with psBitSets
-<DATE><TIME>|<HOST>|I|testBitSet05
-    Perform binary NOT and auto allocate output
-<DATE><TIME>|<HOST>|I|testBitSet05
-    Following should generate an error
-<DATE><TIME>|<HOST>|E|psBitSetNot (FILE:LINENO)
-    Operand can not be NULL.
-
----> TESTPOINT PASSED (psBitSet{psBitSetNot} | tst_psBitSet.c)
-
Index: unk/psLib/test/types/verified/tst_psHash00.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash00.stdout	(revision 8809)
+++ 	(revision )
@@ -1,9 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash00.c                                             *
-*            TestPoint: psHash functions{psHashAlloc()}                            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHash functions{psHashAlloc()} | tst_psHash00.c)
-
Index: unk/psLib/test/types/verified/tst_psHash01.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash01.stderr	(revision 8809)
+++ 	(revision )
@@ -1,12 +1,0 @@
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message: psHashAdd with null table
-<DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
-    Unallowable operation: hash is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message: psHashAdd with null key
-<DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
-    Unallowable operation: key is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message: psHashAdd with null data
-<DATE><TIME>|<HOST>|E|psHashAdd (FILE:LINENO)
-    Unallowable operation: data is NULL.
Index: unk/psLib/test/types/verified/tst_psHash01.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,69 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash01.c                                             *
-*            TestPoint: psHash functions{psHashAlloc}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHash functions{psHashAlloc} | tst_psHash01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash01.c                                             *
-*            TestPoint: psHash functions{psHashAdd}                                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHash functions{psHashAdd} | tst_psHash01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash01.c                                             *
-*            TestPoint: psHash replace item{psHashAdd}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHash replace item{psHashAdd} | tst_psHash01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash01.c                                             *
-*            TestPoint: psHashAdd{NULL hash table}                                 *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Hash table can not be NULL.                                *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashAdd{NULL hash table} | tst_psHash01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash01.c                                             *
-*            TestPoint: psHashAdd{NULL key}                                        *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Hash key can not be NULL.                                  *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashAdd{NULL hash key} | tst_psHash01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash01.c                                             *
-*            TestPoint: psHashAdd{NULL hash data}                                  *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Hash data can not be NULL.                                 *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashAdd{NULL hash data} | tst_psHash01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash01.c                                             *
-*            TestPoint: psHash functions{psHashFree}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHash functions{psHashFree()} | tst_psHash01.c)
-
Index: unk/psLib/test/types/verified/tst_psHash02.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message: psHashLookup with null table
-<DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO)
-    Unallowable operation: hash is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message: psHashLookup with null key
-<DATE><TIME>|<HOST>|E|psHashLookup (FILE:LINENO)
-    Unallowable operation: key is NULL.
Index: unk/psLib/test/types/verified/tst_psHash02.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,42 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash02.c                                             *
-*            TestPoint: psHash functions{psHashLookup}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHash functions{psHashLookup} | tst_psHash02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash02.c                                             *
-*            TestPoint: psHashLookup{Invalid key}                                  *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Key is not found in the table                              *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashLookup{Invalid key} | tst_psHash02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash02.c                                             *
-*            TestPoint: psHashLookup{NULL table}                                   *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Can not lookup with NULL table                             *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashLookup{NULL table} | tst_psHash02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash02.c                                             *
-*            TestPoint: psHashLookup{NULL key}                                     *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Can not lookup with NULL key.                              *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashLookup{NULL key} | tst_psHash02.c)
-
Index: unk/psLib/test/types/verified/tst_psHash03.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash03.stderr	(revision 8809)
+++ 	(revision )
@@ -1,8 +1,0 @@
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message: psHashRemove with null table
-<DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO)
-    Unallowable operation: hash is NULL.
-<DATE><TIME>|<HOST>|I|main
-    Following should generate an error message: psHashRemove with null key
-<DATE><TIME>|<HOST>|E|psHashRemove (FILE:LINENO)
-    Unallowable operation: key is NULL.
Index: unk/psLib/test/types/verified/tst_psHash03.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash03.stdout	(revision 8809)
+++ 	(revision )
@@ -1,42 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash03.c                                             *
-*            TestPoint: psHash functions{psHashRemove}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHash functions{psHashRemove()} | tst_psHash03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash03.c                                             *
-*            TestPoint: psHashRemove{Invalid key}                                  *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Key is not found in table                                  *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashRemove{Invalid key} | tst_psHash03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash03.c                                             *
-*            TestPoint: psHashRemove{NULL table}                                   *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Can not remove with NULL table                             *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashRemove{NULL table} | tst_psHash03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash03.c                                             *
-*            TestPoint: psHashRemove{NULL key}                                     *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Can not remove with NULL key                               *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashRemove{NULL key} | tst_psHash03.c)
-
Index: unk/psLib/test/types/verified/tst_psHash04.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash04.stdout	(revision 8809)
+++ 	(revision )
@@ -1,24 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash04.c                                             *
-*            TestPoint: psHash functions{psHashKeyList()}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Linked List Entries: ENTRY03
-Linked List Entries: ENTRY02
-Linked List Entries: ENTRY01
-Linked List Entries: ENTRY00
-
----> TESTPOINT PASSED (psHash functions{psHashKeyList()} | tst_psHash04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash04.c                                             *
-*            TestPoint: psHashKeyList{NULL table}                                  *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Can not lookup with NULL table                             *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psHashKeyList{NULL table} | tst_psHash04.c)
-
Index: unk/psLib/test/types/verified/tst_psHash05.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psHash05.stderr	(revision 8809)
+++ 	(revision )
@@ -1,13 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psHash05.c                                             *
-*            TestPoint: psHash{psHashToArray}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|hashToArray
-    Following should be an error.
-<DATE><TIME>|<HOST>|E|psHashToArray (FILE:LINENO)
-    Unallowable operation: hash is NULL.
-
----> TESTPOINT PASSED (psHash{psHashToArray} | tst_psHash05.c)
-
Index: unk/psLib/test/types/verified/tst_psList.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psList.stderr	(revision 8809)
+++ 	(revision )
@@ -1,183 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListAlloc}                                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListAlloc
-    psListAlloc shall create a psList with either 0 or 1 element.
-
----> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListAdd}                                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListAdd
-    psListAdd shall add an element to list
-<DATE><TIME>|<HOST>|I|testListAdd
-    Following should generate an error for using NULL list.
-<DATE><TIME>|<HOST>|E|psListAdd (FILE:LINENO)
-    Specified psList reference is NULL.
-<DATE><TIME>|<HOST>|I|testListAdd
-    Following should generate an error msg to add NULL data
-<DATE><TIME>|<HOST>|E|psListAdd (FILE:LINENO)
-    Specified data item is NULL.
-<DATE><TIME>|<HOST>|I|testListAdd
-    Following should error with invalid insert location
-<DATE><TIME>|<HOST>|E|psListIteratorSet (FILE:LINENO)
-    Specified location, -7, is invalid.
-<DATE><TIME>|<HOST>|I|testListAdd
-    Following should be a warning.
-<DATE><TIME>|<HOST>|W|psListAdd
-    Specified location, 9, is beyond the end of the list.  Adding data item to tail.
-
----> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListGet}                                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListGet
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psListGet (FILE:LINENO)
-    Specified psList reference is NULL.
-<DATE><TIME>|<HOST>|E|psListIteratorSet (FILE:LINENO)
-    Specified location, 5, is invalid.
-<DATE><TIME>|<HOST>|E|psListGet (FILE:LINENO)
-    Specified location, 5, is invalid.
-<DATE><TIME>|<HOST>|E|psListIteratorSet (FILE:LINENO)
-    Specified location, 4, is invalid.
-<DATE><TIME>|<HOST>|E|psListGet (FILE:LINENO)
-    Specified location, 4, is invalid.
-
----> TESTPOINT PASSED (psList{psListGet} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListRemove}                                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListRemove
-    Following should be an error
-<DATE><TIME>|<HOST>|E|psListRemove (FILE:LINENO)
-    Specified psList reference is NULL.
-<DATE><TIME>|<HOST>|I|testListRemove
-    Next message should be an error
-<DATE><TIME>|<HOST>|E|psListRemoveData (FILE:LINENO)
-    Specified data item is NULL.
-<DATE><TIME>|<HOST>|I|testListRemove
-    Next message should be an error
-<DATE><TIME>|<HOST>|E|psListRemoveData (FILE:LINENO)
-    Specified data item is not found in the psList.
-<DATE><TIME>|<HOST>|I|testListRemove
-    NULL list in psListRemoveData should generate error message.
-<DATE><TIME>|<HOST>|E|psListRemoveData (FILE:LINENO)
-    Specified psList reference is NULL.
-
----> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListConvert}                                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psList{psListConvert} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListIterator}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListIterator
-     psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
-<DATE><TIME>|<HOST>|W|psListGetAndDecrement
-    Attempt to get previous with itertator cursor NULL and offEnd false
-
----> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListFree}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psList{psListFree} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListSort}                                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psList{psListSort} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListAddAfter}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListAddAfter
-    NULL data pointer should generate error message
-<DATE><TIME>|<HOST>|E|psListAddAfter (FILE:LINENO)
-    Specified data item is NULL.
-<DATE><TIME>|<HOST>|I|testListAddAfter
-    NULL iterator should generate error message
-<DATE><TIME>|<HOST>|E|psListAddAfter (FILE:LINENO)
-    Specified iterator is NULL.
-<DATE><TIME>|<HOST>|I|testListAddAfter
-    Non-mutable list should generate error message
-<DATE><TIME>|<HOST>|E|psListAddAfter (FILE:LINENO)
-    Specified iterator indicates list is non-mutable.
-
----> TESTPOINT PASSED (psList{psListAddAfter} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{psListAddBefore}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListAddBefore
-    NULL data pointer should generate error message
-<DATE><TIME>|<HOST>|E|psListAddBefore (FILE:LINENO)
-    Specified data item is NULL.
-<DATE><TIME>|<HOST>|I|testListAddBefore
-    NULL iterator should generate error message
-<DATE><TIME>|<HOST>|E|psListAddBefore (FILE:LINENO)
-    Specified iterator is NULL.
-<DATE><TIME>|<HOST>|I|testListAddBefore
-    Non-mutable list should generate error message
-<DATE><TIME>|<HOST>|E|psListAddBefore (FILE:LINENO)
-    Specified iterator indicates list is non-mutable.
-
----> TESTPOINT PASSED (psList{psListAddBefore} | tst_psList.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psList.c                                               *
-*            TestPoint: psList{testListLength}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testListLength
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psListLength (FILE:LINENO)
-    Error:  Specified list is not a valid psList 
-<DATE><TIME>|<HOST>|I|testListLength
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psListLength (FILE:LINENO)
-    Error:  Specified list is not a valid psList 
-
----> TESTPOINT PASSED (psList{testListLength} | tst_psList.c)
-
Index: unk/psLib/test/types/verified/tst_psLookupTable_01.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psLookupTable_01.stderr	(revision 8809)
+++ 	(revision )
@@ -1,116 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLookupTable_01.c                                     *
-*            TestPoint: psLookupTable{psLookupTableAlloc}                          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testLookupTableAlloc
-    Following should generate error message for invalid file name
-<DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO)
-    Unallowable operation: filename is NULL.
-<DATE><TIME>|<HOST>|I|testLookupTableAlloc
-    Following should generate error message for invalid format string
-<DATE><TIME>|<HOST>|E|psLookupTableAlloc (FILE:LINENO)
-    Unallowable operation: format is NULL.
-
----> TESTPOINT PASSED (psLookupTable{psLookupTableAlloc} | tst_psLookupTable_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLookupTable_01.c                                     *
-*            TestPoint: psLookupTable{psVectorsReadFromFile}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testVectorsReadFromFile
-    Following should generate error message for NULL format
-<DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO)
-    Unallowable operation: format is NULL.
-<DATE><TIME>|<HOST>|I|testVectorsReadFromFile
-    Following should generate error message for NULL filename
-<DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO)
-    Unallowable operation: filename is NULL.
-<DATE><TIME>|<HOST>|I|testVectorsReadFromFile
-    Following should generate error message for invalid format specifier
-<DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO)
-    Invalid format specifier
-<DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO)
-    Format string was not parsed sucessfully
-<DATE><TIME>|<HOST>|I|testVectorsReadFromFile
-    Following should generate error message for non-existant file
-<DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO)
-    Failed to open file nonexistant.dat.
-<DATE><TIME>|<HOST>|I|testVectorsReadFromFile
-    Following should generate error message for error is file
-<DATE><TIME>|<HOST>|E|psVectorsReadFromFile (FILE:LINENO)
-    Parsing text file failed.
-
----> TESTPOINT PASSED (psLookupTable{psVectorsReadFromFile} | tst_psLookupTable_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLookupTable_01.c                                     *
-*            TestPoint: psLookupTable{psLookupTableImport}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testLookupTableImport
-    Following should generate error message for NULL table argument
-<DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO)
-    Unallowable operation: table is NULL.
-<DATE><TIME>|<HOST>|I|testLookupTableImport
-    Following should generate error message for NULL vectors
-<DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO)
-    Unallowable operation: vectors is NULL.
-<DATE><TIME>|<HOST>|I|testLookupTableImport
-    Following should generate error message for invalid index column
-<DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO)
-    Index column cannot be less than zero
-
----> TESTPOINT PASSED (psLookupTable{psLookupTableImport} | tst_psLookupTable_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLookupTable_01.c                                     *
-*            TestPoint: psLookupTable{psLookupTableRead}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testLookupTableRead
-    Following should generate an error message for NULL table
-<DATE><TIME>|<HOST>|E|psLookupTableRead (FILE:LINENO)
-    Unallowable operation: table is NULL.
-<DATE><TIME>|<HOST>|I|testLookupTableRead
-    Following should generate error message invalid table indexCol
-<DATE><TIME>|<HOST>|E|psLookupTableImport (FILE:LINENO)
-    Index column cannot be less than zero
-
----> TESTPOINT PASSED (psLookupTable{psLookupTableRead} | tst_psLookupTable_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLookupTable_01.c                                     *
-*            TestPoint: psLookupTable{psLookupTableInterpolate}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
-    Following should generate error message for invalid table
-<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
-    Unallowable operation: table is NULL.
-<DATE><TIME>|<HOST>|I|testLookupTableInterpolate
-    Following should generate error out of range.
-<DATE><TIME>|<HOST>|E|psLookupTableInterpolate (FILE:LINENO)
-    Error: column, 100, is out of range.  Must be between 0 and 9.
-
----> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolate} | tst_psLookupTable_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psLookupTable_01.c                                     *
-*            TestPoint: psLookupTable{psLookupTableInterpolateAll}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testLookupTableInterpolateAll
-    Following should generate an error message for NULL table
-<DATE><TIME>|<HOST>|E|psLookupTableInterpolateAll (FILE:LINENO)
-    Unallowable operation: table is NULL.
-
----> TESTPOINT PASSED (psLookupTable{psLookupTableInterpolateAll} | tst_psLookupTable_01.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadataIO.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadataIO.stderr	(revision 8809)
+++ 	(revision )
@@ -1,183 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadataIO.c                                         *
-*            TestPoint: psMetadataConfigParse{psMetadataConfigParse}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadataConfigParse{psMetadataConfigParse} | tst_psMetadataIO.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadataIO.c                                         *
-*            TestPoint: psMetadataConfigParse{psMetadataConfigParse1}              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testMetadataParseConfig1
-    Following should generate parse error message
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'X' of metadata item boolean, type BOOL, on line 2 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata value on line 4 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata value on line 7 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'x,y,z' of metadata item @vector1, type U8, on line 8 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata type on line 9 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata value on line 9 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value '' of metadata item @vector3, type F8, on line 10 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Duplicate MULTI specifier on line 14 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Metadata type 'CELL', found on line 17 of test2.config, is invalid.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'aabb' of metadata item value1, type F64, on line 20 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'ccdd' of metadata item value2, type S32, on line 21 of test2.config.
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    More than one '@' character not allowed.  Found on line 24 of test2.config.
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Failed to read a metadata type on line 27 of test2.config.
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Specified type, CELL, on line 31 of test2.config is already defined.
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Duplicate metadata item name is not allowed.  Use a psMetadataFlags option to allow such action.
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Metadata type 'NEWCELL', found on line 37 of test2.config, is invalid.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata OURCELL on line 40 of test2.config.
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Metadata type 'NEWCELL1', found on line 43 of test2.config, is invalid.
-<DATE><TIME>|<HOST>|I|testMetadataParseConfig1
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Failed to open file 'ab.config'. Check if it exists and it has the proper permissions.
-<DATE><TIME>|<HOST>|I|testMetadataParseConfig1
-    Following should generate an error message for NULL failed lines arg
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'X' of metadata item boolean, type BOOL, on line 2 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: boolean     BOOL    X # The value of 'boolean' is 'true'
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata value on line 4 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: value1    S32  # No value
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata value on line 7 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: @vector  U8
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'x,y,z' of metadata item @vector1, type U8, on line 8 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: @vector1 U8  x,y,z
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata type on line 9 of test2.config.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata value on line 9 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: @vector2
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value '' of metadata item @vector3, type F8, on line 10 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: @vector3 F8 ,,,
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Duplicate MULTI specifier on line 14 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: comment MULTI
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Metadata type 'CELL', found on line 17 of test2.config, is invalid.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: MYCELL CELL CCD00 BSEC-00 CHIP.00
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'aabb' of metadata item value1, type F64, on line 20 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: value1   F64   aabb
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to parse the value 'ccdd' of metadata item value2, type S32, on line 21 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: value2   S32   ccdd
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    More than one '@' character not allowed.  Found on line 24 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: @@vector4 U8 1 2 3 4 #
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Failed to read a metadata type on line 27 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: TYPE
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Specified type, CELL, on line 31 of test2.config is already defined.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: TYPE CELL EXTNAME BIASSEC CHIP
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: END
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Duplicate metadata item name is not allowed.  Use a psMetadataFlags option to allow such action.
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Metadata type 'NEWCELL', found on line 37 of test2.config, is invalid.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: TYPE NEWCELL VALUE1 VALUE1 #
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata OURCELL on line 40 of test2.config.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: OURCELL  CELL CCD00
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Metadata type 'NEWCELL1', found on line 43 of test2.config, is invalid.
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Error parsing line: TYPE NEWCELL1
-<DATE><TIME>|<HOST>|I|testMetadataParseConfig1
-    Following should generate an error message for NULL file name arg
-<DATE><TIME>|<HOST>|E|psMetadataConfigParse (FILE:LINENO)
-    Unallowable operation: filename is NULL.
-
----> TESTPOINT PASSED (psMetadataConfigParse{psMetadataConfigParse1} | tst_psMetadataIO.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadataIO.c                                         *
-*            TestPoint: psMetadataConfigParse{psMetadataConfigParse2}              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testMetadataParseConfig2
-    Following should generate an error of duplicate key names
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Duplicate metadata item name is not allowed.  Use a psMetadataFlags option to allow such action.
-<DATE><TIME>|<HOST>|E|psMetadataAddV (FILE:LINENO)
-    Failed to add metadata item to metadata collection list.
-
----> TESTPOINT PASSED (psMetadataConfigParse{psMetadataConfigParse2} | tst_psMetadataIO.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadataIO.c                                         *
-*            TestPoint: psMetadataConfigParse{psMetadataConfigParse3}              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadataConfigParse{psMetadataConfigParse3} | tst_psMetadataIO.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadataIO.c                                         *
-*            TestPoint: psMetadataConfigParse{psMetadataConfigParse4}              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Metadata type 'CELL', found on line 6 of test5.config, is invalid.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Metadata type 'CELL2', found on line 12 of test5.config, is invalid.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Metadata type 'CELL3', found on line 18 of test5.config, is invalid.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Failed to read a metadata CELL.00 on line 22 of test5.config.
-<DATE><TIME>|<HOST>|E|parseLine (FILE:LINENO)
-    Specified type, CELL5, on line 26 of test5.config is already defined.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Metadata type 'CELL6', found on line 30 of test5.config, is invalid.
-<DATE><TIME>|<HOST>|E|parseMetadataItem (FILE:LINENO)
-    Metadata type 'CELL6', found on line 31 of test5.config, is invalid.
-
----> TESTPOINT PASSED (psMetadataConfigParse{psMetadataConfigParse4} | tst_psMetadataIO.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadataIO.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadataIO.stdout	(revision 8809)
+++ 	(revision )
@@ -1,222 +1,0 @@
-Double                    F64                                   1.234568  # This is a comment   
-String                    STR    This is the string that forms the value  # comment             
-boolean                   BOOL                                         1  # The value of 'boolean' is 'true'
-@primes                   U8     2,3,5,7,11,13,17  # These are prime numbers
-comment                   MULTI
-comment                   STR                                       This
-comment                   STR                                         is
-comment                   STR                                          a
-comment                   STR                                 non-unique
-comment                   STR                                        key
-Float                     F64                                   1.234560  # This generates a warning, and, if 'overwrite' is 'false', is ignored
-boolean1                  BOOL                                         0  # The value of 'boolean' is 'false'
-@negprimes                S8     -2,-3,-5,-7,-11,-13,-17,-19
-@vector1                  U16    0,1,2,4,8
-@vector2                  U32    0,8,16,32,64,128
-@vector3                  U64    0,64,256
-@vector4                  S16    -2,-1,0,1,2
-@vector5                  S32    -4,-2,0,2,4,6
-@vector6                  S64    -16,-4,0,4,16,36,64
-@vector7                  F32    -1.03,1.04,-1.05,1.06
-@vector8                  F64    -2.22,2.21,-2.2,2.19,-2.18
-CELL.00                   METADATA
-    EXTNAME                   STR                                      CCD00
-    BIASSEC                   STR                                    BSEC-00
-    CHIP                      STR                                    CHIP.00
-END
-CELL.01                   METADATA
-    EXTNAME                   STR                                      CCD01
-    BIASSEC                   STR                                    BSEC-01
-    CHIP                      STR                                    CHIP.00
-END
-MYCELL                    MULTI
-MYCELL                    METADATA
-    EXTNAME                   STR                                      CCD00
-    BIASSEC                   STR                                    BSEC-00
-    CHIP                      STR                                    CHIP.00
-    NCELL                     S32                                         24
-END
-MYCELL                    S32                                        123  # A number            
-cell                      METADATA
-    foo                       METADATA
-        bar                       STR                                        BAZ
-        ping                      STR                                       PONG
-    END
-    EXTNAME                   STR                                      CCD00
-    BIASSEC                   STR                                    BSEC-00
-    CHIP                      STR                                    CHIP.00
-    NCELL                     S32                                         12
-END
-CELL1                     METADATA
-    EXTNAME                   STR                                      CCD00
-    BIASSEC                   STR                                    BSEC-00
-    CHIP                      STR                                    CHIP.00
-    NCELL                     S32                                         24
-END
-CELL2                     METADATA
-    FOO                       METADATA
-        BAR                       STR                                        BAZ
-        PING                      STR                                       PONG
-    END
-    EXTNAME                   STR                                      CCD00
-    BIASSEC                   STR                                    BSEC-00
-    CHIP                      STR                                    CHIP.00
-    NCELL                     S32                                         24
-END
-FOO1                      METADATA
-    FOO2                      METADATA
-        FOO3                      METADATA
-            FOO4                      METADATA
-                FOO5                      METADATA
-                    FOO6                      METADATA
-                        BAR                       STR                                        BAZ
-                        PING                      STR                                       PONG
-                    END
-                    BAR                       STR                                        BAZ
-                    PING                      STR                                       PONG
-                END
-                BAR                       STR                                        BAZ
-                PING                      STR                                       PONG
-            END
-            BAR                       STR                                        BAZ
-            PING                      STR                                       PONG
-        END
-        BAR                       STR                                        BAZ
-        PING                      STR                                       PONG
-    END
-    BAR                       STR                                        BAZ
-    PING                      STR                                       PONG
-END
-FOO2                      METADATA
-    BAR                       STR                                        BAZ
-    PING                      STR                                       PONG
-    FOO3                      METADATA
-        BAR                       STR                                        BAZ
-        PING                      STR                                       PONG
-        FOO4                      METADATA
-            BAR                       STR                                        BAZ
-            PING                      STR                                       PONG
-            FOO5                      METADATA
-                BAR                       STR                                        BAZ
-                PING                      STR                                       PONG
-                FOO6                      METADATA
-                    BAR                       STR                                        BAZ
-                    PING                      STR                                       PONG
-                    FOO7                      METADATA
-                        BAR                       STR                                        BAZ
-                        PING                      STR                                       PONG
-                    END
-                END
-            END
-        END
-    END
-END
-FOO3                      METADATA
-    BAR                       STR                                        BAZ
-    FOO4                      METADATA
-        BAR                       STR                                        BAZ
-        FOO5                      METADATA
-            BAR                       STR                                        BAZ
-            FOO6                      METADATA
-                BAR                       STR                                        BAZ
-                FOO7                      METADATA
-                    BAR                       STR                                        BAZ
-                    FOO8                      METADATA
-                        BAR                       STR                                        BAZ
-                        PING                      STR                                       PONG
-                    END
-                    PING                      STR                                       PONG
-                END
-                PING                      STR                                       PONG
-            END
-            PING                      STR                                       PONG
-        END
-        PING                      STR                                       PONG
-    END
-    PING                      STR                                       PONG
-END
-FOO4                      METADATA
-    FOO5                      METADATA
-        BAR                       STR                                        BAZ
-        PING                      STR                                       PONG
-    END
-    FOO6                      METADATA
-        BAR                       STR                                        BAZ
-        PING                      STR                                       PONG
-    END
-END
-CELL.00                   METADATA
-    EXTNAME                   STR                                      CCD00
-    BIASSEC                   STR                                    BSEC-00
-    CHIP                      STR                                    CHIP.00
-END
-CELL.01                   METADATA
-    EXTNAME                   STR                                      CCD01
-    BIASSEC                   STR                                    BSEC-01
-    CHIP                      STR                                    CHIP.00
-END
-FOO5                      METADATA
-    CELL.00                   METADATA
-        EXTNAME                   STR                                      CCD00
-        BIASSEC                   STR                                    BSEC-00
-    END
-    CELL.01                   METADATA
-        EXTNAME                   STR                                      CCD01
-        BIASSEC                   STR                                    BSEC-01
-    END
-    FOO6                      METADATA
-        CELL.00                   METADATA
-            EXTNAME                   STR                                      CCD00
-        END
-        CELL.01                   METADATA
-            EXTNAME                   STR                                      CCD01
-        END
-    END
-END
-foo                       MULTI
-foo                       S32                                         -1
-foo                       STR                                    bar baz
-foo                       BOOL                                         1
-foo1                      MULTI
-foo1                      S32                                         -1  # bar                 
-foo1                      STR                                    bar baz  # baz                 
-foo1                      BOOL                                         1
-foo2                      MULTI
-foo2                      S32                                         -1
-foo2                      STR                                    bar baz
-foo2                      BOOL                                         1
-bar1                      METADATA
-foo                       MULTI
-    foo                       S32                                         -1
-    foo                       STR                                    bar baz
-    foo                       BOOL                                         1
-END
-foo3                      MULTI
-foo3                      METADATA
-    bar                       BOOL                                         1
-END
-foo3                      METADATA
-    bar                       BOOL                                         1
-END
-foo4                      MULTI
-foo4                      METADATA
-    a                         STR                                          x
-    b                         STR                                          y
-    c                         STR                                          z
-END
-foo4                      METADATA
-    a                         STR                                          x
-    b                         STR                                          y
-    c                         STR                                          z
-END
-foo5                      MULTI
-foo5                      METADATA
-    a                         STR                                          x
-    b                         STR                                          y
-    c                         STR                                          z
-END
-foo5                      METADATA
-    a                         STR                                          x
-    b                         STR                                          y
-    c                         STR                                          z
-END
Index: unk/psLib/test/types/verified/tst_psMetadata_01.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_01.stderr	(revision 8809)
+++ 	(revision )
@@ -1,47 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_01.c                                        *
-*            TestPoint: psMetadata_01{psMetadataItemCopy()}                        *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testMetadataItemCopy
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataItemCopy (FILE:LINENO)
-    Unallowable operation: in is NULL.
-
----> TESTPOINT PASSED (psMetadata_01{psMetadataItemCopy()} | tst_psMetadata_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_01.c                                        *
-*            TestPoint: psMetadata_01{psMetadataItemTransfer()}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testMetadataItemTransfer
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataItemTransfer (FILE:LINENO)
-    psMetadataItemTransfer:  'out' cannot be NULL.
-<DATE><TIME>|<HOST>|I|testMetadataItemTransfer
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataItemTransfer (FILE:LINENO)
-    psMetadataItemTransfer:  'key' cannot be NULL.
-<DATE><TIME>|<HOST>|I|testMetadataItemTransfer
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataItemTransfer (FILE:LINENO)
-    psMetadataItemTransfer:  'in' cannot be NULL.
-<DATE><TIME>|<HOST>|I|testMetadataItemTransfer
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataItemTransfer (FILE:LINENO)
-    psMetadataItemTransfer:  Could not find 'key' in psMetadata 'in'.
-
----> TESTPOINT PASSED (psMetadata_01{psMetadataItemTransfer()} | tst_psMetadata_01.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_01.c                                        *
-*            TestPoint: psMetadata_01{psMetadataPrint}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata_01{psMetadataPrint} | tst_psMetadata_01.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadata_01.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_01.stdout	(revision 8809)
+++ 	(revision )
@@ -1,25 +1,0 @@
-item1 (I am a boolean): True
-item2 (I am a integer): 55
-item3: 3.140000
-item4: 6.280000
-item5 (I am a string): GNIRTS
-vector6 (I am a vector): S32  1 2 3 4 5 
-time01 (I am time): 1970-01-01T<DATE>.0Z
-item6 (I am S8): 6
-item7 (I am S16): -666
-item8 (I am U8): 6
-item9 (I am U16): 666
-item10 (I am U32): 666
-item11 (I am S64): 666
-item12 (I am U64): 666
-metadata7 (I am a metadata): 
-  ITEM01: 666
-  META NEW (I AM Newest METADATA): 
-    VECTORNEW (Newest VECTOR): S32  1 2 3 4 5 
-    cell (I am a p-Star): pStArRs
-  META NEW  -- END
-
-  ITEM02 (I AM FLOAT): 666.599976
-  ITEM03 (I AM DOUBLE): 666.666000
-metadata7  -- END
-
Index: unk/psLib/test/types/verified/tst_psMetadata_02.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_02.stderr	(revision 8809)
+++ 	(revision )
@@ -1,10 +1,0 @@
-<DATE><TIME>|<HOST>|I|main
-    Following should produce error for null name.
-<DATE><TIME>|<HOST>|E|psMetadataItemAllocV (FILE:LINENO)
-    Unallowable operation: name is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataItemAllocV (FILE:LINENO)
-    Specified psDataType, -1, is not supported.
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Unallowable operation: md is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Unallowable operation: item is NULL.
Index: unk/psLib/test/types/verified/tst_psMetadata_02.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_02.stdout	(revision 8809)
+++ 	(revision )
@@ -1,76 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_02.c                                        *
-*            TestPoint: psMetadata{Test A - Allocate metadata items}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Key Name:  myItem1  Key mdType: 0x00001301  Key Value:               1  Key Comment: I am a boolean
-Key Name:  myItem2  Key mdType: 0x00000104  Key Value:             111  Key Comment: I am a signed integer
-Key Name:  myItem3  Key mdType: 0x00000404  Key Value:         222.222  Key Comment: I am a single precision floating point
-Key Name:  myItem4  Key mdType: 0x00000408  Key Value:         333.333  Key Comment: I am a double precision floating point
-Key Name:  myItem5  Key mdType: 0x00010000  Key Value:     HELLO WORLD  Key Comment: I am a string
-
----> TESTPOINT PASSED (psMetadata{Test A - Allocate metadata items} | tst_psMetadata_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_02.c                                        *
-*            TestPoint: psMetadata{Test B - Attempt to create metadata item with null name} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null value for name not allowed                            *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test B - Attempt to create metadata item with null name} | tst_psMetadata_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_02.c                                        *
-*            TestPoint: psMetadata{Test C - Attempt to create metadata item with invalid type} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Invalid psDataType: 6                                      *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test C - Attempt to create metadata item with invalid type} | tst_psMetadata_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_02.c                                        *
-*            TestPoint: psMetadata{Test D - Allocate metadata}                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test D - Allocate metadata} | tst_psMetadata_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_02.c                                        *
-*            TestPoint: psMetadata{Test E - Attempt to add metadata item to null metadata} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null metadata collection not allowed                       *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test E - Attempt to add metadata item to null metadata} | tst_psMetadata_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_02.c                                        *
-*            TestPoint: psMetadata{Test F - Attempt to add null metadata item to metadata} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null metadata item not allowed                             *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test F - Attempt to add null metadata item to metadata} | tst_psMetadata_02.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_02.c                                        *
-*            TestPoint: psMetadata{Test G - Free psMetadata}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test G - Free psMetadata} | tst_psMetadata_02.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadata_03.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_03.stderr	(revision 8809)
+++ 	(revision )
@@ -1,20 +1,0 @@
-<DATE><TIME>|<HOST>|E|psMetadataRemove (FILE:LINENO)
-    Unallowable operation: md is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataRemove (FILE:LINENO)
-    Failed to remove metadata item, AARGH, from metadata table.
-<DATE><TIME>|<HOST>|E|psMetadataRemove (FILE:LINENO)
-    Could not find metadata item at index 22.
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Unallowable operation: md->hash is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataRemove (FILE:LINENO)
-    Unallowable operation: md->hash is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Unallowable operation: md->list is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataRemove (FILE:LINENO)
-    Unallowable operation: md->list is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Unallowable operation: item->name is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataAddItem (FILE:LINENO)
-    Unallowable operation: md->hash is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataAddV (FILE:LINENO)
-    Failed to add metadata item to metadata collection list.
Index: unk/psLib/test/types/verified/tst_psMetadata_03.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_03.stdout	(revision 8809)
+++ 	(revision )
@@ -1,117 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test A - Allocate metadata items}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Key Name:  myItem1  Key mdType: 0x00001301  Key Value:               1  Key Comment: I am a boolean
-Key Name:  myItem2  Key mdType: 0x00000104  Key Value:              55  Key Comment: I am a integer
-Key Name:  myItem3  Key mdType: 0x00001301  Key Value:               0  Key Comment: I am a boolean
-Key Name:  myItem4  Key mdType: 0x00000104  Key Value:              66  Key Comment: I am a integer
-
----> TESTPOINT PASSED (psMetadata{Test A - Allocate metadata items} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test B - Remove items from metadata by name}    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test B - Remove items from metadata by name} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test C - Remove items from metadata by index}   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test C - Remove items from metadata by index} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test D - Attempt to use null metadata}          *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null metadata collection not allowed                       *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test D - Attempt to use null metadata} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test E - Attempt to remove non-existant metadata item by name} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't find metadata item. Name: AARGH                   *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test E - Attempt to remove non-existant metadata item by name} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test E - Attempt to remove non-existant metadata item by index} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't find metadata item in list. Index: 22             *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test E - Attempt to remove non-existant metadata item by index} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test G - Attempt to add item to metadata w/o hash table} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't add item to invalid metadata structure.           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test G - Attempt to add item to invalid metadata w/o hash table} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test H - Attempt to add item to metadata w/o link list} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't add item to invalid metadata structure.           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test H - Attempt to add item to invalid metadata w/o link list} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test I - Attempt to add item with null name}    *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't add item with null name.                          *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test I - Attempt to add item with null name} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test J - Attempt to add item to metadata w/o hash table} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't add item to invalid metadata structure.           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test J - Attempt to add item to invalid metadata w/o hash table} | tst_psMetadata_03.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_03.c                                        *
-*            TestPoint: psMetadata{Test K - Free psMetadata}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test K - Free psMetadata} | tst_psMetadata_03.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadata_04.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_04.stderr	(revision 8809)
+++ 	(revision )
@@ -1,16 +1,0 @@
-<DATE><TIME>|<HOST>|E|psMetadataLookup (FILE:LINENO)
-    Unallowable operation: md is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataLookup (FILE:LINENO)
-    Unallowable operation: key is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataGet (FILE:LINENO)
-    Unallowable operation: md is NULL.
-<DATE><TIME>|<HOST>|E|psListIteratorSet (FILE:LINENO)
-    Specified location, 22, is invalid.
-<DATE><TIME>|<HOST>|E|psListGet (FILE:LINENO)
-    Specified location, 22, is invalid.
-<DATE><TIME>|<HOST>|E|psMetadataGet (FILE:LINENO)
-    Could not find metadata item at index 22.
-<DATE><TIME>|<HOST>|E|psMetadataLookup (FILE:LINENO)
-    Unallowable operation: md->hash is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataGet (FILE:LINENO)
-    Unallowable operation: md->list is NULL.
Index: unk/psLib/test/types/verified/tst_psMetadata_04.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_04.stdout	(revision 8809)
+++ 	(revision )
@@ -1,192 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test A - Allocate metadata items}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Key Name:  myItem1  Key mdType: 0x00001301  Key Value:               1  Key Comment: I am a boolean
-Key Name:  myItem2  Key mdType: 0x00000104  Key Value:              55  Key Comment: I am a integer
-Key Name:  myItem3  Key mdType: 0x00001301  Key Value:               0  Key Comment: I am a boolean
-Key Name:  myItem4  Key mdType: 0x00000104  Key Value:              66  Key Comment: I am a integer
-Key Name:  myItem5  Key mdType: 0x00000408  Key Value:           3.140  Key Comment: I am a double
-
----> TESTPOINT PASSED (psMetadata{Test A - Allocate metadata items} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test B - Lookup metadata item by name}          *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Found item named myItem2
-
----> TESTPOINT PASSED (psMetadata{Test B - Lookup metadata item by name} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test C - Attempt to use null metadata}          *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null metadata collection not allowed                       *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test C - Attempt to use null metadata} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test D - Attempt to use null key}               *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null key name not allowed                                  *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test D - Attempt to use null key} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test E - Attempt to lookup non-existant metadata item} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't find metadata item. Name: AARGH                   *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test E - Attempt to lookup non-existant metadata item} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test F - Lookup metadata item by index}         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Found item named myItem8
-
----> TESTPOINT PASSED (psMetadata{Test F - Lookup metadata item by index} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test G - Lookup metadata item and return psS32 value} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test G - Lookup metadata item and return psS32 value} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test H - Lookup metadata item and return psF64 value} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test H - Lookup metadata item and return psF64 value} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test I - Lookup metadata item and return psVector pointer} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test I - Lookup metadata item and return psVector pointer} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test J - Lookup metadata item and return psMetadata pointer} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test J - Lookup metadata item and return psMetadata pointer} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test K - Lookup metadata item and return psString value} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test K - Lookup metadata item and return psString value} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test L - Attempt to use null metadata}          *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null metadata collection not allowed                       *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test L - Attempt to use null metadata} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test M - Attempt to get non-existant metadata item} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Couldn't find metadata item with given index. Index: 22    *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test M - Attempt to get non-existant metadata item} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test N - Attemp to look up with an invalid metadata} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Lookup item with invalid metadata object.                  *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test N - Attempt to lookup an invalid metadata object.} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test O - Attempt to get item with an invalid metadata} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Get item with invalid metadata object.                     *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test O - Attempt to get item with  invalid metadata object} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test P - Attempt get psS32 value of non-existant metadata item} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test P - Attempt get psS32 value of non-existant metadata item} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test P - Attempt get psF64 value of non-existant metadata item} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test P - Attempt get psF64 value of non-existant metadata item} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test P - Attempt get psVector value of non-existant metadata item} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test P - Attempt get psVector value of non-existant metadata item} | tst_psMetadata_04.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_04.c                                        *
-*            TestPoint: psMetadata{Test Q - Free psMetadata}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test Q - Free psMetadata} | tst_psMetadata_04.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadata_05.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_05.stderr	(revision 8809)
+++ 	(revision )
@@ -1,6 +1,0 @@
-<DATE><TIME>|<HOST>|E|psMetadataItemPrint (FILE:LINENO)
-    Unallowable operation: fd is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataItemPrint (FILE:LINENO)
-    Unallowable operation: format is NULL.
-<DATE><TIME>|<HOST>|E|psMetadataItemPrint (FILE:LINENO)
-    Unallowable operation: item is NULL.
Index: unk/psLib/test/types/verified/tst_psMetadata_05.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_05.stdout	(revision 8809)
+++ 	(revision )
@@ -1,64 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_05.c                                        *
-*            TestPoint: psMetadata{Test A - Allocate metadata items}               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Key Name:  myItem1  Key mdType: 0x00001301  Key Value:               1  Key Comment: I am a boolean
-Key Name:  myItem2  Key mdType: 0x00000104  Key Value:              55  Key Comment: I am a integer
-Key Name:  myItem3  Key mdType: 0x00001301  Key Value:               0  Key Comment: I am a boolean
-Key Name:  myItem4  Key mdType: 0x00000104  Key Value:              66  Key Comment: I am a integer
-
----> TESTPOINT PASSED (psMetadata{Test A - Allocate metadata items} | tst_psMetadata_05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_05.c                                        *
-*            TestPoint: psMetadata{Test F - Write metadata item to file}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test F - Write metadata item to file} | tst_psMetadata_05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_05.c                                        *
-*            TestPoint: psMetadata{Test J - Attempt to use null file with itemPrint} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null file descriptor not allowed                           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test J - Attempt to use null file with itemPrint} | tst_psMetadata_05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_05.c                                        *
-*            TestPoint: psMetadata{Test K - Attempt to use null format with itemPrint} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null format not allowed                                    *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test K - Attempt to use null format with itemPrint} | tst_psMetadata_05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_05.c                                        *
-*            TestPoint: psMetadata{Test L - Attempt to use null item with itemPrint} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null metadata not allowed                                  *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test L - Attempt to use null item with itemPrint} | tst_psMetadata_05.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_05.c                                        *
-*            TestPoint: psMetadata{Test M - Free psMetadata}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test M - Free psMetadata} | tst_psMetadata_05.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadata_06.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_06.stdout	(revision 8809)
+++ 	(revision )
@@ -1,50 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_06.c                                        *
-*            TestPoint: psMetadata{Test A - Allocate metadata and items}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Key Name:  myItem1  Key mdType: 0x00001301  Key Value:               1  Key Comment: I am a boolean
-Key Name:  myItem1  Key mdType: 0x00000104  Key Value:             111  Key Comment: I am a signed integer
-Key Name:  myItem1  Key mdType: 0x00000104  Key Value:             222  Key Comment: I am a signed integer
-Key Name:  myItem2  Key mdType: 0x00000104  Key Value:             333  Key Comment: I am a signed integer
-Key Name:  myItem2  Key mdType: 0x0001000a  Key Value:          psList  Key Comment: I am a list
-
----> TESTPOINT PASSED (psMetadata{Test A - Allocate metadata and items} | tst_psMetadata_06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_06.c                                        *
-*            TestPoint: psMetadata{Test B - replace an item in the metadata}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test B - replace an item in the metadata} | tst_psMetadata_06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_06.c                                        *
-*            TestPoint: psMetadata{Test C - add duplicate-key metadata item}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test C - add duplicate-key metadata item} | tst_psMetadata_06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_06.c                                        *
-*            TestPoint: psMetadata{Test D - Add folder node on top of existing leaf node} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test D - Add folder node on top of existing leaf node} | tst_psMetadata_06.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_06.c                                        *
-*            TestPoint: psMetadata{Test E - Free psMetadata}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test E - Free psMetadata} | tst_psMetadata_06.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadata_07.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_07.stderr	(revision 8809)
+++ 	(revision )
@@ -1,61 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata_07{Test psMetadataIterator fxns}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata_07{Test psMetadataIterator fxns} | tst_psMetadata_07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata_07{Test psMetadataConfigWrite}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testMetaWrite
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataConfigWrite (FILE:LINENO)
-    Unallowable operation: md is NULL.
-<DATE><TIME>|<HOST>|I|testMetaWrite
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataConfigWrite (FILE:LINENO)
-    Unallowable operation: filename is NULL.
-<DATE><TIME>|<HOST>|I|testMetaWrite
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataConfigWrite (FILE:LINENO)
-    Failed to open specified file, temp
-
----> TESTPOINT PASSED (psMetadata_07{Test psMetadataConfigWrite} | tst_psMetadata_07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata_07{Test psMetadataRemoveKey/Index}              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata_07{Test psMetadataRemoveKey/Index} | tst_psMetadata_07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata_07{Test psMetadataAddPtr}                       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata_07{Test psMetadataAddPtr} | tst_psMetadata_07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata_07{Test psMetadataCopy}                         *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testMetaCopy
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psMetadataCopy (FILE:LINENO)
-    Unallowable operation: in is NULL.
-
----> TESTPOINT PASSED (psMetadata_07{Test psMetadataCopy} | tst_psMetadata_07.c)
-
Index: unk/psLib/test/types/verified/tst_psMetadata_07.stdout
===================================================================
--- /trunk/psLib/test/types/verified/tst_psMetadata_07.stdout	(revision 8809)
+++ 	(revision )
@@ -1,36 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata{Test A - Allocate psMetadataIterator}           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test A - Allocate psMetadataIterator} | tst_psMetadata_07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata{Test B - Set psMetadataIterator}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test B - Set psMetadataIterator} | tst_psMetadata_07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata{Test C - Get and Increment Iterator}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test C - Get and Increment Iterator} | tst_psMetadata_07.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psMetadata_07.c                                        *
-*            TestPoint: psMetadata{Test D - Get and Decrement Iterator}            *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psMetadata{Test D - Get and Decrement Iterator} | tst_psMetadata_07.c)
-
Index: unk/psLib/test/types/verified/tst_psPixels.stderr
===================================================================
--- /trunk/psLib/test/types/verified/tst_psPixels.stderr	(revision 8809)
+++ 	(revision )
@@ -1,106 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsAlloc}                                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psPixels{psPixelsAlloc} | tst_psPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsRealloc}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psPixels{psPixelsRealloc} | tst_psPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsCopy}                                     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testPixelsCopy
-    Following should generate an error message for NULL input
-<DATE><TIME>|<HOST>|E|psPixelsCopy (FILE:LINENO)
-    Input psPixels can not be NULL.
-
----> TESTPOINT PASSED (psPixels{psPixelsCopy} | tst_psPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsToMask}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testPixelsToMask
-    Following should generate an error for NULL pixels
-<DATE><TIME>|<HOST>|E|psPixelsToMask (FILE:LINENO)
-    Input psPixels can not be NULL.
-<DATE><TIME>|<HOST>|I|testPixelsToMask
-    Following should generate an error for invalid range
-<DATE><TIME>|<HOST>|E|psPixelsToMask (FILE:LINENO)
-    Specified psRegion, [10:0,10:0], does not specify a valid region.
-<DATE><TIME>|<HOST>|I|testPixelsToMask
-    Following should generate an error for invalid range
-<DATE><TIME>|<HOST>|E|psPixelsToMask (FILE:LINENO)
-    Specified psRegion, [0:10,0:-1], does not specify a valid region.
-
----> TESTPOINT PASSED (psPixels{psPixelsToMask} | tst_psPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsFromMask}                                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testPixelsFromMask
-    Following should generate error for NULL mask
-<DATE><TIME>|<HOST>|E|psPixelsFromMask (FILE:LINENO)
-    Specified mask can not be NULL.
-
----> TESTPOINT PASSED (psPixels{psPixelsFromMask} | tst_psPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsConcatenate}                              *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testPixelsConcatenate
-    Following should generate an error message for NULL pixels
-<DATE><TIME>|<HOST>|E|psPixelsConcatenate (FILE:LINENO)
-    Input psPixels can not be NULL.
-
----> TESTPOINT PASSED (psPixels{psPixelsConcatenate} | tst_psPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsGet/Set}                                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|psPixelsSet (FILE:LINENO)
-    Invalid position.  Number too large
-
----> TESTPOINT PASSED (psPixels{psPixelsGet/Set} | tst_psPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psPixels.c                                             *
-*            TestPoint: psPixels{psPixelsLength}                                   *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|I|testPixelsLength
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psPixelsLength (FILE:LINENO)
-    Error:  Specified pixels is not a valid psPixels 
-<DATE><TIME>|<HOST>|I|testPixelsLength
-    Following should generate error message
-<DATE><TIME>|<HOST>|E|psPixelsLength (FILE:LINENO)
-    Error:  Specified pixels is not a valid psPixels 
-
----> TESTPOINT PASSED (psPixels{psPixelsLength} | tst_psPixels.c)
-
Index: unk/psLib/test/xml/verified/tst_psXML.stderr
===================================================================
--- /trunk/psLib/test/xml/verified/tst_psXML.stderr	(revision 8809)
+++ 	(revision )
@@ -1,90 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify XML file parse}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify XML file parse} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify XML memory parse}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify XML memory parse} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify XML file descriptor parse}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify XML file descriptor parse} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify XML to Metadata convert}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify XML to Metadata convert} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify Metadata to XML convert}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify Metadata to XML convert} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify XML file write}                               *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify XML file write} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify XML memory write}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify XML memory write} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify XML file descriptor write}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (psXML{Verify XML file descriptor write} | tst_psXML.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_psXML.c                                                *
-*            TestPoint: psXML{Verify Incorrect XML Data}                           *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<DATE><TIME>|<HOST>|E|xml2metadata (FILE:LINENO)
-    Failed to recognize datatype from/for XML file.
-Incorrect xml data for Metadata Conversion 
-<DATE><TIME>|<HOST>|E|xml2metadata (FILE:LINENO)
-    Failed to recognize XML content.  Invalid syntax.
-Incorrect xml data for Metadata Conversion 
-<DATE><TIME>|<HOST>|E|xml2metadata (FILE:LINENO)
-    Failed to recognize XML content.  Invalid syntax.
-Incorrect xml data for Metadata Conversion 
-
----> TESTPOINT PASSED (psXML{Verify Incorrect XML Data} | tst_psXML.c)
-
Index: unk/psLib/test/xml/verified/tst_psXML.stdout
===================================================================
--- /trunk/psLib/test/xml/verified/tst_psXML.stdout	(revision 8809)
+++ 	(revision )
@@ -1,29 +1,0 @@
-Contents of metadata list:
- Key Name:      psLib.time.S32.value  Key Type:  S32      Key Value:              20  Key Comment: 
- Key Name:      psLib.time.F32.value  Key Type:  F32      Key Value:       50324.422  Key Comment: 
- Key Name:      psLib.time.F64.value  Key Type:  F64      Key Value:       80112.490  Key Comment: 
- Key Name:     psLib.time.BOOL.value  Key Type:  BOOL     Key Value:               1  Key Comment: 
- Key Name:    psLib.time.BOOL.value2  Key Type:  BOOL     Key Value:               0  Key Comment: 
- Key Name:    psLib.time.BOOL.value3  Key Type:  BOOL     Key Value:               1  Key Comment: 
- Key Name:    psLib.time.BOOL.value4  Key Type:  BOOL     Key Value:               0  Key Comment: 
- Key Name:       psLib.TIME.Magazine  Key type:  psPtr    Key Value:   1000, 25, FALSE  PS_TIME_UTC 
- Key Name:     psLib.time.Vector.S32  Key type:  psPtr    Key Values:   -4  -2  506  
- Key Name:     psLib.time.Vector.F32  Key type:  psPtr    Key Comment: 
- Key Name:     psLib.time.Vector.F64  Key type:  psPtr    Key Comment: 
- Key Name:                      cell  Key Type:  METADATA    Key Comment: 
- Key Name:     psLib.time.tables.dir  Key type:  psPtr    Key Value:   ../../data
-
-Contents of metadata table:
- Key Name:    psLib.time.BOOL.value4  Key Type:  BOOL     Key Value:               0  Key Comment: 
- Key Name:      psLib.time.F32.value  Key Type:  F32      Key Value:       50324.422  Key Comment: 
- Key Name:                      cell  Key Type:  METADATA    Key Comment: 
- Key Name:     psLib.time.Vector.F64  Key type:  psPtr    Key Comment: 
- Key Name:       psLib.TIME.Magazine  Key type:  psPtr    Key Value:   1000, 25, FALSE  PS_TIME_UTC 
- Key Name:      psLib.time.F64.value  Key Type:  F64      Key Value:       80112.490  Key Comment: 
- Key Name:     psLib.time.Vector.S32  Key type:  psPtr    Key Values:   -4  -2  506  
- Key Name:     psLib.time.BOOL.value  Key Type:  BOOL     Key Value:               1  Key Comment: 
- Key Name:     psLib.time.tables.dir  Key type:  psPtr    Key Value:   ../../data
- Key Name:     psLib.time.Vector.F32  Key type:  psPtr    Key Comment: 
- Key Name:    psLib.time.BOOL.value2  Key Type:  BOOL     Key Value:               0  Key Comment: 
- Key Name:    psLib.time.BOOL.value3  Key Type:  BOOL     Key Value:               1  Key Comment: 
- Key Name:      psLib.time.S32.value  Key Type:  S32      Key Value:              20  Key Comment: 
