Index: /trunk/psLib/test/collections/verified/tst_psBitSet_01.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psBitSet_01.stderr	(revision 1017)
+++ /trunk/psLib/test/collections/verified/tst_psBitSet_01.stderr	(revision 1018)
@@ -1,6 +1,6 @@
- <DATE> <TIME> <HOST> |E|psBitSetTest   | : Line 140 - Bit position too small: -4
- <DATE> <TIME> <HOST> |E|psBitSetTest   | : Line 143 - Bit position too large: 200
- <DATE> <TIME> <HOST> |E|psBitSetTest   | : Line 137 - Null psBitSet for inBitSet argument
- <DATE> <TIME> <HOST> |E|psBitSetSet    | : Line 118 - Bit position too small: -4
- <DATE> <TIME> <HOST> |E|psBitSetSet    | : Line 121 - Bit position too large: 200
- <DATE> <TIME> <HOST> |E|psBitSetSet    | : Line 115 - Null psBitSet for inBitSet argument
+ <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 140 - Bit position too small: -4
+ <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 143 - Bit position too large: 200
+ <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 137 - Null psBitSet for inBitSet argument
+ <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 118 - Bit position too small: -4
+ <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 121 - Bit position too large: 200
+ <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 115 - Null psBitSet for inBitSet argument
Index: /trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr	(revision 1017)
+++ /trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr	(revision 1018)
@@ -1,1 +1,1 @@
- <DATE> <TIME> <HOST> |E|psBitSetOp     | : Line 187 - psBitSet sizes not the same
+ <DATE> <TIME> <HOST> |E|     psBitSetOp| : Line 187 - psBitSet sizes not the same
Index: /trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr	(revision 1017)
+++ /trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr	(revision 1018)
@@ -1,3 +1,3 @@
- <DATE> <TIME> <HOST> |E|psBitSetOp     | : Line 214 - Invalid psBitMask binary operation: ZZXOR
- <DATE> <TIME> <HOST> |E|psBitSetAlloc  | : Line 84 - Allocation size must be > 0: size = -4
- <DATE> <TIME> <HOST> |E|psBitSetFree   | : Line 103 - Null psBitSet for inBitSet argument
+ <DATE> <TIME> <HOST> |E|     psBitSetOp| : Line 214 - Invalid psBitMask binary operation: ZZXOR
+ <DATE> <TIME> <HOST> |E|  psBitSetAlloc| : Line 84 - Allocation size must be > 0: size = -4
+ <DATE> <TIME> <HOST> |E|   psBitSetFree| : Line 103 - Null psBitSet for inBitSet argument
Index: /trunk/psLib/test/collections/verified/tst_psList.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 1017)
+++ /trunk/psLib/test/collections/verified/tst_psList.stderr	(revision 1018)
@@ -5,5 +5,5 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testListAlloc  |psListAlloc shall create a psList with either 0 or 1 element.
+ <DATE> <TIME> <HOST> |I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
 
 ---> TESTPOINT PASSED (psList{487-testListAlloc} | tst_psList.c)
@@ -15,9 +15,9 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testListAdd    |psListAdd shall add an element to list
- <DATE> <TIME> <HOST> |I|testListAdd    |Following should warn with invalid insert location
- <DATE> <TIME> <HOST> |W|psListAdd      |The given insert location (-10) for psListAdd is invalid. Adding to head instead.
- <DATE> <TIME> <HOST> |I|testListAdd    |Following should be a warning.
- <DATE> <TIME> <HOST> |W|psListAdd      |Invalid index 9 (only 7 elements in psList); assuming tail.
+ <DATE> <TIME> <HOST> |I|    testListAdd|psListAdd shall add an element to list
+ <DATE> <TIME> <HOST> |I|    testListAdd|Following should warn with invalid insert location
+ <DATE> <TIME> <HOST> |W|      psListAdd|The given insert location (-10) for psListAdd is invalid. Adding to head instead.
+ <DATE> <TIME> <HOST> |I|    testListAdd|Following should be a warning.
+ <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 7 elements in psList); assuming tail.
 
 ---> TESTPOINT PASSED (psList{488-testListAdd} | tst_psList.c)
@@ -29,6 +29,6 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testListGet    |Following should be an error
- <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:264).
+ <DATE> <TIME> <HOST> |I|    testListGet|Following should be an error
+ <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:263).
 
 ---> TESTPOINT PASSED (psList{489-testListGet} | tst_psList.c)
@@ -40,14 +40,14 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testListRemove |Following should be an error
- <DATE> <TIME> <HOST> |E|psListRemove   |list parameter found to be NULL in psListRemove
- <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
- <DATE> <TIME> <HOST> |E|psListRemove   |Couldn't position to given index (-4) to remove element from list.
- <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
- <DATE> <TIME> <HOST> |E|psListRemove   |Couldn't position to given index (-2) to remove element from list.
- <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
- <DATE> <TIME> <HOST> |E|psListRemove   |Failed to find 0x0 on psList 0x6d9190 in psListRemove.
- <DATE> <TIME> <HOST> |I|testListRemove |Next message should be an error
- <DATE> <TIME> <HOST> |E|psListRemove   |Failed to find 0x6d9aa0 on psList 0x6d9190 in psListRemove.
+ <DATE> <TIME> <HOST> |I| testListRemove|Following should be an error
+ <DATE> <TIME> <HOST> |E|   psListRemove|list parameter found to be NULL in psListRemove
+ <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
+ <DATE> <TIME> <HOST> |E|   psListRemove|Couldn't position to given index (-4) to remove element from list.
+ <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
+ <DATE> <TIME> <HOST> |E|   psListRemove|Couldn't position to given index (-2) to remove element from list.
+ <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
+ <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find 0x0 on psList 0x6d9190 in psListRemove.
+ <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
+ <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find 0x6d9aa0 on psList 0x6d9190 in psListRemove.
 
 ---> TESTPOINT PASSED (psList{490-testListRemove} | tst_psList.c)
@@ -68,8 +68,8 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testListIterator| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
- <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Unexpected null pointer'
- <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:264).
- <DATE> <TIME> <HOST> |I|testListIterator|Following should error with 'Can't move to an unknown position.'
+ <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
+ <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Unexpected null pointer'
+ <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:263).
+ <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Can't move to an unknown position.'
  <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
 
Index: /trunk/psLib/test/collections/verified/tst_psSort_03.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psSort_03.stderr	(revision 1017)
+++ /trunk/psLib/test/collections/verified/tst_psSort_03.stderr	(revision 1018)
@@ -1,1 +1,1 @@
- <DATE> <TIME> <HOST> |E|psSort         | : Line 136 - Input and output vector sizes are not equal: in=5 out=6
+ <DATE> <TIME> <HOST> |E|         psSort| : Line 136 - Input and output vector sizes are not equal: in=5 out=6
Index: /trunk/psLib/test/collections/verified/tst_psSort_04.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psSort_04.stderr	(revision 1017)
+++ /trunk/psLib/test/collections/verified/tst_psSort_04.stderr	(revision 1018)
@@ -1,1 +1,1 @@
- <DATE> <TIME> <HOST> |E|psSort         | : Line 118 - Null input vector
+ <DATE> <TIME> <HOST> |E|         psSort| : Line 118 - Null input vector
Index: /trunk/psLib/test/collections/verified/tst_psVector_01.stderr
===================================================================
--- /trunk/psLib/test/collections/verified/tst_psVector_01.stderr	(revision 1017)
+++ /trunk/psLib/test/collections/verified/tst_psVector_01.stderr	(revision 1018)
@@ -1,2 +1,2 @@
- <DATE> <TIME> <HOST> |E|psVectorAlloc  |Invalid value for nalloc. nalloc: 0
+ <DATE> <TIME> <HOST> |E|  psVectorAlloc|Invalid value for nalloc. nalloc: 0
  <DATE> <TIME> <HOST> |E|psVectorRealloc|Null input vector
Index: /trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr	(revision 1017)
+++ /trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr	(revision 1018)
@@ -1,6 +1,6 @@
- <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: Pointer to inImage is same as outImage.
- <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: inImage or its data is NULL.
- <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: inImage not PS_TYPE_F64.
- <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: inImage not square array.
- <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: outImage not PS_TYPE_F64.
- <DATE> <TIME> <HOST> |E|psMatrixTranspose|Invalid operation: outImage not square array.
+ <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: Pointer to inImage is same as outImage.
+ <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage or its data is NULL.
+ <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage not PS_TYPE_F64.
+ <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage not square array.
+ <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: outImage not PS_TYPE_F64.
+ <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: outImage not square array.
Index: /trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr	(revision 1017)
+++ /trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr	(revision 1018)
@@ -1,3 +1,3 @@
- <DATE> <TIME> <HOST> |E|psMatrixLUD    |Invalid operation: inImage or its data is NULL.
+ <DATE> <TIME> <HOST> |E|    psMatrixLUD|Invalid operation: inImage or its data is NULL.
  <DATE> <TIME> <HOST> |E|psMatrixLUSolve|Invalid operation: inVector or its data is NULL.
  <DATE> <TIME> <HOST> |E|psMatrixLUSolve|Invalid operation: inImage or its data is NULL.
Index: /trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr	(revision 1017)
+++ /trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr	(revision 1018)
@@ -1,2 +1,2 @@
- <DATE> <TIME> <HOST> |E|psMatrixInvert |Invalid operation: inImage or its data is NULL.
- <DATE> <TIME> <HOST> |E|psMatrixInvert |Invalid operation: determinant argument is NULL.
+ <DATE> <TIME> <HOST> |E| psMatrixInvert|Invalid operation: inImage or its data is NULL.
+ <DATE> <TIME> <HOST> |E| psMatrixInvert|Invalid operation: determinant argument is NULL.
Index: /trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr
===================================================================
--- /trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr	(revision 1017)
+++ /trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr	(revision 1018)
@@ -1,3 +1,3 @@
- <DATE> <TIME> <HOST> |E|psMatrixToVector|Invalid operation: inImage or its data is NULL.
- <DATE> <TIME> <HOST> |E|psMatrixToVector|Image does not have dim with 1 col or 1 row: (2 x 2).
- <DATE> <TIME> <HOST> |E|psVectorToMatrix|Invalid operation: inVector or its data is NULL.
+ <DATE> <TIME> <HOST> |E|psMatrixToVecto|Invalid operation: inImage or its data is NULL.
+ <DATE> <TIME> <HOST> |E|psMatrixToVecto|Image does not have dim with 1 col or 1 row: (2 x 2).
+ <DATE> <TIME> <HOST> |E|psVectorToMatri|Invalid operation: inVector or its data is NULL.
Index: /trunk/psLib/test/image/verified/tst_psImage.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImage.stderr	(revision 1017)
+++ /trunk/psLib/test/image/verified/tst_psImage.stderr	(revision 1018)
@@ -1,8 +1,8 @@
- <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay isn't within image boundaries
- <DATE> <TIME> <HOST> |E|psImageOverlaySection|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
- <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay is NULL
- <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
- <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as image input is NULL
- <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
+ <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries
+ <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
+ <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL
+ <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
+ <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL
+ <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
 /----------------------------- TESTPOINT ------------------------------------------\
 |             TestFile: tst_psImage.c                                              |
@@ -11,29 +11,29 @@
 \----------------------------------------------------------------------------------/
 
- <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> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 102h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 104h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 108h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 301h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 302h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 304h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 308h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 404h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 408h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 808h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
- <DATE> <TIME> <HOST> |I|testImageAlloc |Testing psImage with type 810h
- <DATE> <TIME> <HOST> |E|psImageAlloc   |Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <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> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 102h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 104h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 108h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 301h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 302h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 304h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 308h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 404h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 408h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 808h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
+ <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 810h
+ <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
 
 ---> TESTPOINT PASSED (psImage{546/548-testImageAlloc/Free} | tst_psImage.c)
@@ -61,26 +61,26 @@
  <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|psImageSubset  |Can not subset image because input image or its pixel buffer is NULL.
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because input image or its pixel buffer is NULL.
  <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|psImageSubset  |Can not subset image because number of rows or columns are zero (64x0).
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because number of rows or columns are zero (64x0).
  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
- <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because number of rows or columns are zero (0x128).
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because number of rows or columns are zero (0x128).
  <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|psImageSubset  |Can not subset image because col0,row0 (128,0) is not a valid pixel location.
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (128,0) is not a valid pixel location.
  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
- <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because col0,row0 (0,256) is not a valid pixel location.
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (0,256) is not a valid pixel location.
  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
- <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because col0,row0 (-1,0) is not a valid pixel location.
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (-1,0) is not a valid pixel location.
  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
- <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image because col0,row0 (0,-1) is not a valid pixel location.
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (0,-1) is not a valid pixel location.
  <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|psImageSubset  |Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]).
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]).
  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
- <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]).
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]).
  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
- <DATE> <TIME> <HOST> |E|psImageSubset  |Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]).
+ <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]).
  <DATE> <TIME> <HOST> |I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure
 
@@ -93,6 +93,6 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testImageCopy  |An error should follow...
- <DATE> <TIME> <HOST> |E|psImageCopy    |Can not copy image because input image or its pixel buffer is NULL.
+ <DATE> <TIME> <HOST> |I|  testImageCopy|An error should follow...
+ <DATE> <TIME> <HOST> |E|    psImageCopy|Can not copy image because input image or its pixel buffer is NULL.
 
 ---> TESTPOINT PASSED (psImage{551-testImageCopy} | tst_psImage.c)
@@ -104,7 +104,7 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testImageClip  |psImageClip shall limit the minimum and maximum data value within a psImage structure
- <DATE> <TIME> <HOST> |I|testImageClip  |Following should be an error (max<min)
- <DATE> <TIME> <HOST> |E|psImageClip    |psImageClip can not be invoked with max < min.
+ <DATE> <TIME> <HOST> |I|  testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure
+ <DATE> <TIME> <HOST> |I|  testImageClip|Following should be an error (max<min)
+ <DATE> <TIME> <HOST> |E|    psImageClip|psImageClip can not be invoked with max < min.
 
 ---> TESTPOINT PASSED (psImage{571-testImageClip} | tst_psImage.c)
@@ -116,5 +116,5 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testImageClipNAN|psImageClipNaN shall modified pixel values of NaN with a specified value
+ <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
 
 ---> TESTPOINT PASSED (psImage{572-testImageClipNAN} | tst_psImage.c)
@@ -126,10 +126,10 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay isn't within image boundaries
- <DATE> <TIME> <HOST> |E|psImageOverlaySection|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
- <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as overlay is NULL
- <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
- <DATE> <TIME> <HOST> |I|testImageOverlay|Following should error as image input is NULL
- <DATE> <TIME> <HOST> |E|psImageOverlaySection|one of the input images was NULL.
+ <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries
+ <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
+ <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL
+ <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
+ <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL
+ <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
 
 ---> TESTPOINT PASSED (psImage{573-testImageOverlay} | tst_psImage.c)
Index: /trunk/psLib/test/image/verified/tst_psImageIO.stderr
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageIO.stderr	(revision 1017)
+++ /trunk/psLib/test/image/verified/tst_psImageIO.stderr	(revision 1018)
@@ -1,10 +1,10 @@
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as file doesn't exist.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Could not open file 'foobar.fits'. (could not open the named file)
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as filename is NULL.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL.
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extnum is invalid.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extname is invalid.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as file doesn't exist.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Could not open file 'foobar.fits'. (could not open the named file)
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as filename is NULL.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Must specify filename; it can not be NULL.
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extnum is invalid.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extname is invalid.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
 /----------------------------- TESTPOINT ------------------------------------------\
 |             TestFile: tst_psImageIO.c                                            |
@@ -13,12 +13,12 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as file doesn't exist.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Could not open file 'foobar.fits'. (could not open the named file)
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as filename is NULL.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL.
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extnum is invalid.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
- <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extname is invalid.
- <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as file doesn't exist.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Could not open file 'foobar.fits'. (could not open the named file)
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as filename is NULL.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Must specify filename; it can not be NULL.
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extnum is invalid.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
+ <DATE> <TIME> <HOST> |I|  testImageRead|Following should be an error as extname is invalid.
+ <DATE> <TIME> <HOST> |E|psImageReadSect|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
 
 ---> TESTPOINT PASSED (psImage{567-testImageRead} | tst_psImageIO.c)
Index: /trunk/psLib/test/image/verified/tst_psImageStats00.stdout
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats00.stdout	(revision 1017)
+++ /trunk/psLib/test/image/verified/tst_psImageStats00.stdout	(revision 1018)
@@ -222,16 +222,16 @@
 Bin number 2 bounds: (6.400000 - 9.600000) data (27)
 Bin number 3 bounds: (9.600000 - 12.800000) data (36)
-Bin number 4 bounds: (12.800000 - 16.000000) data (62)
-Bin number 5 bounds: (16.000000 - 19.200001) data (57)
+Bin number 4 bounds: (12.800000 - 16.000000) data (45)
+Bin number 5 bounds: (16.000000 - 19.200001) data (74)
 Bin number 6 bounds: (19.200001 - 22.400000) data (66)
 Bin number 7 bounds: (22.400000 - 25.600000) data (75)
 Bin number 8 bounds: (25.600000 - 28.800001) data (84)
-Bin number 9 bounds: (28.800001 - 32.000000) data (124)
-Bin number 10 bounds: (32.000000 - 35.200001) data (87)
+Bin number 9 bounds: (28.800001 - 32.000000) data (93)
+Bin number 10 bounds: (32.000000 - 35.200001) data (118)
 Bin number 11 bounds: (35.200001 - 38.400002) data (78)
 Bin number 12 bounds: (38.400002 - 41.600002) data (69)
 Bin number 13 bounds: (41.600002 - 44.799999) data (60)
-Bin number 14 bounds: (44.799999 - 48.000000) data (66)
-Bin number 15 bounds: (48.000000 - 51.200001) data (39)
+Bin number 14 bounds: (44.799999 - 48.000000) data (51)
+Bin number 15 bounds: (48.000000 - 51.200001) data (54)
 Bin number 16 bounds: (51.200001 - 54.400002) data (30)
 Bin number 17 bounds: (54.400002 - 57.600002) data (21)
@@ -251,11 +251,11 @@
 Bin number 2 bounds: (6.400000 - 9.600000) data (27)
 Bin number 3 bounds: (9.600000 - 12.800000) data (36)
-Bin number 4 bounds: (12.800000 - 16.000000) data (62)
-Bin number 5 bounds: (16.000000 - 19.200001) data (57)
+Bin number 4 bounds: (12.800000 - 16.000000) data (45)
+Bin number 5 bounds: (16.000000 - 19.200001) data (74)
 Bin number 6 bounds: (19.200001 - 22.400000) data (66)
 Bin number 7 bounds: (22.400000 - 25.600000) data (75)
 Bin number 8 bounds: (25.600000 - 28.800001) data (84)
-Bin number 9 bounds: (28.800001 - 32.000000) data (124)
-Bin number 10 bounds: (32.000000 - 35.200001) data (84)
+Bin number 9 bounds: (28.800001 - 32.000000) data (93)
+Bin number 10 bounds: (32.000000 - 35.200001) data (115)
 Bin number 11 bounds: (35.200001 - 38.400002) data (66)
 Bin number 12 bounds: (38.400002 - 41.600002) data (48)
@@ -292,11 +292,11 @@
 Bin number 2 bounds: (9.600000 - 14.400001) data (65)
 Bin number 3 bounds: (14.400001 - 19.200001) data (90)
-Bin number 4 bounds: (19.200001 - 24.000000) data (115)
-Bin number 5 bounds: (24.000000 - 28.800001) data (110)
+Bin number 4 bounds: (19.200001 - 24.000000) data (90)
+Bin number 5 bounds: (24.000000 - 28.800001) data (135)
 Bin number 6 bounds: (28.800001 - 33.600002) data (157)
 Bin number 7 bounds: (33.600002 - 38.400002) data (160)
 Bin number 8 bounds: (38.400002 - 43.200001) data (160)
-Bin number 9 bounds: (43.200001 - 48.000000) data (160)
-Bin number 10 bounds: (48.000000 - 52.800003) data (128)
+Bin number 9 bounds: (43.200001 - 48.000000) data (128)
+Bin number 10 bounds: (48.000000 - 52.800003) data (160)
 Bin number 11 bounds: (52.800003 - 57.600002) data (160)
 Bin number 12 bounds: (57.600002 - 62.400002) data (160)
@@ -321,11 +321,11 @@
 Bin number 2 bounds: (9.600000 - 14.400001) data (65)
 Bin number 3 bounds: (14.400001 - 19.200001) data (90)
-Bin number 4 bounds: (19.200001 - 24.000000) data (115)
-Bin number 5 bounds: (24.000000 - 28.800001) data (110)
+Bin number 4 bounds: (19.200001 - 24.000000) data (90)
+Bin number 5 bounds: (24.000000 - 28.800001) data (135)
 Bin number 6 bounds: (28.800001 - 33.600002) data (157)
 Bin number 7 bounds: (33.600002 - 38.400002) data (160)
 Bin number 8 bounds: (38.400002 - 43.200001) data (160)
-Bin number 9 bounds: (43.200001 - 48.000000) data (160)
-Bin number 10 bounds: (48.000000 - 52.800003) data (122)
+Bin number 9 bounds: (43.200001 - 48.000000) data (128)
+Bin number 10 bounds: (48.000000 - 52.800003) data (154)
 Bin number 11 bounds: (52.800003 - 57.600002) data (130)
 Bin number 12 bounds: (57.600002 - 62.400002) data (105)
@@ -362,11 +362,11 @@
 Bin number 2 bounds: (9.600000 - 14.400001) data (65)
 Bin number 3 bounds: (14.400001 - 19.200001) data (90)
-Bin number 4 bounds: (19.200001 - 24.000000) data (115)
-Bin number 5 bounds: (24.000000 - 28.800001) data (110)
+Bin number 4 bounds: (19.200001 - 24.000000) data (90)
+Bin number 5 bounds: (24.000000 - 28.800001) data (135)
 Bin number 6 bounds: (28.800001 - 33.600002) data (157)
 Bin number 7 bounds: (33.600002 - 38.400002) data (160)
 Bin number 8 bounds: (38.400002 - 43.200001) data (160)
-Bin number 9 bounds: (43.200001 - 48.000000) data (160)
-Bin number 10 bounds: (48.000000 - 52.800003) data (128)
+Bin number 9 bounds: (43.200001 - 48.000000) data (128)
+Bin number 10 bounds: (48.000000 - 52.800003) data (160)
 Bin number 11 bounds: (52.800003 - 57.600002) data (160)
 Bin number 12 bounds: (57.600002 - 62.400002) data (160)
@@ -391,11 +391,11 @@
 Bin number 2 bounds: (9.600000 - 14.400001) data (65)
 Bin number 3 bounds: (14.400001 - 19.200001) data (90)
-Bin number 4 bounds: (19.200001 - 24.000000) data (115)
-Bin number 5 bounds: (24.000000 - 28.800001) data (110)
+Bin number 4 bounds: (19.200001 - 24.000000) data (90)
+Bin number 5 bounds: (24.000000 - 28.800001) data (135)
 Bin number 6 bounds: (28.800001 - 33.600002) data (157)
 Bin number 7 bounds: (33.600002 - 38.400002) data (160)
 Bin number 8 bounds: (38.400002 - 43.200001) data (160)
-Bin number 9 bounds: (43.200001 - 48.000000) data (160)
-Bin number 10 bounds: (48.000000 - 52.800003) data (122)
+Bin number 9 bounds: (43.200001 - 48.000000) data (128)
+Bin number 10 bounds: (48.000000 - 52.800003) data (154)
 Bin number 11 bounds: (52.800003 - 57.600002) data (130)
 Bin number 12 bounds: (57.600002 - 62.400002) data (105)
Index: /trunk/psLib/test/image/verified/tst_psImageStats02.stdout
===================================================================
--- /trunk/psLib/test/image/verified/tst_psImageStats02.stdout	(revision 1017)
+++ /trunk/psLib/test/image/verified/tst_psImageStats02.stdout	(revision 1018)
@@ -114,104 +114,104 @@
 \----------------------------------------------------------------------------------/
 
-(0.000000, 341605184.000000)
-(1.000000, 660202496.000000)
-(2.000000, 978799808.000000)
-(3.000000, 1297397120.000000)
-(4.000000, 1615994496.000000)
-(5.000000, 1934591744.000000)
-(6.000000, 2253189120.000000)
-(7.000000, 2571786496.000000)
-(8.000000, 2890383872.000000)
-(9.000000, 3208980992.000000)
-(1.000000, 10411743232.000000)
-(2.000000, 20754436096.000000)
-(3.000000, 31097128960.000000)
-(4.000000, 41439821824.000000)
-(5.000000, 51782512640.000000)
-(6.000000, 62125203456.000000)
-(7.000000, 72467898368.000000)
-(8.000000, 82810593280.000000)
-(9.000000, 93153280000.000000)
-(10.000000, 103495974912.000000)
-(2.000000, 20506945536.000000)
-(3.000000, 40898662400.000000)
-(4.000000, 61290381312.000000)
-(5.000000, 81682096128.000000)
-(6.000000, 102073819136.000000)
-(7.000000, 122465533952.000000)
-(8.000000, 142857256960.000000)
-(9.000000, 163248963584.000000)
-(10.000000, 183640686592.000000)
-(11.000000, 204032409600.000000)
-(3.000000, 30651992064.000000)
-(4.000000, 61142335488.000000)
-(5.000000, 91632680960.000000)
-(6.000000, 122123026432.000000)
-(7.000000, 152613371904.000000)
-(8.000000, 183103717376.000000)
-(9.000000, 213594062848.000000)
-(10.000000, 244084391936.000000)
-(11.000000, 274574737408.000000)
-(12.000000, 305065099264.000000)
-(4.000000, 40871669760.000000)
-(5.000000, 81534902272.000000)
-(6.000000, 122198147072.000000)
-(7.000000, 162861383680.000000)
-(8.000000, 203524620288.000000)
-(9.000000, 244187856896.000000)
-(10.000000, 284851109888.000000)
-(11.000000, 325514330112.000000)
-(12.000000, 366177583104.000000)
-(13.000000, 406840803328.000000)
-(5.000000, 51190751232.000000)
-(6.000000, 102125821952.000000)
-(7.000000, 153060900864.000000)
-(8.000000, 203995971584.000000)
-(9.000000, 254931042304.000000)
-(10.000000, 305866113024.000000)
-(11.000000, 356801183744.000000)
-(12.000000, 407736254464.000000)
-(13.000000, 458671325184.000000)
-(14.000000, 509606395904.000000)
-(6.000000, 61634031616.000000)
-(7.000000, 122964549632.000000)
-(8.000000, 184295063552.000000)
-(9.000000, 245625569280.000000)
-(10.000000, 306956107776.000000)
-(11.000000, 368286597120.000000)
-(12.000000, 429617119232.000000)
-(13.000000, 490947641344.000000)
-(14.000000, 552278163456.000000)
-(15.000000, 613608652800.000000)
-(7.000000, 72226283520.000000)
-(8.000000, 144100524032.000000)
-(9.000000, 215974756352.000000)
-(10.000000, 287848988672.000000)
-(11.000000, 359723237376.000000)
-(12.000000, 431597453312.000000)
-(13.000000, 503471702016.000000)
-(14.000000, 575345917952.000000)
-(15.000000, 647220166656.000000)
-(16.000000, 719094415360.000000)
-(8.000000, 82992300032.000000)
-(9.000000, 165583192064.000000)
-(10.000000, 248174100480.000000)
-(11.000000, 330765008896.000000)
-(12.000000, 413355900928.000000)
-(13.000000, 495946792960.000000)
-(14.000000, 578537717760.000000)
-(15.000000, 661128609792.000000)
-(16.000000, 743719501824.000000)
-(17.000000, 826310393856.000000)
-(9.000000, 93956857856.000000)
-(10.000000, 187462041600.000000)
-(11.000000, 280967217152.000000)
-(12.000000, 374472409088.000000)
-(13.000000, 467977568256.000000)
-(14.000000, 561482760192.000000)
-(15.000000, 654987952128.000000)
-(16.000000, 748493144064.000000)
-(17.000000, 841998336000.000000)
-(18.000000, 935503462400.000000)
+(0.000000, -69840.000000)
+(1.000000, -135200.000000)
+(2.000000, -200560.000000)
+(3.000000, -265920.000000)
+(4.000000, -331280.000000)
+(5.000000, -396640.000000)
+(6.000000, -462000.000000)
+(7.000000, -527360.000000)
+(8.000000, -592720.000000)
+(9.000000, -658080.000000)
+(1.000000, 1108128.000000)
+(2.000000, 2201856.000000)
+(3.000000, 3295584.000000)
+(4.000000, 4389312.000000)
+(5.000000, 5483040.000000)
+(6.000000, 6576768.000000)
+(7.000000, 7670496.000000)
+(8.000000, 8764224.000000)
+(9.000000, 9857952.000000)
+(10.000000, 10951680.000000)
+(2.000000, 27349008.000000)
+(3.000000, 54532576.000000)
+(4.000000, 81716144.000000)
+(5.000000, 108899712.000000)
+(6.000000, 136083280.000000)
+(7.000000, 163266848.000000)
+(8.000000, 190450416.000000)
+(9.000000, 217633984.000000)
+(10.000000, 244817552.000000)
+(11.000000, 272001120.000000)
+(3.000000, 103435392.000000)
+(4.000000, 206308864.000000)
+(5.000000, 309182336.000000)
+(6.000000, 412055808.000000)
+(7.000000, 514929280.000000)
+(8.000000, 617802752.000000)
+(9.000000, 720676224.000000)
+(10.000000, 823549696.000000)
+(11.000000, 926423168.000000)
+(12.000000, 1029296640.000000)
+(4.000000, 254149872.000000)
+(5.000000, 506982624.000000)
+(6.000000, 759815360.000000)
+(7.000000, 1012648128.000000)
+(8.000000, 1265480832.000000)
+(9.000000, 1518313728.000000)
+(10.000000, 1771146368.000000)
+(11.000000, 2023979008.000000)
+(12.000000, 2276811776.000000)
+(13.000000, 2529644800.000000)
+(5.000000, 504275040.000000)
+(6.000000, 1006005760.000000)
+(7.000000, 1507736576.000000)
+(8.000000, 2009467264.000000)
+(9.000000, 2511197952.000000)
+(10.000000, 3012928768.000000)
+(11.000000, 3514659328.000000)
+(12.000000, 4016390144.000000)
+(13.000000, 4518120960.000000)
+(14.000000, 5019851776.000000)
+(6.000000, 878593536.000000)
+(7.000000, 1752830208.000000)
+(8.000000, 2627066880.000000)
+(9.000000, 3501303552.000000)
+(10.000000, 4375540224.000000)
+(11.000000, 5249777152.000000)
+(12.000000, 6124013568.000000)
+(13.000000, 6998250496.000000)
+(14.000000, 7872486912.000000)
+(15.000000, 8746723328.000000)
+(7.000000, 1401887744.000000)
+(8.000000, 2796908032.000000)
+(9.000000, 4191927808.000000)
+(10.000000, 5586948096.000000)
+(11.000000, 6981967872.000000)
+(12.000000, 8376987648.000000)
+(13.000000, 9772007424.000000)
+(14.000000, 11167027200.000000)
+(15.000000, 12562048000.000000)
+(16.000000, 13957066752.000000)
+(8.000000, 2098940672.000000)
+(9.000000, 4187690496.000000)
+(10.000000, 6276440064.000000)
+(11.000000, 8365190144.000000)
+(12.000000, 10453940224.000000)
+(13.000000, 12542689280.000000)
+(14.000000, 14631439360.000000)
+(15.000000, 16720189440.000000)
+(16.000000, 18808938496.000000)
+(17.000000, 20897689600.000000)
+(9.000000, 2994534400.000000)
+(10.000000, 5974630400.000000)
+(11.000000, 8954726400.000000)
+(12.000000, 11934822400.000000)
+(13.000000, 14914918400.000000)
+(14.000000, 17895014400.000000)
+(15.000000, 20875110400.000000)
+(16.000000, 23855204352.000000)
+(17.000000, 26835300352.000000)
+(18.000000, 29815394304.000000)
 
 ---> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c)
Index: /trunk/psLib/test/sysUtils/verified/atst_psAbort_01.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/atst_psAbort_01.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/atst_psAbort_01.stderr	(revision 1018)
@@ -5,3 +5,3 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |A|main           |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
+ <DATE> <TIME> <HOST> |A|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
Index: /trunk/psLib/test/sysUtils/verified/atst_psAbort_02.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/atst_psAbort_02.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/atst_psAbort_02.stderr	(revision 1018)
@@ -5,3 +5,3 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |A|__LINE__       |NO_VALUES
+ <DATE> <TIME> <HOST> |A|       __LINE__|NO_VALUES
Index: /trunk/psLib/test/sysUtils/verified/tst_psError.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psError.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/tst_psError.stderr	(revision 1018)
@@ -5,5 +5,5 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |E|main           |ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
+ <DATE> <TIME> <HOST> |E|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
 
 ---> TESTPOINT PASSED (psError{Multiple type values in error message} | tst_psError.c)
@@ -15,5 +15,5 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |E|__LINE__       |NO VALUES
+ <DATE> <TIME> <HOST> |E|       __LINE__|NO VALUES
 
 ---> TESTPOINT PASSED (psError{String values in error message} | tst_psError.c)
Index: /trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stderr	(revision 1018)
@@ -1,8 +1,8 @@
- <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0 0.000000 beep beep
- <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1 1.000000 beep beep
- <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2 2.000000 beep beep
- <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3 3.000000 beep beep
- <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0 0.000000 beep beep
- <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1 1.000000 beep beep
- <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2 2.000000 beep beep
- <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3 3.000000 beep beep
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0 0.000000 beep beep
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1 1.000000 beep beep
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2 2.000000 beep beep
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3 3.000000 beep beep
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0 0.000000 beep beep
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1 1.000000 beep beep
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2 2.000000 beep beep
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3 3.000000 beep beep
Index: /trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stderr	(revision 1018)
@@ -1,11 +1,11 @@
- <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0
- <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1
- <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
- <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
- <DATE> <TIME> <HOST> |4|main           |Hello World!  My level is 4
- <DATE> <TIME> <HOST> |5|main           |Hello World!  My level is 5
- <DATE> <TIME> <HOST> |6|main           |Hello World!  My level is 6
- <DATE> <TIME> <HOST> |7|main           |Hello World!  My level is 7
- <DATE> <TIME> <HOST> |8|main           |Hello World!  My level is 8
- <DATE> <TIME> <HOST> |9|main           |Hello World!  My level is 9
- <DATE> <TIME> <HOST> |4|main           |This should  be displayed (level 4)
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |4|           main|Hello World!  My level is 4
+ <DATE> <TIME> <HOST> |5|           main|Hello World!  My level is 5
+ <DATE> <TIME> <HOST> |6|           main|Hello World!  My level is 6
+ <DATE> <TIME> <HOST> |7|           main|Hello World!  My level is 7
+ <DATE> <TIME> <HOST> |8|           main|Hello World!  My level is 8
+ <DATE> <TIME> <HOST> |9|           main|Hello World!  My level is 9
+ <DATE> <TIME> <HOST> |4|           main|This should  be displayed (level 4)
Index: /trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr	(revision 1018)
@@ -1,28 +1,28 @@
-
-
-
-
- <DATE> <TIME> |
- <DATE> <TIME> |
- <DATE> <TIME> |
- <DATE> <TIME> |
- <DATE> <TIME> <HOST> |
- <DATE> <TIME> <HOST> |
- <DATE> <TIME> <HOST> |
- <DATE> <TIME> <HOST> |
-A|
-E|
-W|
-I|
-main           |
-main           |
-main           |
-main           |
-Hello World!  My level is 0
-Hello World!  My level is 1
-Hello World!  My level is 2
-Hello World!  My level is 3
- <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0
- <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1
- <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
- <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
Index: /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr	(revision 1018)
@@ -1,4 +1,4 @@
- <DATE> <TIME> <HOST> |A|main           |Hello World!  My level is 0
- <DATE> <TIME> <HOST> |E|main           |Hello World!  My level is 1
- <DATE> <TIME> <HOST> |W|main           |Hello World!  My level is 2
- <DATE> <TIME> <HOST> |I|main           |Hello World!  My level is 3
+ <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
+ <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
+ <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
+ <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
Index: /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr	(revision 1018)
@@ -5,5 +5,5 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|TPCheckBufferPositive|psAlloc shall allocate memory blocks writeable by caller.
+ <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
 
 ---> TESTPOINT PASSED (psMemory{449-TPCheckBufferPositive} | tst_psMemory.c)
@@ -15,7 +15,7 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|TPOutOfMemory  |Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
- <DATE> <TIME> <HOST> |I|TPOutOfMemoryExhaustedCallback|Custom MemExhaustedCallback was invoked.
- <DATE> <TIME> <HOST> |A|p_psAlloc      |Failed to allocate 4294966295 bytes at tst_psMemory.c:163
+ <DATE> <TIME> <HOST> |I|  TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
+ <DATE> <TIME> <HOST> |I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
+ <DATE> <TIME> <HOST> |A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:163
 
 ---> TESTPOINT PASSED (psMemory{450-TPOutOfMemory} | tst_psMemory.c)
@@ -27,7 +27,7 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|TPrealloc      |psRealloc shall increase/decrease memory buffer while preserving contents
- <DATE> <TIME> <HOST> |I|TPrealloc      |Expanding memory buffer.
- <DATE> <TIME> <HOST> |I|TPrealloc      |Shrinking memory buffer.
+ <DATE> <TIME> <HOST> |I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
+ <DATE> <TIME> <HOST> |I|      TPrealloc|Expanding memory buffer.
+ <DATE> <TIME> <HOST> |I|      TPrealloc|Shrinking memory buffer.
 
 ---> TESTPOINT PASSED (psMemory{451-TPrealloc} | tst_psMemory.c)
@@ -40,10 +40,10 @@
 
  <DATE> <TIME> <HOST> |I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
- <DATE> <TIME> <HOST> |I|memAllocateCallback|block 2 was (re)allocated
- <DATE> <TIME> <HOST> |I|memAllocateCallback|block 3 was (re)allocated
+ <DATE> <TIME> <HOST> |I|memAllocateCall|block 2 was (re)allocated
+ <DATE> <TIME> <HOST> |I|memAllocateCall|block 3 was (re)allocated
  <DATE> <TIME> <HOST> |I|memFreeCallback|block 2 was freed
  <DATE> <TIME> <HOST> |I|memFreeCallback|block 3 was freed
- <DATE> <TIME> <HOST> |I|memAllocateCallback|block 4 was (re)allocated
- <DATE> <TIME> <HOST> |I|memAllocateCallback|block 4 was (re)allocated
+ <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
+ <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
  <DATE> <TIME> <HOST> |I|memFreeCallback|block 4 was freed
 
@@ -56,14 +56,14 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|TPcheckLeaks   |psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
- <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one instance.
+ <DATE> <TIME> <HOST> |I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
+ <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
                    file:line ID
          tst_psMemory.c:313  1
- <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with a different leak location
- <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce one error.
+ <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
+ <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
                    file:line ID
          tst_psMemory.c:343  11
- <DATE> <TIME> <HOST> |I|TPcheckLeaks   |Testing psMemCheckLeaks again with multiple leak locations.
- <DATE> <TIME> <HOST> |I|TPcheckLeaks   |following psMemCheckLeaks call should produce two errors.
+ <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
+ <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
                    file:line ID
          tst_psMemory.c:371  16
@@ -80,6 +80,6 @@
  <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
  <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
- <DATE> <TIME> <HOST> |E|psMemCheckCorruption|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
- <DATE> <TIME> <HOST> |I|memProblemCallback|memory callback called for id 1 (psMemCheckCorruption:228).
+ <DATE> <TIME> <HOST> |E|psMemCheckCorru|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
+ <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:228).
 
 ---> TESTPOINT PASSED (psMemory{455-TPmemCorruption} | tst_psMemory.c)
@@ -91,6 +91,6 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |I|TPFreeReferencedMemory|memory reference count shall be incrementable/decrementable
- <DATE> <TIME> <HOST> |I|TPFreeReferencedMemory|psFree shall be just decrement a multiple refererenced pointer.
+ <DATE> <TIME> <HOST> |I|TPFreeReference|memory reference count shall be incrementable/decrementable
+ <DATE> <TIME> <HOST> |I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
 
 ---> TESTPOINT PASSED (psMemory{456-TPFreeReferencedMemory} | tst_psMemory.c)
Index: /trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr
===================================================================
--- /trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr	(revision 1017)
+++ /trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr	(revision 1018)
@@ -50,5 +50,5 @@
 \----------------------------------------------------------------------------------/
 
- <DATE> <TIME> <HOST> |E|psString.c     |psStringNCopy with negative count specified -5
+ <DATE> <TIME> <HOST> |E|     psString.c|psStringNCopy with negative count specified -5
 
 ---> TESTPOINT PASSED (psStringNCopy{Copy string with negative size} | tst_psStringCopy.c)
