Index: trunk/psLib/test/TABLE-SDRS-CH06-DataManip
===================================================================
--- trunk/psLib/test/TABLE-SDRS-CH06-DataManip	(revision 13306)
+++ trunk/psLib/test/TABLE-SDRS-CH06-DataManip	(revision 13337)
@@ -22,7 +22,7 @@
 			na		na	na	10
 psStatsOptionFromString()
-			NONE		NONE	NONE	NONE
+			10		na	na	10	na
 psStatsOptionToString()
-			NONE		NONE	NONE	NONE
+			10		na	na	10	na
 psStatsFromString()
 			NONE		NONE	NONE	NONE
@@ -101,7 +101,8 @@
 psSpline1DEval()
 			8		na	5	8
-    There should be a PS_ASSERT_PTR_NON_NULL(spline->knots) before we assert type:
-    PS_ASSERT_PTR_NON_NULL(spline, NULL);
-    PS_ASSERT_VECTOR_TYPE(spline->knots, PS_TYPE_F32, NULL);
+    There should be a PS_ASSERT_PTR_NON_NULL(spline->knots) before we
+    assert type:
+        PS_ASSERT_PTR_NON_NULL(spline, NULL);
+        PS_ASSERT_VECTOR_TYPE(spline->knots, PS_TYPE_F32, NULL);
 psSpline1DEvalVector()
 			8		na	5	8
@@ -137,68 +138,67 @@
     NONE
 psVectorFitPolynomial1D()
-			0		10	7	9
-    Must add unallowed input parameters, maybe vary the poly orders.
+			10		10	7	9
+    Maybe vary the poly orders.
     4D has some tests that are failing, but should not be.
 psVectorFitPolynomial2D()
-			0		10	7	9
+			10		10	7	9
     DITTO
 psVectorFitPolynomial3D()
-			0		10	7	9
+			10		10	7	9
     DITTO
 psVectorFitPolynomial4D()
-			0		10	7	9
+			10		10	7	9
     DITTO
 psVectorClipFitPolynomial1D()
-			0		10	7	9
+			10		10	7	9
     DITTO
 psVectorClipFitPolynomial2D()
-			0		10	7	9
+			10		10	7	9
     DITTO
 psVectorClipFitPolynomial3D()
-			0		10	7	9
+			10		10	7	9
     DITTO
 psVectorClipFitPolynomial4D()
-			0		10	7	9
+			10		10	7	9
     DITTO
 psVectorFitSpline1D()	0		2	10	5	5
 psImageSubset()		10		2	1	10	na
-    in imageops dir. not math: tap_psImageStructManip.c
+    in imageops/tap_psImageStructManip.c
     A single 128x256 image of type U32 is tested.
 psImageCopy()		10		10	8	10	na
-    in imageops dir. not math: tap_psImageStructManip.c
+    in imageops/tap_psImageStructManip.c
     A single input 128x256 image of type F32 is tested, however it's
 	converted to all other allowed types.
 psImageTrim()		10		2	4	10	na
-    in imageops dir. not math: tap_psImageStructManip.c
+    in imageops/tap_psImageStructManip.c
     A single 200x300 image of type F32 is tested.
 psImageFlip()		0		0	0	0	0
     NONE
 psImageRow()		10		10	2	10	na
-    in imageops dir. not math: tap_psImageStructManip.c
+    in imageops/tap_psImageStructManip.c
 psImageCol()		10		10	2	10	na
-    in imageops dir. not math: tap_psImagePixelExtract.c
+    in imageops/tap_psImagePixelExtract.c
     A single 3x3 image is used
 psImageSlice()		10		10	10	10	na
-    in imageops dir. not math: tap_psImagePixelExtract.c
+    in imageops/tap_psImagePixelExtract.c
     Spend more time determining if all input params are tested, and all combos
 	as well.
     SDRS seems to be out of date.
 psImageCut()		5		2	2	10	na
-    in imageops dir. not math: tap_psImagePixelExtract.c
+    in imageops/tap_psImagePixelExtract.c
     SDRS seems to be incomplete and lots of unallowed input param combos are
 	probably not tested.
     A single 200x300 input image of type F32 is tested.
-    
 psImageRadialCut()	10		2	2	10	na
-    in imageops dir. not math: tap_psImagePixelExtract.c
+    in imageops/tap_psImagePixelExtract.c
     A single 200x300 input image of type F32 is tested.
 psImageRebin()		10		10	2	10	na
-    In imageops dir. not math: tap_psImageGeomManip.c
+    In imageops/tap_psImageGeomManip.c
     Only 16x16 images are rebinned into 4x4 images.  Try NxM.
 psImageResample()	10		2	2	10	na
-    In imageops dir. not math: tap_psImageGeomManip.c
+    In imageops/tap_psImageGeomManip.c
     A single 80x60 input image of type F32 is used.
 psImageRotate()		8		5	2	10	na
-    In imageops dir. not math: tap_psImageGeomManip.c
+    In imageops/tap_psImageGeomManip.c
     A single 64x64 input image is used
     Only types F32 and S16 are tested
@@ -207,12 +207,12 @@
     There is a potential autoconf directory problem with reading the FITS file.
 psImageShift()		10		5	5	10	na
-    In imageops dir. not math: tap_psImageGeomManip.c
+    In imageops/tap_psImageGeomManip.c
     Only 64x128 images are used.
     Only types F32 and S16 are tested
 psImageRoll()		10		10	2	10	na
-    In imageops dir. not math: tap_psImageGeomManip.c
+    In imageops/tap_psImageGeomManip.c
     Only NxN square images are tested.
 psImageTransform()	0		2	2	5	na
-    In imageops dir. not math: tap_psImageGeomManip.c
+    In imageops/tap_psImageGeomManip.c
     A single 16x32 input image of type F32 is used
     No attempt at unallowed input params, types, or sizes.
