Index: trunk/psModules/test/detrend/verified/tst_pmFlatField.stderr
===================================================================
--- trunk/psModules/test/detrend/verified/tst_pmFlatField.stderr	(revision 8926)
+++ 	(revision )
@@ -1,69 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: Test Point Driver{pmFlatField}                             *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Unallowable operation: flat is NULL.
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Unallowable operation: in->image is NULL.
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Unallowable operation: flat->image is NULL.
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Input image size exceeds that of flat image: (3, 3) vs (2, 2)
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Input image mask size exceeds that of flat image: (5, 5) vs (3, 3)
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Total offset >= flat image size: (50, 50) vs (3, 3)
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Complex types not allowed for input image. Type: 2064
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Complex types not allowed for flat image. Type: 2064
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Input and flat image types differ: (1032 vs 1028)
-<HOST>|W|pmFlatField
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmFlatField (FILE:LINENO)
-    Mask must be PS_TYPE_MASK type. Type: 1028
-
----> TESTPOINT PASSED (Test Point Driver{pmFlatField} | tst_pmFlatField.c)
-
Index: trunk/psModules/test/detrend/verified/tst_pmFlatField.stdout
===================================================================
--- trunk/psModules/test/detrend/verified/tst_pmFlatField.stdout	(revision 8926)
+++ 	(revision )
@@ -1,241 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test A - Divide input image by flat image}     *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Input mask:
-0 0 0 
-0 0 0 
-0 0 0 
-
-Input image:
-6.000000 6.000000 6.000000 
-6.000000 6.000000 6.000000 
-6.000000 6.000000 6.000000 
-
-Flat image:
-2.000000 2.000000 2.000000 
-2.000000 2.000000 2.000000 
-2.000000 2.000000 2.000000 
-
-Resulting image:
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-
-
----> TESTPOINT PASSED (pmFlatField{Test A - Divide input image by flat image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test B - Mask flat image data}                 *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Input image:
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-
-Flat image:
-0.000000 0.000000 0.000000 
-0.000000 0.000000 0.000000 
-0.000000 0.000000 0.000000 
-
-Resulting mask:
-8 8 8 
-8 8 8 
-8 8 8 
-
-Resulting image:
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-
-
----> TESTPOINT PASSED (pmFlatField{Test B - Mask flat image data} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test C - Mask flat image data starting with non-null mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-Input image:
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-
-Flat image:
-0.000000 0.000000 0.000000 
-0.000000 0.000000 0.000000 
-3.000000 -3.000000 0.000000 
-
-Flat image out:
-0.000000 0.000000 0.000000 
-0.000000 0.000000 0.000000 
-3.000000 0.000000 0.000000 
-
-Resulting mask:
-8 8 8 
-8 8 8 
-0 8 8 
-
-Resulting image:
-3.000000 3.000000 3.000000 
-3.000000 3.000000 3.000000 
-1.000000 3.000000 3.000000 
-
-
----> TESTPOINT PASSED (pmFlatField{Test C - Mask flat image data starting with non-null mask} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test D - Attempt to use null flat readout}     *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null not allowed for flat readout                          *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test D - Attempt to use null flat readout} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test E - Attempt to use null input image}      *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null not allowed for input image                           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test E - Attempt to use null input image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test F - Attempt tp use null flat image}       *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Null not allowed for flat image                            *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test F - Attempt tp use null flat image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test G - Attempt to use input image bigger than flat image} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Input image size exceeds that of flat image                *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test G - Attempt to use input image bigger than flat image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test H - Attempt to use input image mask bigger than flat image} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Input image mask size exceeds that of flat image           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test H - Attempt to use input image mask bigger than flat image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test I - Attempt to use offset greater than input image} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Total offset >= input image size                           *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test I - Attempt to use offset greater than input image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test J - Attempt to use complex input image}   *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Complex types not allowed for input image                  *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test J - Attempt to use complex input image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test K - Attempt to use complex flat image}    *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Complex types not allowed for flat image                   *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test K - Attempt to use complex flat image} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test L - Attempt to use non-equal input and flat image types} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Input and flat image types differ                          *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test L - Attempt to use non-equal input and flat image types} | tst_pmFlatField.c)
-
-
-
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmFlatField.c                                          *
-*            TestPoint: pmFlatField{Test M - Attempt to use non-mask type mask image} *
-*             TestType: Negative                                                   *
-*    ExpectedErrorText: Mask must be PS_TYPE_MASK type                             *
-*  ExpectedStatusValue: 0                                                          *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmFlatField{Test M - Attempt to use non-mask type mask image} | tst_pmFlatField.c)
-
-
-
-
Index: trunk/psModules/test/detrend/verified/tst_pmMaskBadPixels.stderr
===================================================================
--- trunk/psModules/test/detrend/verified/tst_pmMaskBadPixels.stderr	(revision 8926)
+++ 	(revision )
@@ -1,149 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Create mask based on maskVal argument} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Create mask based on maskVal argument} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Create mask based on saturation argument} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Create mask based on saturation argument} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Create mask based on growVal and grow argum *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Create mask based on growVal and grow arguments} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Auto create mask based on maskVal argument} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Auto create mask based on maskVal argument} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Attempt to use null mask} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|E|pmMaskBadPixels (FILE:LINENO)
-    Unallowable operation: mask is NULL.
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use null mask} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Attempt tp use null input image} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|pmMaskBadPixels (FILE:LINENO)
-    Unallowable operation: in->image is NULL.
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt tp use null input image} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Attempt to use input image bigger than mask *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmMaskBadPixels (FILE:LINENO)
-    Input image size exceeds that of mask image: (60, 60) vs (50, 50)
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use input image bigger than mask} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Attempt to use input image mask bigger than *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use input image mask bigger than mask} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Attempt to use offset greater than input im *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmMaskBadPixels (FILE:LINENO)
-    Total offset >= mask image: (150, 150) vs (50, 50)
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use offset greater than input image} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Attempt to use complex input image} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmMaskBadPixels (FILE:LINENO)
-    Complex types not allowed for input image. Type: 2064
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use complex input image} | tst_pmMaskBadPixels.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmMaskBadPixels.c                                      *
-*            TestPoint: Test Point Driver{pmMaskBadPixels - Attempt to use non-mask type mask image} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmMaskBadPixels
-    WARNING: in->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|pmMaskBadPixels (FILE:LINENO)
-    Mask must be PS_TYPE_MASK type. Type: 1032
-
----> TESTPOINT PASSED (Test Point Driver{pmMaskBadPixels - Attempt to use non-mask type mask image} | tst_pmMaskBadPixels.c)
-
Index: trunk/psModules/test/detrend/verified/tst_pmMaskBadPixels.stdout
===================================================================
--- trunk/psModules/test/detrend/verified/tst_pmMaskBadPixels.stdout	(revision 8926)
+++ 	(revision )
@@ -1,416 +1,0 @@
-Data mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000001000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
-Resulting mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000001000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
-Data mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
-Resulting mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000001000000000000000000000000
-00000000000000000000000011100000000000000000000000
-00000000000000000000000111110000000000000000000000
-00000000000000000000000011100000000000000000000000
-00000000000000000000000001000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
-Data mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
-Resulting mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000001000000000000000000000000
-00000000000000000000011111111100000000000000000000
-00000000000000000001111111111111000000000000000000
-00000000000000000011111111111111100000000000000000
-00000000000000000111111111111111110000000000000000
-00000000000000000111111111111111110000000000000000
-00000000000000001111111111111111111000000000000000
-00000000000000001111111111111111111000000000000000
-00000000000000001111111111111111111000000000000000
-00000000000000001111111111111111111000000000000000
-00000000000000011111111111111111111100000000000000
-00000000000000001111111111111111111000000000000000
-00000000000000001111111111111111111000000000000000
-00000000000010001111111111111111111000100000000000
-00000000111111111111111111111111111111111110000000
-00000011111111111111111111111111111111111111100000
-00000111111111111111111111111111111111111111110000
-00001111111111111111111111111111111111111111111000
-00001111111111111111111111111111111111111111111000
-00011111111111111111111111111111111111111111111100
-00011111111111111111110001000111111111111111111100
-00011111111111111111110000000111111111111111111100
-00011111111111111111110000000111111111111111111100
-00111111111111111111111000001111111111111111111110
-00011111111111111111110000000111111111111111111100
-00011111111111111111110000000111111111111111111100
-00011111111111111111110000000111111111111111111100
-00011111111111111111110000000111111111111111111100
-00001111111111111111100000000011111111111111111000
-00001111111111111111100000000011111111111111111000
-00000111111111111111000000000001111111111111110000
-00000011111111111110000000000000111111111111100000
-00000000111111111000000000000000001111111110000000
-00000000000010000000000000000000000000100000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
-Data mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000001000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
-Resulting mask:
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000001000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-00000000000000000000000000000000000000000000000000
-
Index: trunk/psModules/test/detrend/verified/tst_pmNonLinear.stderr
===================================================================
--- trunk/psModules/test/detrend/verified/tst_pmNonLinear.stderr	(revision 8926)
+++ 	(revision )
@@ -1,86 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: Test Point Driver{pmNonLinearityPolynomial}                *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmNonLinearityPolynomial
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmNonLinearityPolynomial
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmNonLinearityPolynomial
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmNonLinearityPolynomial
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-
----> TESTPOINT PASSED (Test Point Driver{pmNonLinearityPolynomial} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: Test Point Driver{pmNonLinearityLookup}                    *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|W|pmNonLinearityLookup
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmNonLinearityLookup
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmNonLinearityLookup
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|W|pmNonLinearityLookup
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-
----> TESTPOINT PASSED (Test Point Driver{pmNonLinearityLookup} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: Test Point Driver{pmNonLinearityPolynomial(): error/warning conditions} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|pmNonLinearityPolynomial (FILE:LINENO)
-    Unallowable operation: inputReadout is NULL.
-<HOST>|E|pmNonLinearityPolynomial (FILE:LINENO)
-    Unallowable operation: inputReadout->image is NULL.
-<HOST>|E|pmNonLinearityPolynomial (FILE:LINENO)
-    Unallowable operation: input1DPoly is NULL.
-
----> TESTPOINT PASSED (Test Point Driver{pmNonLinearityPolynomial(): error/warning conditions} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: Test Point Driver{pmNonLinearityLookup(): error/warning conditions} *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-<HOST>|E|pmNonLinearityLookup (FILE:LINENO)
-    Unallowable operation: inputReadout is NULL.
-<HOST>|E|pmNonLinearityLookup (FILE:LINENO)
-    Unallowable operation: inputReadout->image is NULL.
-<HOST>|W|pmNonLinearityLookup
-    WARNING: inputReadout->parent is NULL.
-<HOST>|W|p_psDetermineTrimmedImage
-    WARNING: could not determine CELL.TRIMSEC from parent cell Metadata (NULL).
-<HOST>|E|psVectorsReadFromFile (FILE:LINENO)
-    Failed to open file I_DONT_EXIST.
-<HOST>|W|pmNonLinearityLookup
-    WARNING: Lookup Table is too small.  Returning original pmReadout.
-
----> TESTPOINT PASSED (Test Point Driver{pmNonLinearityLookup(): error/warning conditions} | tst_pmNonLinear.c)
-
Index: trunk/psModules/test/detrend/verified/tst_pmNonLinear.stdout
===================================================================
--- trunk/psModules/test/detrend/verified/tst_pmNonLinear.stdout	(revision 8926)
+++ 	(revision )
@@ -1,95 +1,0 @@
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityPolynomialTest}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityPolynomialTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityPolynomialTest}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityPolynomialTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityPolynomialTest}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityPolynomialTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityPolynomialTest}                  *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityPolynomialTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityLookupTest}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityLookupTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityLookupTest}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityLookupTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityLookupTest}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityLookupTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{doNonLinearityLookupTest}                      *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-
----> TESTPOINT PASSED (pmNonLinear{doNonLinearityLookupTest} | tst_pmNonLinear.c)
-
-/***************************** TESTPOINT ******************************************\
-*             TestFile: tst_pmNonLinear.c                                          *
-*            TestPoint: pmNonLinear{Testing bad input parameter conditions.}       *
-*             TestType: Positive                                                   *
-\**********************************************************************************/
-
-------------------------------------------------------------
-Calling pmNonLinearityPolynomial() with NULL input readout.  Should generate error, return NULL.
-------------------------------------------------------------
-Calling pmNonLinearityPolynomial() with NULL input readout->image.  Should generate error, return NULL.
-------------------------------------------------------------
-Calling pmNonLinearityPolynomial() with NULL polynomial.  Should generate error, return NULL.
-------------------------------------------------------------
-Calling pmNonLinearityLookup() with NULL input pmReadout.  Should generate error, return NULL.
-------------------------------------------------------------
-Calling pmNonLinearityLookup() with NULL input pmReadout->image.  Should generate error, return NULL.
-------------------------------------------------------------
-Calling pmNonLinearityLookup() with non-existent lookup file.
-------------------------------------------------------------
-Calling pmNonLinearityLookup() with one pixels outside inFlux range.  Should generate warnings.
-
----> TESTPOINT PASSED (pmNonLinear{Testing bad input parameter conditions.} | tst_pmNonLinear.c)
-
