IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1198


Ignore:
Timestamp:
Jul 8, 2004, 9:34:28 AM (22 years ago)
Author:
desonia
Message:

enhanced the parsing of host to search for the hostname of the current machine
explicitly, not just single word with '.' in it.

Location:
trunk/psLib/test
Files:
28 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/FullUnitTest

    r1131 r1198  
    1919#  RETURN : integer number of tests which failed
    2020#
    21 #  $Revision: 1.9 $  $Name: not supported by cvs2svn $
    22 #  $Date: 2004-06-29 23:52:32 $
     21#  $Revision: 1.10 $  $Name: not supported by cvs2svn $
     22#  $Date: 2004-07-08 19:34:18 $
    2323#
    2424#  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    552552   open(MODFILE, "> temp/$fileName.stdout.mod");
    553553   # Replace the variable data, time and host information with constants
     554   $hostname = `hostname`;
     555   chop $hostname;
    554556   while( <OUTFILE> ) {
    555557       s/\d+:\d+:\d+/ <DATE> /;
    556558       s/\s+\d+:\d+:\d+\w/ <TIME> /;
    557        s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
     559       s/$hostname/<HOST>/;
    558560       # Filter lines with *** malloc.  This is an artifact of Mac testing of
    559561       # memory functions
     
    575577       s/\d+:\d+:\d+/ <DATE> /;
    576578       s/\s+\d+:\d+:\d+\w/ <TIME> /;
    577        s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
     579       s/$hostname/<HOST>/;
    578580       # Filter lines with *** malloc.  This is an artifact of Mac testing of
    579581       # memory functions
  • trunk/psLib/test/collections/verified/tst_psBitSet_01.stderr

    r1168 r1198  
    1  <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 151 - Bit position too small: -4
    2  <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 154 - Bit position too large: 200
    3  <DATE> <TIME> <HOST> |E|   psBitSetTest| : Line 148 - Null psBitSet for inBitSet argument
    4  <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 129 - Bit position too small: -4
    5  <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 132 - Bit position too large: 200
    6  <DATE> <TIME> <HOST> |E|    psBitSetSet| : Line 126 - Null psBitSet for inBitSet argument
     1 <DATE> <TIME> |<HOST>|E|   psBitSetTest| : Line 151 - Bit position too small: -4
     2 <DATE> <TIME> |<HOST>|E|   psBitSetTest| : Line 154 - Bit position too large: 200
     3 <DATE> <TIME> |<HOST>|E|   psBitSetTest| : Line 148 - Null psBitSet for inBitSet argument
     4 <DATE> <TIME> |<HOST>|E|    psBitSetSet| : Line 129 - Bit position too small: -4
     5 <DATE> <TIME> |<HOST>|E|    psBitSetSet| : Line 132 - Bit position too large: 200
     6 <DATE> <TIME> |<HOST>|E|    psBitSetSet| : Line 126 - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr

    r1174 r1198  
    1  <DATE> <TIME> <HOST> |E|     psBitSetOp| : Line 197 - psBitSet sizes not the same
     1 <DATE> <TIME> |<HOST>|E|     psBitSetOp| : Line 197 - psBitSet sizes not the same
  • trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr

    r1174 r1198  
    1  <DATE> <TIME> <HOST> |E|     psBitSetOp| : Line 224 - Invalid psBitMask binary operation: ZZXOR
    2  <DATE> <TIME> <HOST> |E|  psBitSetAlloc| : Line 88 - Allocation size must be > 0: size = -4
     1 <DATE> <TIME> |<HOST>|E|     psBitSetOp| : Line 224 - Invalid psBitMask binary operation: ZZXOR
     2 <DATE> <TIME> |<HOST>|E|  psBitSetAlloc| : Line 88 - Allocation size must be > 0: size = -4
  • trunk/psLib/test/collections/verified/tst_psBitSet_08.stderr

    r1173 r1198  
    1  <DATE> <TIME> <HOST> |E|    psBitSetNot| : Line 238 - Null psBitSet for inBitSet argument
     1 <DATE> <TIME> |<HOST>|E|    psBitSetNot| : Line 238 - Null psBitSet for inBitSet argument
  • trunk/psLib/test/collections/verified/tst_psList.stderr

    r1194 r1198  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> <HOST> |I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
     7 <DATE> <TIME> |<HOST>|I|  testListAlloc|psListAlloc shall create a psList with either 0 or 1 element.
    88
    99---> TESTPOINT PASSED (psList{psListAlloc} | tst_psList.c)
     
    1515\**********************************************************************************/
    1616
    17  <DATE> <TIME> <HOST> |I|    testListAdd|psListAdd shall add an element to list
    18  <DATE> <TIME> <HOST> |I|    testListAdd|Following should error with invalid insert location
    19  <DATE> <TIME> <HOST> |W|      psListAdd|The given insert location (-10) for psListAdd is invalid.
    20  <DATE> <TIME> <HOST> |I|    testListAdd|Following should be a warning.
    21  <DATE> <TIME> <HOST> |W|      psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail.
     17 <DATE> <TIME> |<HOST>|I|    testListAdd|psListAdd shall add an element to list
     18 <DATE> <TIME> |<HOST>|I|    testListAdd|Following should error with invalid insert location
     19 <DATE> <TIME> |<HOST>|W|      psListAdd|The given insert location (-10) for psListAdd is invalid.
     20 <DATE> <TIME> |<HOST>|I|    testListAdd|Following should be a warning.
     21 <DATE> <TIME> |<HOST>|W|      psListAdd|Invalid index 9 (only 6 elements in psList); assuming tail.
    2222
    2323---> TESTPOINT PASSED (psList{psListAdd} | tst_psList.c)
     
    2929\**********************************************************************************/
    3030
    31  <DATE> <TIME> <HOST> |I|    testListGet|Following should be an error
    32  <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
     31 <DATE> <TIME> |<HOST>|I|    testListGet|Following should be an error
     32 <DATE> <TIME> |<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
    3333
    3434---> TESTPOINT PASSED (psList{psListGet} | tst_psList.c)
     
    4040\**********************************************************************************/
    4141
    42  <DATE> <TIME> <HOST> |I| testListRemove|Following should be an error
    43  <DATE> <TIME> <HOST> |E|   psListRemove|list parameter found to be NULL in psListRemove
    44  <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
    45  <DATE> <TIME> <HOST> |E|   psListRemove|Couldn't position to given index (-4) to remove element from list.
    46  <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
    47  <DATE> <TIME> <HOST> |E|   psListRemove|Couldn't position to given index (-2) to remove element from list.
    48  <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
    49  <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find item in given psList.
    50  <DATE> <TIME> <HOST> |I| testListRemove|Next message should be an error
    51  <DATE> <TIME> <HOST> |E|   psListRemove|Failed to find item in given psList.
     42 <DATE> <TIME> |<HOST>|I| testListRemove|Following should be an error
     43 <DATE> <TIME> |<HOST>|E|   psListRemove|list parameter found to be NULL in psListRemove
     44 <DATE> <TIME> |<HOST>|I| testListRemove|Next message should be an error
     45 <DATE> <TIME> |<HOST>|E|   psListRemove|Couldn't position to given index (-4) to remove element from list.
     46 <DATE> <TIME> |<HOST>|I| testListRemove|Next message should be an error
     47 <DATE> <TIME> |<HOST>|E|   psListRemove|Couldn't position to given index (-2) to remove element from list.
     48 <DATE> <TIME> |<HOST>|I| testListRemove|Next message should be an error
     49 <DATE> <TIME> |<HOST>|E|   psListRemove|Failed to find item in given psList.
     50 <DATE> <TIME> |<HOST>|I| testListRemove|Next message should be an error
     51 <DATE> <TIME> |<HOST>|E|   psListRemove|Failed to find item in given psList.
    5252
    5353---> TESTPOINT PASSED (psList{psListRemove} | tst_psList.c)
     
    6868\**********************************************************************************/
    6969
    70  <DATE> <TIME> <HOST> |I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
    71  <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Unexpected null pointer'
    72  <DATE> <TIME> <HOST> |E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
    73  <DATE> <TIME> <HOST> |I|testListIterato|Following should error with 'Can't move to an unknown position.'
    74  <DATE> <TIME> <HOST> |E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
     70 <DATE> <TIME> |<HOST>|I|testListIterato| psListSetIterator/psListGetNext/psListGetPrev shall move the list cursor to the specified location
     71 <DATE> <TIME> |<HOST>|I|testListIterato|Following should error with 'Unexpected null pointer'
     72 <DATE> <TIME> |<HOST>|E|listSetIterator|Unexpected null pointer for psList parameter (psList.c:259).
     73 <DATE> <TIME> |<HOST>|I|testListIterato|Following should error with 'Can't move to an unknown position.'
     74 <DATE> <TIME> |<HOST>|E|listSetIterator|Can't move to an unknown position.  Not moving the iterator position.
    7575
    7676---> TESTPOINT PASSED (psList{psListIterator} | tst_psList.c)
  • trunk/psLib/test/collections/verified/tst_psSort_03.stderr

    r1073 r1198  
    1  <DATE> <TIME> <HOST> |E|         psSort| : Line 137 - Input and output vector sizes are not equal: in=5 out=6
     1 <DATE> <TIME> |<HOST>|E|         psSort| : Line 137 - Input and output vector sizes are not equal: in=5 out=6
  • trunk/psLib/test/collections/verified/tst_psSort_04.stderr

    r1073 r1198  
    1  <DATE> <TIME> <HOST> |E|         psSort| : Line 119 - Null input vector
     1 <DATE> <TIME> |<HOST>|E|         psSort| : Line 119 - Null input vector
  • trunk/psLib/test/collections/verified/tst_psVector_01.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |E|  psVectorAlloc|Invalid value for nalloc. nalloc: 0
    2  <DATE> <TIME> <HOST> |E|psVectorRealloc|Null input vector
     1 <DATE> <TIME> |<HOST>|E|  psVectorAlloc|Invalid value for nalloc. nalloc: 0
     2 <DATE> <TIME> |<HOST>|E|psVectorRealloc|Null input vector
  • trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: Pointer to inImage is same as outImage.
    2  <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage or its data is NULL.
    3  <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage not PS_TYPE_F64.
    4  <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: inImage not square array.
    5  <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: outImage not PS_TYPE_F64.
    6  <DATE> <TIME> <HOST> |E|psMatrixTranspo|Invalid operation: outImage not square array.
     1 <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: Pointer to inImage is same as outImage.
     2 <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: inImage or its data is NULL.
     3 <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: inImage not PS_TYPE_F64.
     4 <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: inImage not square array.
     5 <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: outImage not PS_TYPE_F64.
     6 <DATE> <TIME> |<HOST>|E|psMatrixTranspo|Invalid operation: outImage not square array.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix03.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |E|    psMatrixLUD|Invalid operation: inImage or its data is NULL.
    2  <DATE> <TIME> <HOST> |E|psMatrixLUSolve|Invalid operation: inVector or its data is NULL.
    3  <DATE> <TIME> <HOST> |E|psMatrixLUSolve|Invalid operation: inImage or its data is NULL.
     1 <DATE> <TIME> |<HOST>|E|    psMatrixLUD|Invalid operation: inImage or its data is NULL.
     2 <DATE> <TIME> |<HOST>|E|psMatrixLUSolve|Invalid operation: inVector or its data is NULL.
     3 <DATE> <TIME> |<HOST>|E|psMatrixLUSolve|Invalid operation: inImage or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix04.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |E| psMatrixInvert|Invalid operation: inImage or its data is NULL.
    2  <DATE> <TIME> <HOST> |E| psMatrixInvert|Invalid operation: determinant argument is NULL.
     1 <DATE> <TIME> |<HOST>|E| psMatrixInvert|Invalid operation: inImage or its data is NULL.
     2 <DATE> <TIME> |<HOST>|E| psMatrixInvert|Invalid operation: determinant argument is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrix07.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |E|psMatrixToVecto|Invalid operation: inImage or its data is NULL.
    2  <DATE> <TIME> <HOST> |E|psMatrixToVecto|Image does not have dim with 1 col or 1 row: (2 x 2).
    3  <DATE> <TIME> <HOST> |E|psVectorToMatri|Invalid operation: inVector or its data is NULL.
     1 <DATE> <TIME> |<HOST>|E|psMatrixToVecto|Invalid operation: inImage or its data is NULL.
     2 <DATE> <TIME> |<HOST>|E|psMatrixToVecto|Image does not have dim with 1 col or 1 row: (2 x 2).
     3 <DATE> <TIME> |<HOST>|E|psVectorToMatri|Invalid operation: inVector or its data is NULL.
  • trunk/psLib/test/dataManip/verified/tst_psMatrixVectorArithmetic03.stderr

    r1150 r1198  
    1  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 404 - Null out argument
    2  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 410 - Null in1 argument
    3  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 416 - Null in2 argument
    4  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 421 - Null op argument
    5  <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 709 - Null out argument
    6  <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 715 - Null in argument
    7  <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 720 - Null op argument
    8  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Line 433 - Element types for arguments inconsistent: (1028, 1032, 1032)
    9  <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 730 - Element types for arguments inconsistent: (1028, 1032)
    10  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
    11  <DATE> <TIME> <HOST> |E|      psUnaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
    12  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Inconsistent element count: 2 vs 3
    13  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Inconsistent element count: 2 vs 3
    14  <DATE> <TIME> <HOST> |E|      psUnaryOp|: Line 736 - Dimensionality for arguments inconsistent: (1, 3)
    15  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    16  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    17  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    18  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    19  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    20  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    21  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    22  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    23  <DATE> <TIME> <HOST> |E|       psNanDiv|: Divide by zero
    24  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Minimum operation not supported for complex numbers
    25  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Maximum operation not supported for complex numbers
    26  <DATE> <TIME> <HOST> |E|     psBinaryOp|: Invalid operation: yarg
    27  <DATE> <TIME> <HOST> |E|      psUnaryOp|: Invalid operation: yarg
     1 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 404 - Null out argument
     2 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 410 - Null in1 argument
     3 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 416 - Null in2 argument
     4 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 421 - Null op argument
     5 <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 709 - Null out argument
     6 <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 715 - Null in argument
     7 <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 720 - Null op argument
     8 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Line 433 - Element types for arguments inconsistent: (1028, 1032, 1032)
     9 <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 730 - Element types for arguments inconsistent: (1028, 1032)
     10 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
     11 <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Inconsistent element count: numRows: 2 vs 3 numCols: 2 vs 3
     12 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Inconsistent element count: 2 vs 3
     13 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Inconsistent element count: 2 vs 3
     14 <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Line 736 - Dimensionality for arguments inconsistent: (1, 3)
     15 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     16 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     17 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     18 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     19 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     20 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     21 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     22 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     23 <DATE> <TIME> |<HOST>|E|       psNanDiv|: Divide by zero
     24 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Minimum operation not supported for complex numbers
     25 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Maximum operation not supported for complex numbers
     26 <DATE> <TIME> |<HOST>|E|     psBinaryOp|: Invalid operation: yarg
     27 <DATE> <TIME> |<HOST>|E|      psUnaryOp|: Invalid operation: yarg
  • trunk/psLib/test/image/verified/tst_psImage.stderr

    r1194 r1198  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> <HOST> |I| testImageAlloc|#546 - psImageAlloc shall allocate memory for a psImage structure
    8  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 101h
    9  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    10  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 102h
    11  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    12  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 104h
    13  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    14  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 108h
    15  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    16  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 301h
    17  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    18  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 302h
    19  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    20  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 304h
    21  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    22  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 308h
    23  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    24  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 404h
    25  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    26  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 408h
    27  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    28  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 808h
    29  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    30  <DATE> <TIME> <HOST> |I| testImageAlloc|Testing psImage with type 810h
    31  <DATE> <TIME> <HOST> |E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     7 <DATE> <TIME> |<HOST>|I| testImageAlloc|#546 - psImageAlloc shall allocate memory for a psImage structure
     8 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 101h
     9 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     10 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 102h
     11 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     12 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 104h
     13 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     14 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 108h
     15 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     16 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 301h
     17 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     18 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 302h
     19 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     20 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 304h
     21 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     22 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 308h
     23 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     24 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 404h
     25 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     26 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 408h
     27 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     28 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 808h
     29 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
     30 <DATE> <TIME> |<HOST>|I| testImageAlloc|Testing psImage with type 810h
     31 <DATE> <TIME> |<HOST>|E|   psImageAlloc|Invalid value for number of rows or columns (numRows=0, numCols=0).
    3232
    3333---> TESTPOINT PASSED (psImage{psImageAlloc} | tst_psImage.c)
     
    3939\**********************************************************************************/
    4040
    41  <DATE> <TIME> <HOST> |I|testImageSubset|memcpy(&preSubsetStruct,original,sizeof(psImage));
    42  <DATE> <TIME> <HOST> |I|testImageSubset|subset1 = psImageAlloc(c/4,r/4,PS_TYPE_U8);
    43  <DATE> <TIME> <HOST> |I|testImageSubset|subset2 = psImageSubset(subset1,original,c/2,r/2,c/4,r/4);
    44  <DATE> <TIME> <HOST> |I|testImageSubset|subset3 = psImageSubset(NULL,original,c/2,r/2,0,0);
    45  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure is equal to the input psImage structure parameter out, if input parameter out is specified.
    46  <DATE> <TIME> <HOST> |I|testImageSubset|Verify a new psImage structure is created, if input parameter out is set to null.
    47  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.
    48  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.
    49  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure member type is equal to the input psImage structure member type.
    50  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively.
    51  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure member parent is equal to the input psImage structure pointer image.
    52  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure member Nchildren is equal to zero.
    53  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the returned psImage structure member children is null.
    54  <DATE> <TIME> <HOST> |I|testImageSubset|Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1].
    55  <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.
    56  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    57  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because input image or its pixel buffer is NULL.
    58  <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.
    59  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    60  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because number of rows or columns are zero (64x0).
    61  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    62  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because number of rows or columns are zero (0x128).
    63  <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.
    64  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    65  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (128,0) is not a valid pixel location.
    66  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    67  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (0,256) is not a valid pixel location.
    68  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    69  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (-1,0) is not a valid pixel location.
    70  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    71  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image because col0,row0 (0,-1) is not a valid pixel location.
    72  <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.
    73  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    74  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]).
    75  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    76  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]).
    77  <DATE> <TIME> <HOST> |I|testImageSubset|An error should follow...
    78  <DATE> <TIME> <HOST> |E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]).
    79  <DATE> <TIME> <HOST> |I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure
     41 <DATE> <TIME> |<HOST>|I|testImageSubset|memcpy(&preSubsetStruct,original,sizeof(psImage));
     42 <DATE> <TIME> |<HOST>|I|testImageSubset|subset1 = psImageAlloc(c/4,r/4,PS_TYPE_U8);
     43 <DATE> <TIME> |<HOST>|I|testImageSubset|subset2 = psImageSubset(subset1,original,c/2,r/2,c/4,r/4);
     44 <DATE> <TIME> |<HOST>|I|testImageSubset|subset3 = psImageSubset(NULL,original,c/2,r/2,0,0);
     45 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure is equal to the input psImage structure parameter out, if input parameter out is specified.
     46 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify a new psImage structure is created, if input parameter out is set to null.
     47 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure contains expected values in the row member, if the input psImage structure image contains known values.
     48 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure members nrow and ncol are equal to the input parameter nrow and ncol respectively.
     49 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member type is equal to the input psImage structure member type.
     50 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure members row0 and col0 are equal to the input parameters row0 and col0 respectively.
     51 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member parent is equal to the input psImage structure pointer image.
     52 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member Nchildren is equal to zero.
     53 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the returned psImage structure member children is null.
     54 <DATE> <TIME> |<HOST>|I|testImageSubset|Verify the input psImage structure image only has the following members changed: 1) Nchildren is increased by one. 2) parent contains pointer psImage structure out at parent[Nchildren-1].
     55 <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.
     56 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     57 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image because input image or its pixel buffer is NULL.
     58 <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.
     59 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     60 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image because number of rows or columns are zero (64x0).
     61 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     62 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image because number of rows or columns are zero (0x128).
     63 <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.
     64 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     65 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image because col0,row0 (128,0) is not a valid pixel location.
     66 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     67 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image because col0,row0 (0,256) is not a valid pixel location.
     68 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     69 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image because col0,row0 (-1,0) is not a valid pixel location.
     70 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     71 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image because col0,row0 (0,-1) is not a valid pixel location.
     72 <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.
     73 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     74 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,0:128]).
     75 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     76 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[0:64,128:256]).
     77 <DATE> <TIME> |<HOST>|I|testImageSubset|An error should follow...
     78 <DATE> <TIME> |<HOST>|E|  psImageSubset|Can not subset image outside of image boundaries (size=128x256, subset=[64:128,128:256]).
     79 <DATE> <TIME> |<HOST>|I|testImageSubset|psImageFreeChildren shall deallocate any children images of a psImage structure
    8080
    8181---> TESTPOINT PASSED (psImage{psImageSubset} | tst_psImage.c)
     
    8787\**********************************************************************************/
    8888
    89  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psU8
    90  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psU16
    91  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psU32
    92  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psS8
    93  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psS16
    94  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psS32
    95  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psF32
    96  <DATE> <TIME> <HOST> |I|  testImageCopy|Image Copy Test for psF64
    97  <DATE> <TIME> <HOST> |I|  testImageCopy|An error should follow...
    98  <DATE> <TIME> <HOST> |E|    psImageCopy|Can not copy image because input image or its pixel buffer is NULL.
     89 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psU8
     90 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psU16
     91 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psU32
     92 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psS8
     93 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psS16
     94 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psS32
     95 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psF32
     96 <DATE> <TIME> |<HOST>|I|  testImageCopy|Image Copy Test for psF64
     97 <DATE> <TIME> |<HOST>|I|  testImageCopy|An error should follow...
     98 <DATE> <TIME> |<HOST>|E|    psImageCopy|Can not copy image because input image or its pixel buffer is NULL.
    9999
    100100---> TESTPOINT PASSED (psImage{psImageCopy} | tst_psImage.c)
     
    106106\**********************************************************************************/
    107107
    108  <DATE> <TIME> <HOST> |I|  testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure
    109  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of F64 imagery
    110  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of F32 imagery
    111  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of S32 imagery
    112  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of S16 imagery
    113  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of S8 imagery
    114  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of U32 imagery
    115  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of U16 imagery
    116  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of U8 imagery
    117  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of C32 imagery
    118  <DATE> <TIME> <HOST> |I|  testImageClip|Testing clipping of C64 imagery
    119  <DATE> <TIME> <HOST> |I|  testImageClip|Following should be an error (max<min)
    120  <DATE> <TIME> <HOST> |E|    psImageClip|psImageClip can not be invoked with max < min.
     108 <DATE> <TIME> |<HOST>|I|  testImageClip|psImageClip shall limit the minimum and maximum data value within a psImage structure
     109 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of F64 imagery
     110 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of F32 imagery
     111 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S32 imagery
     112 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S16 imagery
     113 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of S8 imagery
     114 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U32 imagery
     115 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U16 imagery
     116 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of U8 imagery
     117 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of C32 imagery
     118 <DATE> <TIME> |<HOST>|I|  testImageClip|Testing clipping of C64 imagery
     119 <DATE> <TIME> |<HOST>|I|  testImageClip|Following should be an error (max<min)
     120 <DATE> <TIME> |<HOST>|E|    psImageClip|psImageClip can not be invoked with max < min.
    121121
    122122---> TESTPOINT PASSED (psImage{psImageClip} | tst_psImage.c)
     
    128128\**********************************************************************************/
    129129
    130  <DATE> <TIME> <HOST> |I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
     130 <DATE> <TIME> |<HOST>|I|testImageClipNA|psImageClipNaN shall modified pixel values of NaN with a specified value
    131131
    132132---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImage.c)
     
    138138\**********************************************************************************/
    139139
    140  <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay isn't within image boundaries
    141  <DATE> <TIME> <HOST> |E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
    142  <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as overlay is NULL
    143  <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
    144  <DATE> <TIME> <HOST> |I|testImageOverla|Following should error as image input is NULL
    145  <DATE> <TIME> <HOST> |E|psImageOverlayS|one of the input images was NULL.
     140 <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay isn't within image boundaries
     141 <DATE> <TIME> |<HOST>|E|psImageOverlayS|Overlay image (32,64 -> 159,319) is partially outside of the input image (128 x 256).
     142 <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as overlay is NULL
     143 <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL.
     144 <DATE> <TIME> |<HOST>|I|testImageOverla|Following should error as image input is NULL
     145 <DATE> <TIME> |<HOST>|E|psImageOverlayS|one of the input images was NULL.
    146146
    147147---> TESTPOINT PASSED (psImage{psImageOverlay} | tst_psImage.c)
  • trunk/psLib/test/image/verified/tst_psImageStats02.stdout

    r1073 r1198  
    55\**********************************************************************************/
    66
    7 SUM(Cheby(0) * Cheby(0)) is 3.000000
    8 SUM(Cheby(0) * Cheby(1)) is -0.000000
    9 SUM(Cheby(0) * Cheby(2)) is 0.000000
    10 SUM(Cheby(1) * Cheby(0)) is -0.000000
    11 SUM(Cheby(1) * Cheby(1)) is 1.500000
    12 SUM(Cheby(1) * Cheby(2)) is 0.000000
    13 SUM(Cheby(2) * Cheby(0)) is 0.000000
    14 SUM(Cheby(2) * Cheby(1)) is 0.000000
    15 SUM(Cheby(2) * Cheby(2)) is 1.500000
    16 Cheby Polynomial (0, 0) coefficient is 6.000000
    17 Cheby Polynomial (0, 1) coefficient is 1.154701
    18 Cheby Polynomial (0, 2) coefficient is 0.000000
    19 Cheby Polynomial (1, 0) coefficient is 5.773502
    20 Cheby Polynomial (1, 1) coefficient is -0.000000
    21 Cheby Polynomial (1, 2) coefficient is -0.000000
    22 Cheby Polynomial (2, 0) coefficient is 0.000000
    23 Cheby Polynomial (2, 1) coefficient is 0.000000
    24 Cheby Polynomial (2, 2) coefficient is 0.000000
     7Cheby Polynomial (0, 0) coefficient is 189.000000
     8Cheby Polynomial (0, 1) coefficient is 25.935616
     9Cheby Polynomial (0, 2) coefficient is 0.000005
     10Cheby Polynomial (0, 3) coefficient is 2.879415
     11Cheby Polynomial (0, 4) coefficient is 0.000004
     12Cheby Polynomial (0, 5) coefficient is 1.034911
     13Cheby Polynomial (0, 6) coefficient is 0.000019
     14Cheby Polynomial (0, 7) coefficient is 0.526690
     15Cheby Polynomial (1, 0) coefficient is 129.677979
     16Cheby Polynomial (1, 1) coefficient is -0.000024
     17Cheby Polynomial (1, 2) coefficient is 0.000002
     18Cheby Polynomial (1, 3) coefficient is 0.000003
     19Cheby Polynomial (1, 4) coefficient is 0.000003
     20Cheby Polynomial (1, 5) coefficient is -0.000004
     21Cheby Polynomial (1, 6) coefficient is 0.000016
     22Cheby Polynomial (1, 7) coefficient is -0.000015
     23Cheby Polynomial (2, 0) coefficient is -0.000034
     24Cheby Polynomial (2, 1) coefficient is 0.000010
     25Cheby Polynomial (2, 2) coefficient is -0.000002
     26Cheby Polynomial (2, 3) coefficient is 0.000001
     27Cheby Polynomial (2, 4) coefficient is 0.000002
     28Cheby Polynomial (2, 5) coefficient is 0.000000
     29Cheby Polynomial (2, 6) coefficient is -0.000000
     30Cheby Polynomial (2, 7) coefficient is -0.000001
     31Cheby Polynomial (3, 0) coefficient is 14.397046
     32Cheby Polynomial (3, 1) coefficient is 0.000007
     33Cheby Polynomial (3, 2) coefficient is -0.000000
     34Cheby Polynomial (3, 3) coefficient is -0.000001
     35Cheby Polynomial (3, 4) coefficient is 0.000001
     36Cheby Polynomial (3, 5) coefficient is -0.000001
     37Cheby Polynomial (3, 6) coefficient is 0.000002
     38Cheby Polynomial (3, 7) coefficient is -0.000002
     39Cheby Polynomial (4, 0) coefficient is 0.000023
     40Cheby Polynomial (4, 1) coefficient is 0.000003
     41Cheby Polynomial (4, 2) coefficient is -0.000003
     42Cheby Polynomial (4, 3) coefficient is -0.000002
     43Cheby Polynomial (4, 4) coefficient is 0.000000
     44Cheby Polynomial (4, 5) coefficient is 0.000001
     45Cheby Polynomial (4, 6) coefficient is -0.000000
     46Cheby Polynomial (4, 7) coefficient is 0.000000
     47Cheby Polynomial (5, 0) coefficient is 5.174568
     48Cheby Polynomial (5, 1) coefficient is -0.000000
     49Cheby Polynomial (5, 2) coefficient is 0.000000
     50Cheby Polynomial (5, 3) coefficient is -0.000001
     51Cheby Polynomial (5, 4) coefficient is -0.000001
     52Cheby Polynomial (5, 5) coefficient is 0.000000
     53Cheby Polynomial (5, 6) coefficient is 0.000001
     54Cheby Polynomial (5, 7) coefficient is 0.000000
     55Cheby Polynomial (6, 0) coefficient is 0.000014
     56Cheby Polynomial (6, 1) coefficient is -0.000001
     57Cheby Polynomial (6, 2) coefficient is 0.000001
     58Cheby Polynomial (6, 3) coefficient is 0.000001
     59Cheby Polynomial (6, 4) coefficient is -0.000001
     60Cheby Polynomial (6, 5) coefficient is 0.000001
     61Cheby Polynomial (6, 6) coefficient is 0.000000
     62Cheby Polynomial (6, 7) coefficient is -0.000000
     63Cheby Polynomial (7, 0) coefficient is 2.633517
     64Cheby Polynomial (7, 1) coefficient is -0.000005
     65Cheby Polynomial (7, 2) coefficient is -0.000001
     66Cheby Polynomial (7, 3) coefficient is -0.000000
     67Cheby Polynomial (7, 4) coefficient is 0.000001
     68Cheby Polynomial (7, 5) coefficient is -0.000001
     69Cheby Polynomial (7, 6) coefficient is 0.000001
     70Cheby Polynomial (7, 7) coefficient is -0.000001
    2571
    2672---> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c)
     
    3278\**********************************************************************************/
    3379
     80Pixel (0, 0) is 6.927072, should be 0.000000
     81Pixel (0, 1) is 7.173949, should be 1.000000
     82Pixel (0, 2) is 7.655376, should be 2.000000
     83Pixel (0, 3) is 8.347930, should be 3.000000
     84Pixel (0, 4) is 9.218961, should be 4.000000
     85Pixel (0, 5) is 10.229467, should be 5.000000
     86Pixel (0, 6) is 11.337466, should be 6.000000
     87Pixel (0, 7) is 12.501254, should be 7.000000
     88Pixel (0, 8) is 13.682820, should be 8.000000
     89Pixel (0, 9) is 14.850384, should be 9.000000
     90Pixel (0, 10) is 15.980532, should be 10.000000
     91Pixel (0, 11) is 17.059172, should be 11.000000
     92Pixel (0, 12) is 18.081587, should be 12.000000
     93Pixel (0, 13) is 19.051620, should be 13.000000
     94Pixel (0, 14) is 19.980064, should be 14.000000
     95Pixel (0, 15) is 20.882164, should be 15.000000
     96Pixel (0, 16) is 21.775343, should be 16.000000
     97Pixel (0, 17) is 22.676605, should be 17.000000
     98Pixel (0, 18) is 23.600229, should be 18.000000
     99Pixel (0, 19) is 24.556124, should be 19.000000
     100Pixel (0, 20) is 25.548784, should be 20.000000
     101Pixel (0, 21) is 26.577057, should be 21.000000
     102Pixel (0, 22) is 27.634684, should be 22.000000
     103Pixel (0, 23) is 28.711458, should be 23.000000
     104Pixel (0, 24) is 29.794844, should be 24.000000
     105Pixel (0, 25) is 30.871885, should be 25.000000
     106Pixel (0, 26) is 31.931026, should be 26.000000
     107Pixel (0, 27) is 32.963749, should be 27.000000
     108Pixel (0, 28) is 33.965645, should be 28.000000
     109Pixel (0, 29) is 34.937035, should be 29.000000
     110Pixel (0, 30) is 35.882740, should be 30.000000
     111Pixel (0, 31) is 36.811340, should be 31.000000
     112Pixel (0, 32) is 37.733940, should be 32.000000
     113Pixel (0, 33) is 38.662556, should be 33.000000
     114Pixel (0, 34) is 39.608231, should be 34.000000
     115Pixel (0, 35) is 40.579613, should be 35.000000
     116Pixel (0, 36) is 41.581539, should be 36.000000
     117Pixel (0, 37) is 42.614243, should be 37.000000
     118Pixel (0, 38) is 43.673363, should be 38.000000
     119Pixel (0, 39) is 44.750423, should be 39.000000
     120Pixel (0, 40) is 45.833805, should be 40.000000
     121Pixel (0, 41) is 46.910572, should be 41.000000
     122Pixel (0, 42) is 47.968204, should be 42.000000
     123Pixel (0, 43) is 48.996479, should be 43.000000
     124Pixel (0, 44) is 49.989136, should be 44.000000
     125Pixel (0, 45) is 50.945053, should be 45.000000
     126Pixel (0, 46) is 51.868679, should be 46.000000
     127Pixel (0, 47) is 52.769932, should be 47.000000
     128Pixel (0, 48) is 53.663113, should be 48.000000
     129Pixel (0, 49) is 54.565205, should be 49.000000
     130Pixel (0, 50) is 55.493645, should be 50.000000
     131Pixel (0, 51) is 56.463696, should be 51.000000
     132Pixel (0, 52) is 57.486126, should be 52.000000
     133Pixel (0, 53) is 58.564747, should be 53.000000
     134Pixel (0, 54) is 59.694889, should be 54.000000
     135Pixel (0, 55) is 60.862446, should be 55.000000
     136Pixel (0, 56) is 62.044003, should be 56.000000
     137Pixel (0, 57) is 63.207813, should be 57.000000
     138Pixel (0, 58) is 64.315796, should be 58.000000
     139Pixel (0, 59) is 65.326294, should be 59.000000
     140Pixel (0, 60) is 66.197350, should be 60.000000
     141Pixel (0, 61) is 66.889877, should be 61.000000
     142Pixel (0, 62) is 67.371300, should be 62.000000
     143Pixel (0, 63) is 67.618172, should be 63.000000
     144Pixel (1, 0) is 8.161349, should be 5.000000
     145Pixel (1, 1) is 8.408226, should be 6.000000
     146Pixel (1, 2) is 8.889652, should be 7.000000
     147Pixel (1, 3) is 9.582205, should be 8.000000
     148Pixel (1, 4) is 10.453232, should be 9.000000
     149Pixel (1, 5) is 11.463740, should be 10.000000
     150Pixel (1, 6) is 12.571740, should be 11.000000
     151Pixel (1, 7) is 13.735526, should be 12.000000
     152Pixel (1, 8) is 14.917092, should be 13.000000
     153Pixel (1, 9) is 16.084658, should be 14.000000
     154Pixel (1, 10) is 17.214804, should be 15.000000
     155Pixel (1, 11) is 18.293444, should be 16.000000
     156Pixel (1, 12) is 19.315859, should be 17.000000
     157Pixel (1, 13) is 20.285892, should be 18.000000
     158Pixel (1, 14) is 21.214336, should be 19.000000
     159Pixel (1, 15) is 22.116434, should be 20.000000
     160Pixel (1, 16) is 23.009617, should be 21.000000
     161Pixel (1, 17) is 23.910875, should be 22.000000
     162Pixel (1, 18) is 24.834503, should be 23.000000
     163Pixel (1, 19) is 25.790409, should be 24.000000
     164Pixel (1, 20) is 26.783060, should be 25.000000
     165Pixel (1, 21) is 27.811335, should be 26.000000
     166Pixel (1, 22) is 28.868959, should be 27.000000
     167Pixel (1, 23) is 29.945730, should be 28.000000
     168Pixel (1, 24) is 31.029118, should be 29.000000
     169Pixel (1, 25) is 32.106163, should be 30.000000
     170Pixel (1, 26) is 33.165302, should be 31.000000
     171Pixel (1, 27) is 34.198025, should be 32.000000
     172Pixel (1, 28) is 35.199921, should be 33.000000
     173Pixel (1, 29) is 36.171310, should be 34.000000
     174Pixel (1, 30) is 37.117016, should be 35.000000
     175Pixel (1, 31) is 38.045616, should be 36.000000
     176Pixel (1, 32) is 38.968216, should be 37.000000
     177Pixel (1, 33) is 39.896832, should be 38.000000
     178Pixel (1, 34) is 40.842506, should be 39.000000
     179Pixel (1, 35) is 41.813889, should be 40.000000
     180Pixel (1, 36) is 42.815815, should be 41.000000
     181Pixel (1, 37) is 43.848518, should be 42.000000
     182Pixel (1, 38) is 44.907639, should be 43.000000
     183Pixel (1, 39) is 45.984699, should be 44.000000
     184Pixel (1, 40) is 47.068077, should be 45.000000
     185Pixel (1, 41) is 48.144848, should be 46.000000
     186Pixel (1, 42) is 49.202480, should be 47.000000
     187Pixel (1, 43) is 50.230755, should be 48.000000
     188Pixel (1, 44) is 51.223408, should be 49.000000
     189Pixel (1, 45) is 52.179325, should be 50.000000
     190Pixel (1, 46) is 53.102955, should be 51.000000
     191Pixel (1, 47) is 54.004208, should be 52.000000
     192Pixel (1, 48) is 54.897388, should be 53.000000
     193Pixel (1, 49) is 55.799480, should be 54.000000
     194Pixel (1, 50) is 56.727924, should be 55.000000
     195Pixel (1, 51) is 57.697971, should be 56.000000
     196Pixel (1, 52) is 58.720402, should be 57.000000
     197Pixel (1, 53) is 59.799023, should be 58.000000
     198Pixel (1, 54) is 60.929165, should be 59.000000
     199Pixel (1, 55) is 62.096729, should be 60.000000
     200Pixel (1, 56) is 63.278286, should be 61.000000
     201Pixel (1, 57) is 64.442101, should be 62.000000
     202Pixel (1, 58) is 65.550079, should be 63.000000
     203Pixel (1, 59) is 66.560577, should be 64.000000
     204Pixel (1, 60) is 67.431633, should be 65.000000
     205Pixel (1, 61) is 68.124161, should be 66.000000
     206Pixel (1, 62) is 68.605583, should be 67.000000
     207Pixel (2, 3) is 11.989437, should be 13.000000
     208Pixel (2, 4) is 12.860472, should be 14.000000
     209Pixel (2, 5) is 13.870976, should be 15.000000
     210Pixel (2, 6) is 14.978971, should be 16.000000
     211Pixel (2, 63) is 71.259666, should be 73.000000
     212Pixel (3, 1) is 14.278136, should be 16.000000
     213Pixel (3, 2) is 14.759560, should be 17.000000
     214Pixel (3, 3) is 15.452109, should be 18.000000
     215Pixel (3, 4) is 16.323143, should be 19.000000
     216Pixel (3, 5) is 17.333652, should be 20.000000
     217Pixel (3, 6) is 18.441645, should be 21.000000
     218Pixel (3, 7) is 19.605431, should be 22.000000
     219Pixel (3, 8) is 20.786999, should be 23.000000
     220Pixel (3, 9) is 21.954563, should be 24.000000
     221Pixel (3, 10) is 23.084709, should be 25.000000
     222Pixel (3, 11) is 24.163351, should be 26.000000
     223Pixel (3, 12) is 25.185764, should be 27.000000
     224Pixel (3, 13) is 26.155800, should be 28.000000
     225Pixel (3, 14) is 27.084242, should be 29.000000
     226Pixel (3, 15) is 27.986349, should be 30.000000
     227Pixel (3, 16) is 28.879530, should be 31.000000
     228Pixel (3, 17) is 29.780794, should be 32.000000
     229Pixel (3, 18) is 30.704420, should be 33.000000
     230Pixel (3, 19) is 31.660322, should be 34.000000
     231Pixel (3, 20) is 32.652969, should be 35.000000
     232Pixel (3, 21) is 33.681244, should be 36.000000
     233Pixel (3, 22) is 34.738869, should be 37.000000
     234Pixel (3, 23) is 35.815647, should be 38.000000
     235Pixel (3, 24) is 36.899029, should be 39.000000
     236Pixel (3, 25) is 37.976067, should be 40.000000
     237Pixel (3, 26) is 39.035198, should be 41.000000
     238Pixel (3, 27) is 40.067924, should be 42.000000
     239Pixel (3, 28) is 41.069824, should be 43.000000
     240Pixel (3, 29) is 42.041218, should be 44.000000
     241Pixel (3, 30) is 42.986923, should be 45.000000
     242Pixel (3, 31) is 43.915524, should be 46.000000
     243Pixel (3, 32) is 44.838123, should be 47.000000
     244Pixel (3, 33) is 45.766739, should be 48.000000
     245Pixel (3, 34) is 46.712414, should be 49.000000
     246Pixel (3, 35) is 47.683792, should be 50.000000
     247Pixel (3, 36) is 48.685715, should be 51.000000
     248Pixel (3, 37) is 49.718422, should be 52.000000
     249Pixel (3, 38) is 50.777538, should be 53.000000
     250Pixel (3, 39) is 51.854603, should be 54.000000
     251Pixel (3, 40) is 52.937984, should be 55.000000
     252Pixel (3, 41) is 54.014748, should be 56.000000
     253Pixel (3, 42) is 55.072380, should be 57.000000
     254Pixel (3, 43) is 56.100655, should be 58.000000
     255Pixel (3, 44) is 57.093311, should be 59.000000
     256Pixel (3, 45) is 58.049221, should be 60.000000
     257Pixel (3, 46) is 58.972851, should be 61.000000
     258Pixel (3, 47) is 59.874096, should be 62.000000
     259Pixel (3, 48) is 60.767277, should be 63.000000
     260Pixel (3, 49) is 61.669369, should be 64.000000
     261Pixel (3, 50) is 62.597813, should be 65.000000
     262Pixel (3, 51) is 63.567867, should be 66.000000
     263Pixel (3, 52) is 64.590294, should be 67.000000
     264Pixel (3, 53) is 65.668915, should be 68.000000
     265Pixel (3, 54) is 66.799057, should be 69.000000
     266Pixel (3, 55) is 67.966614, should be 70.000000
     267Pixel (3, 56) is 69.148170, should be 71.000000
     268Pixel (3, 57) is 70.311981, should be 72.000000
     269Pixel (3, 58) is 71.419960, should be 73.000000
     270Pixel (3, 59) is 72.430458, should be 74.000000
     271Pixel (3, 60) is 73.301514, should be 75.000000
     272Pixel (3, 61) is 73.994041, should be 76.000000
     273Pixel (3, 62) is 74.475464, should be 77.000000
     274Pixel (3, 63) is 74.722336, should be 78.000000
     275Pixel (4, 0) is 18.386347, should be 20.000000
     276Pixel (4, 1) is 18.633223, should be 21.000000
     277Pixel (4, 2) is 19.114639, should be 22.000000
     278Pixel (4, 3) is 19.807188, should be 23.000000
     279Pixel (4, 4) is 20.678223, should be 24.000000
     280Pixel (4, 5) is 21.688732, should be 25.000000
     281Pixel (4, 6) is 22.796722, should be 26.000000
     282Pixel (4, 7) is 23.960510, should be 27.000000
     283Pixel (4, 8) is 25.142078, should be 28.000000
     284Pixel (4, 9) is 26.309643, should be 29.000000
     285Pixel (4, 10) is 27.439787, should be 30.000000
     286Pixel (4, 11) is 28.518431, should be 31.000000
     287Pixel (4, 12) is 29.540842, should be 32.000000
     288Pixel (4, 13) is 30.510878, should be 33.000000
     289Pixel (4, 14) is 31.439322, should be 34.000000
     290Pixel (4, 15) is 32.341431, should be 35.000000
     291Pixel (4, 16) is 33.234608, should be 36.000000
     292Pixel (4, 17) is 34.135872, should be 37.000000
     293Pixel (4, 18) is 35.059502, should be 38.000000
     294Pixel (4, 19) is 36.015400, should be 39.000000
     295Pixel (4, 20) is 37.008049, should be 40.000000
     296Pixel (4, 21) is 38.036324, should be 41.000000
     297Pixel (4, 22) is 39.093948, should be 42.000000
     298Pixel (4, 23) is 40.170727, should be 43.000000
     299Pixel (4, 24) is 41.254105, should be 44.000000
     300Pixel (4, 25) is 42.331139, should be 45.000000
     301Pixel (4, 26) is 43.390274, should be 46.000000
     302Pixel (4, 27) is 44.423000, should be 47.000000
     303Pixel (4, 28) is 45.424900, should be 48.000000
     304Pixel (4, 29) is 46.396290, should be 49.000000
     305Pixel (4, 30) is 47.341991, should be 50.000000
     306Pixel (4, 31) is 48.270596, should be 51.000000
     307Pixel (4, 32) is 49.193195, should be 52.000000
     308Pixel (4, 33) is 50.121807, should be 53.000000
     309Pixel (4, 34) is 51.067486, should be 54.000000
     310Pixel (4, 35) is 52.038868, should be 55.000000
     311Pixel (4, 36) is 53.040791, should be 56.000000
     312Pixel (4, 37) is 54.073498, should be 57.000000
     313Pixel (4, 38) is 55.132618, should be 58.000000
     314Pixel (4, 39) is 56.209679, should be 59.000000
     315Pixel (4, 40) is 57.293053, should be 60.000000
     316Pixel (4, 41) is 58.369827, should be 61.000000
     317Pixel (4, 42) is 59.427456, should be 62.000000
     318Pixel (4, 43) is 60.455734, should be 63.000000
     319Pixel (4, 44) is 61.448387, should be 64.000000
     320Pixel (4, 45) is 62.404301, should be 65.000000
     321Pixel (4, 46) is 63.327930, should be 66.000000
     322Pixel (4, 47) is 64.229172, should be 67.000000
     323Pixel (4, 48) is 65.122353, should be 68.000000
     324Pixel (4, 49) is 66.024445, should be 69.000000
     325Pixel (4, 50) is 66.952888, should be 70.000000
     326Pixel (4, 51) is 67.922943, should be 71.000000
     327Pixel (4, 52) is 68.945374, should be 72.000000
     328Pixel (4, 53) is 70.023994, should be 73.000000
     329Pixel (4, 54) is 71.154137, should be 74.000000
     330Pixel (4, 55) is 72.321693, should be 75.000000
     331Pixel (4, 56) is 73.503250, should be 76.000000
     332Pixel (4, 57) is 74.667061, should be 77.000000
     333Pixel (4, 58) is 75.775040, should be 78.000000
     334Pixel (4, 59) is 76.785538, should be 79.000000
     335Pixel (4, 60) is 77.656593, should be 80.000000
     336Pixel (4, 61) is 78.349121, should be 81.000000
     337Pixel (4, 62) is 78.830544, should be 82.000000
     338Pixel (4, 63) is 79.077415, should be 83.000000
     339Pixel (5, 0) is 23.438900, should be 25.000000
     340Pixel (5, 1) is 23.685776, should be 26.000000
     341Pixel (5, 2) is 24.167196, should be 27.000000
     342Pixel (5, 3) is 24.859745, should be 28.000000
     343Pixel (5, 4) is 25.730778, should be 29.000000
     344Pixel (5, 5) is 26.741287, should be 30.000000
     345Pixel (5, 6) is 27.849277, should be 31.000000
     346Pixel (5, 7) is 29.013062, should be 32.000000
     347Pixel (5, 8) is 30.194633, should be 33.000000
     348Pixel (5, 9) is 31.362202, should be 34.000000
     349Pixel (5, 10) is 32.492336, should be 35.000000
     350Pixel (5, 11) is 33.570980, should be 36.000000
     351Pixel (5, 12) is 34.593395, should be 37.000000
     352Pixel (5, 13) is 35.563431, should be 38.000000
     353Pixel (5, 14) is 36.491875, should be 39.000000
     354Pixel (5, 15) is 37.393982, should be 40.000000
     355Pixel (5, 16) is 38.287159, should be 41.000000
     356Pixel (5, 17) is 39.188427, should be 42.000000
     357Pixel (5, 18) is 40.112053, should be 43.000000
     358Pixel (5, 19) is 41.067951, should be 44.000000
     359Pixel (5, 20) is 42.060600, should be 45.000000
     360Pixel (5, 21) is 43.088879, should be 46.000000
     361Pixel (5, 22) is 44.146500, should be 47.000000
     362Pixel (5, 23) is 45.223278, should be 48.000000
     363Pixel (5, 24) is 46.306656, should be 49.000000
     364Pixel (5, 25) is 47.383690, should be 50.000000
     365Pixel (5, 26) is 48.442825, should be 51.000000
     366Pixel (5, 27) is 49.475555, should be 52.000000
     367Pixel (5, 28) is 50.477451, should be 53.000000
     368Pixel (5, 29) is 51.448841, should be 54.000000
     369Pixel (5, 30) is 52.394543, should be 55.000000
     370Pixel (5, 31) is 53.323143, should be 56.000000
     371Pixel (5, 32) is 54.245747, should be 57.000000
     372Pixel (5, 33) is 55.174358, should be 58.000000
     373Pixel (5, 34) is 56.120037, should be 59.000000
     374Pixel (5, 35) is 57.091419, should be 60.000000
     375Pixel (5, 36) is 58.093342, should be 61.000000
     376Pixel (5, 37) is 59.126049, should be 62.000000
     377Pixel (5, 38) is 60.185169, should be 63.000000
     378Pixel (5, 39) is 61.262234, should be 64.000000
     379Pixel (5, 40) is 62.345604, should be 65.000000
     380Pixel (5, 41) is 63.422379, should be 66.000000
     381Pixel (5, 42) is 64.480019, should be 67.000000
     382Pixel (5, 43) is 65.508286, should be 68.000000
     383Pixel (5, 44) is 66.500938, should be 69.000000
     384Pixel (5, 45) is 67.456848, should be 70.000000
     385Pixel (5, 46) is 68.380478, should be 71.000000
     386Pixel (5, 47) is 69.281731, should be 72.000000
     387Pixel (5, 48) is 70.174911, should be 73.000000
     388Pixel (5, 49) is 71.076996, should be 74.000000
     389Pixel (5, 50) is 72.005440, should be 75.000000
     390Pixel (5, 51) is 72.975487, should be 76.000000
     391Pixel (5, 52) is 73.997925, should be 77.000000
     392Pixel (5, 53) is 75.076546, should be 78.000000
     393Pixel (5, 54) is 76.206688, should be 79.000000
     394Pixel (5, 55) is 77.374245, should be 80.000000
     395Pixel (5, 56) is 78.555801, should be 81.000000
     396Pixel (5, 57) is 79.719612, should be 82.000000
     397Pixel (5, 58) is 80.827591, should be 83.000000
     398Pixel (5, 59) is 81.838089, should be 84.000000
     399Pixel (5, 60) is 82.709145, should be 85.000000
     400Pixel (5, 61) is 83.401672, should be 86.000000
     401Pixel (5, 62) is 83.883095, should be 87.000000
     402Pixel (5, 63) is 84.129967, should be 88.000000
     403Pixel (6, 0) is 28.978821, should be 30.000000
     404Pixel (6, 1) is 29.225697, should be 31.000000
     405Pixel (6, 2) is 29.707121, should be 32.000000
     406Pixel (6, 3) is 30.399666, should be 33.000000
     407Pixel (6, 4) is 31.270700, should be 34.000000
     408Pixel (6, 5) is 32.281208, should be 35.000000
     409Pixel (6, 6) is 33.389198, should be 36.000000
     410Pixel (6, 7) is 34.552982, should be 37.000000
     411Pixel (6, 8) is 35.734558, should be 38.000000
     412Pixel (6, 9) is 36.902122, should be 39.000000
     413Pixel (6, 10) is 38.032261, should be 40.000000
     414Pixel (6, 11) is 39.110905, should be 41.000000
     415Pixel (6, 12) is 40.133320, should be 42.000000
     416Pixel (6, 13) is 41.103355, should be 43.000000
     417Pixel (6, 14) is 42.031799, should be 44.000000
     418Pixel (6, 15) is 42.933907, should be 45.000000
     419Pixel (6, 16) is 43.827087, should be 46.000000
     420Pixel (6, 17) is 44.728352, should be 47.000000
     421Pixel (6, 18) is 45.651978, should be 48.000000
     422Pixel (6, 19) is 46.607880, should be 49.000000
     423Pixel (6, 20) is 47.600521, should be 50.000000
     424Pixel (6, 21) is 48.628799, should be 51.000000
     425Pixel (6, 22) is 49.686420, should be 52.000000
     426Pixel (6, 23) is 50.763195, should be 53.000000
     427Pixel (6, 24) is 51.846577, should be 54.000000
     428Pixel (6, 25) is 52.923611, should be 55.000000
     429Pixel (6, 26) is 53.982746, should be 56.000000
     430Pixel (6, 27) is 55.015476, should be 57.000000
     431Pixel (6, 28) is 56.017372, should be 58.000000
     432Pixel (6, 29) is 56.988762, should be 59.000000
     433Pixel (6, 30) is 57.934464, should be 60.000000
     434Pixel (6, 31) is 58.863060, should be 61.000000
     435Pixel (6, 32) is 59.785667, should be 62.000000
     436Pixel (6, 33) is 60.714279, should be 63.000000
     437Pixel (6, 34) is 61.659958, should be 64.000000
     438Pixel (6, 35) is 62.631340, should be 65.000000
     439Pixel (6, 36) is 63.633255, should be 66.000000
     440Pixel (6, 37) is 64.665970, should be 67.000000
     441Pixel (6, 38) is 65.725090, should be 68.000000
     442Pixel (6, 39) is 66.802147, should be 69.000000
     443Pixel (6, 40) is 67.885521, should be 70.000000
     444Pixel (6, 41) is 68.962288, should be 71.000000
     445Pixel (6, 42) is 70.019920, should be 72.000000
     446Pixel (6, 43) is 71.048203, should be 73.000000
     447Pixel (6, 44) is 72.040855, should be 74.000000
     448Pixel (6, 45) is 72.996765, should be 75.000000
     449Pixel (6, 46) is 73.920395, should be 76.000000
     450Pixel (6, 47) is 74.821648, should be 77.000000
     451Pixel (6, 48) is 75.714828, should be 78.000000
     452Pixel (6, 49) is 76.616920, should be 79.000000
     453Pixel (6, 50) is 77.545364, should be 80.000000
     454Pixel (6, 51) is 78.515411, should be 81.000000
     455Pixel (6, 52) is 79.537849, should be 82.000000
     456Pixel (6, 53) is 80.616470, should be 83.000000
     457Pixel (6, 54) is 81.746613, should be 84.000000
     458Pixel (6, 55) is 82.914162, should be 85.000000
     459Pixel (6, 56) is 84.095718, should be 86.000000
     460Pixel (6, 57) is 85.259529, should be 87.000000
     461Pixel (6, 58) is 86.367508, should be 88.000000
     462Pixel (6, 59) is 87.378014, should be 89.000000
     463Pixel (6, 60) is 88.249062, should be 90.000000
     464Pixel (6, 61) is 88.941589, should be 91.000000
     465Pixel (6, 62) is 89.423012, should be 92.000000
     466Pixel (6, 63) is 89.669884, should be 93.000000
     467Pixel (7, 2) is 35.526096, should be 37.000000
     468Pixel (7, 3) is 36.218639, should be 38.000000
     469Pixel (7, 4) is 37.089676, should be 39.000000
     470Pixel (7, 5) is 38.100182, should be 40.000000
     471Pixel (7, 6) is 39.208172, should be 41.000000
     472Pixel (7, 7) is 40.371956, should be 42.000000
     473Pixel (7, 8) is 41.553528, should be 43.000000
     474Pixel (7, 9) is 42.721092, should be 44.000000
     475Pixel (7, 10) is 43.851231, should be 45.000000
     476Pixel (7, 11) is 44.929874, should be 46.000000
     477Pixel (7, 12) is 45.952286, should be 47.000000
     478Pixel (7, 13) is 46.922325, should be 48.000000
     479Pixel (7, 14) is 47.850777, should be 49.000000
     480Pixel (7, 15) is 48.752880, should be 50.000000
     481Pixel (7, 16) is 49.646057, should be 51.000000
     482Pixel (7, 17) is 50.547321, should be 52.000000
     483Pixel (7, 18) is 51.470947, should be 53.000000
     484Pixel (7, 19) is 52.426857, should be 54.000000
     485Pixel (7, 20) is 53.419491, should be 55.000000
     486Pixel (7, 21) is 54.447769, should be 56.000000
     487Pixel (7, 22) is 55.505390, should be 57.000000
     488Pixel (7, 23) is 56.582165, should be 58.000000
     489Pixel (7, 24) is 57.665546, should be 59.000000
     490Pixel (7, 25) is 58.742580, should be 60.000000
     491Pixel (7, 26) is 59.801716, should be 61.000000
     492Pixel (7, 27) is 60.834446, should be 62.000000
     493Pixel (7, 28) is 61.836342, should be 63.000000
     494Pixel (7, 29) is 62.807732, should be 64.000000
     495Pixel (7, 30) is 63.753433, should be 65.000000
     496Pixel (7, 31) is 64.682030, should be 66.000000
     497Pixel (7, 32) is 65.604637, should be 67.000000
     498Pixel (7, 33) is 66.533249, should be 68.000000
     499Pixel (7, 34) is 67.478920, should be 69.000000
     500Pixel (7, 35) is 68.450302, should be 70.000000
     501Pixel (7, 36) is 69.452217, should be 71.000000
     502Pixel (7, 37) is 70.484932, should be 72.000000
     503Pixel (7, 38) is 71.544060, should be 73.000000
     504Pixel (7, 39) is 72.621117, should be 74.000000
     505Pixel (7, 40) is 73.704491, should be 75.000000
     506Pixel (7, 41) is 74.781258, should be 76.000000
     507Pixel (7, 42) is 75.838882, should be 77.000000
     508Pixel (7, 43) is 76.867172, should be 78.000000
     509Pixel (7, 44) is 77.859825, should be 79.000000
     510Pixel (7, 45) is 78.815735, should be 80.000000
     511Pixel (7, 46) is 79.739365, should be 81.000000
     512Pixel (7, 47) is 80.640617, should be 82.000000
     513Pixel (7, 48) is 81.533798, should be 83.000000
     514Pixel (7, 49) is 82.435883, should be 84.000000
     515Pixel (7, 50) is 83.364334, should be 85.000000
     516Pixel (7, 51) is 84.334381, should be 86.000000
     517Pixel (7, 52) is 85.356812, should be 87.000000
     518Pixel (7, 53) is 86.435432, should be 88.000000
     519Pixel (7, 54) is 87.565575, should be 89.000000
     520Pixel (7, 55) is 88.733131, should be 90.000000
     521Pixel (7, 56) is 89.914688, should be 91.000000
     522Pixel (7, 61) is 94.760567, should be 96.000000
     523Pixel (7, 62) is 95.241982, should be 97.000000
     524Pixel (7, 63) is 95.488853, should be 98.000000
     525Pixel (8, 4) is 42.997402, should be 44.000000
     526Pixel (8, 63) is 101.396591, should be 103.000000
     527Pixel (9, 0) is 46.543343, should be 45.000000
     528Pixel (10, 0) is 52.194046, should be 50.000000
     529Pixel (10, 1) is 52.440922, should be 51.000000
     530Pixel (10, 9) is 60.117329, should be 59.000000
     531Pixel (10, 10) is 61.247471, should be 60.000000
     532Pixel (10, 11) is 62.326111, should be 61.000000
     533Pixel (10, 12) is 63.348526, should be 62.000000
     534Pixel (10, 13) is 64.318565, should be 63.000000
     535Pixel (10, 14) is 65.247009, should be 64.000000
     536Pixel (10, 15) is 66.149117, should be 65.000000
     537Pixel (10, 16) is 67.042290, should be 66.000000
     538Pixel (10, 24) is 75.061806, should be 74.000000
     539Pixel (10, 25) is 76.138832, should be 75.000000
     540Pixel (10, 26) is 77.197975, should be 76.000000
     541Pixel (10, 27) is 78.230690, should be 77.000000
     542Pixel (10, 28) is 79.232597, should be 78.000000
     543Pixel (10, 29) is 80.203979, should be 79.000000
     544Pixel (10, 30) is 81.149681, should be 80.000000
     545Pixel (10, 31) is 82.078278, should be 81.000000
     546Pixel (10, 32) is 83.000885, should be 82.000000
     547Pixel (10, 39) is 90.017372, should be 89.000000
     548Pixel (10, 40) is 91.100746, should be 90.000000
     549Pixel (10, 41) is 92.177513, should be 91.000000
     550Pixel (10, 42) is 93.235138, should be 92.000000
     551Pixel (10, 43) is 94.263412, should be 93.000000
     552Pixel (10, 44) is 95.256073, should be 94.000000
     553Pixel (10, 45) is 96.211983, should be 95.000000
     554Pixel (10, 46) is 97.135612, should be 96.000000
     555Pixel (10, 47) is 98.036858, should be 97.000000
     556Pixel (10, 55) is 106.129387, should be 105.000000
     557Pixel (10, 56) is 107.310951, should be 106.000000
     558Pixel (10, 57) is 108.474754, should be 107.000000
     559Pixel (10, 58) is 109.582733, should be 108.000000
     560Pixel (10, 59) is 110.593239, should be 109.000000
     561Pixel (10, 60) is 111.464287, should be 110.000000
     562Pixel (10, 61) is 112.156822, should be 111.000000
     563Pixel (11, 0) is 57.587215, should be 55.000000
     564Pixel (11, 1) is 57.834091, should be 56.000000
     565Pixel (11, 2) is 58.315510, should be 57.000000
     566Pixel (11, 3) is 59.008057, should be 58.000000
     567Pixel (11, 7) is 63.161362, should be 62.000000
     568Pixel (11, 8) is 64.342926, should be 63.000000
     569Pixel (11, 9) is 65.510483, should be 64.000000
     570Pixel (11, 10) is 66.640625, should be 65.000000
     571Pixel (11, 11) is 67.719269, should be 66.000000
     572Pixel (11, 12) is 68.741676, should be 67.000000
     573Pixel (11, 13) is 69.711723, should be 68.000000
     574Pixel (11, 14) is 70.640167, should be 69.000000
     575Pixel (11, 15) is 71.542274, should be 70.000000
     576Pixel (11, 16) is 72.435448, should be 71.000000
     577Pixel (11, 17) is 73.336716, should be 72.000000
     578Pixel (11, 18) is 74.260345, should be 73.000000
     579Pixel (11, 19) is 75.216240, should be 74.000000
     580Pixel (11, 20) is 76.208900, should be 75.000000
     581Pixel (11, 21) is 77.237175, should be 76.000000
     582Pixel (11, 22) is 78.294800, should be 77.000000
     583Pixel (11, 23) is 79.371574, should be 78.000000
     584Pixel (11, 24) is 80.454956, should be 79.000000
     585Pixel (11, 25) is 81.531982, should be 80.000000
     586Pixel (11, 26) is 82.591125, should be 81.000000
     587Pixel (11, 27) is 83.623840, should be 82.000000
     588Pixel (11, 28) is 84.625748, should be 83.000000
     589Pixel (11, 29) is 85.597130, should be 84.000000
     590Pixel (11, 30) is 86.542831, should be 85.000000
     591Pixel (11, 31) is 87.471428, should be 86.000000
     592Pixel (11, 32) is 88.394035, should be 87.000000
     593Pixel (11, 33) is 89.322647, should be 88.000000
     594Pixel (11, 34) is 90.268318, should be 89.000000
     595Pixel (11, 35) is 91.239700, should be 90.000000
     596Pixel (11, 36) is 92.241623, should be 91.000000
     597Pixel (11, 37) is 93.274338, should be 92.000000
     598Pixel (11, 38) is 94.333466, should be 93.000000
     599Pixel (11, 39) is 95.410522, should be 94.000000
     600Pixel (11, 40) is 96.493904, should be 95.000000
     601Pixel (11, 41) is 97.570663, should be 96.000000
     602Pixel (11, 42) is 98.628288, should be 97.000000
     603Pixel (11, 43) is 99.656563, should be 98.000000
     604Pixel (11, 44) is 100.649223, should be 99.000000
     605Pixel (11, 45) is 101.605133, should be 100.000000
     606Pixel (11, 46) is 102.528763, should be 101.000000
     607Pixel (11, 47) is 103.430008, should be 102.000000
     608Pixel (11, 48) is 104.323196, should be 103.000000
     609Pixel (11, 49) is 105.225281, should be 104.000000
     610Pixel (11, 50) is 106.153732, should be 105.000000
     611Pixel (11, 51) is 107.123779, should be 106.000000
     612Pixel (11, 52) is 108.146210, should be 107.000000
     613Pixel (11, 53) is 109.224831, should be 108.000000
     614Pixel (11, 54) is 110.354980, should be 109.000000
     615Pixel (11, 55) is 111.522530, should be 110.000000
     616Pixel (11, 56) is 112.704102, should be 111.000000
     617Pixel (11, 57) is 113.867912, should be 112.000000
     618Pixel (11, 58) is 114.975891, should be 113.000000
     619Pixel (11, 59) is 115.986397, should be 114.000000
     620Pixel (11, 60) is 116.857445, should be 115.000000
     621Pixel (11, 61) is 117.549980, should be 116.000000
     622Pixel (11, 62) is 118.031387, should be 117.000000
     623Pixel (12, 0) is 62.699329, should be 60.000000
     624Pixel (12, 1) is 62.946201, should be 61.000000
     625Pixel (12, 2) is 63.427620, should be 62.000000
     626Pixel (12, 3) is 64.120163, should be 63.000000
     627Pixel (12, 5) is 66.001686, should be 65.000000
     628Pixel (12, 6) is 67.109680, should be 66.000000
     629Pixel (12, 7) is 68.273460, should be 67.000000
     630Pixel (12, 8) is 69.455032, should be 68.000000
     631Pixel (12, 9) is 70.622589, should be 69.000000
     632Pixel (12, 10) is 71.752739, should be 70.000000
     633Pixel (12, 11) is 72.831375, should be 71.000000
     634Pixel (12, 12) is 73.853783, should be 72.000000
     635Pixel (12, 13) is 74.823830, should be 73.000000
     636Pixel (12, 14) is 75.752281, should be 74.000000
     637Pixel (12, 15) is 76.654381, should be 75.000000
     638Pixel (12, 16) is 77.547569, should be 76.000000
     639Pixel (12, 17) is 78.448830, should be 77.000000
     640Pixel (12, 18) is 79.372459, should be 78.000000
     641Pixel (12, 19) is 80.328369, should be 79.000000
     642Pixel (12, 20) is 81.321014, should be 80.000000
     643Pixel (12, 21) is 82.349289, should be 81.000000
     644Pixel (12, 22) is 83.406914, should be 82.000000
     645Pixel (12, 23) is 84.483688, should be 83.000000
     646Pixel (12, 24) is 85.567070, should be 84.000000
     647Pixel (12, 25) is 86.644096, should be 85.000000
     648Pixel (12, 26) is 87.703239, should be 86.000000
     649Pixel (12, 27) is 88.735954, should be 87.000000
     650Pixel (12, 28) is 89.737862, should be 88.000000
     651Pixel (12, 29) is 90.709244, should be 89.000000
     652Pixel (12, 30) is 91.654945, should be 90.000000
     653Pixel (12, 31) is 92.583542, should be 91.000000
     654Pixel (12, 32) is 93.506149, should be 92.000000
     655Pixel (12, 33) is 94.434761, should be 93.000000
     656Pixel (12, 34) is 95.380432, should be 94.000000
     657Pixel (12, 35) is 96.351814, should be 95.000000
     658Pixel (12, 36) is 97.353737, should be 96.000000
     659Pixel (12, 37) is 98.386452, should be 97.000000
     660Pixel (12, 38) is 99.445580, should be 98.000000
     661Pixel (12, 39) is 100.522636, should be 99.000000
     662Pixel (12, 40) is 101.606018, should be 100.000000
     663Pixel (12, 41) is 102.682777, should be 101.000000
     664Pixel (12, 42) is 103.740402, should be 102.000000
     665Pixel (12, 43) is 104.768677, should be 103.000000
     666Pixel (12, 44) is 105.761322, should be 104.000000
     667Pixel (12, 45) is 106.717247, should be 105.000000
     668Pixel (12, 46) is 107.640877, should be 106.000000
     669Pixel (12, 47) is 108.542122, should be 107.000000
     670Pixel (12, 48) is 109.435310, should be 108.000000
     671Pixel (12, 49) is 110.337395, should be 109.000000
     672Pixel (12, 50) is 111.265846, should be 110.000000
     673Pixel (12, 51) is 112.235893, should be 111.000000
     674Pixel (12, 52) is 113.258324, should be 112.000000
     675Pixel (12, 53) is 114.336952, should be 113.000000
     676Pixel (12, 54) is 115.467087, should be 114.000000
     677Pixel (12, 55) is 116.634636, should be 115.000000
     678Pixel (12, 56) is 117.816208, should be 116.000000
     679Pixel (12, 57) is 118.980011, should be 117.000000
     680Pixel (12, 58) is 120.087990, should be 118.000000
     681Pixel (12, 59) is 121.098503, should be 119.000000
     682Pixel (12, 60) is 121.969551, should be 120.000000
     683Pixel (12, 61) is 122.662086, should be 121.000000
     684Pixel (12, 62) is 123.143494, should be 122.000000
     685Pixel (13, 0) is 67.549660, should be 65.000000
     686Pixel (13, 1) is 67.796532, should be 66.000000
     687Pixel (13, 2) is 68.277954, should be 67.000000
     688Pixel (13, 7) is 73.123795, should be 72.000000
     689Pixel (13, 8) is 74.305367, should be 73.000000
     690Pixel (13, 9) is 75.472939, should be 74.000000
     691Pixel (13, 10) is 76.603073, should be 75.000000
     692Pixel (13, 11) is 77.681717, should be 76.000000
     693Pixel (13, 12) is 78.704124, should be 77.000000
     694Pixel (13, 13) is 79.674164, should be 78.000000
     695Pixel (13, 14) is 80.602615, should be 79.000000
     696Pixel (13, 15) is 81.504715, should be 80.000000
     697Pixel (13, 16) is 82.397903, should be 81.000000
     698Pixel (13, 17) is 83.299164, should be 82.000000
     699Pixel (13, 18) is 84.222794, should be 83.000000
     700Pixel (13, 19) is 85.178711, should be 84.000000
     701Pixel (13, 20) is 86.171349, should be 85.000000
     702Pixel (13, 21) is 87.199623, should be 86.000000
     703Pixel (13, 22) is 88.257248, should be 87.000000
     704Pixel (13, 23) is 89.334023, should be 88.000000
     705Pixel (13, 24) is 90.417404, should be 89.000000
     706Pixel (13, 25) is 91.494431, should be 90.000000
     707Pixel (13, 26) is 92.553566, should be 91.000000
     708Pixel (13, 27) is 93.586288, should be 92.000000
     709Pixel (13, 28) is 94.588188, should be 93.000000
     710Pixel (13, 29) is 95.559578, should be 94.000000
     711Pixel (13, 30) is 96.505280, should be 95.000000
     712Pixel (13, 31) is 97.433876, should be 96.000000
     713Pixel (13, 32) is 98.356483, should be 97.000000
     714Pixel (13, 33) is 99.285095, should be 98.000000
     715Pixel (13, 34) is 100.230766, should be 99.000000
     716Pixel (13, 35) is 101.202156, should be 100.000000
     717Pixel (13, 36) is 102.204071, should be 101.000000
     718Pixel (13, 37) is 103.236794, should be 102.000000
     719Pixel (13, 38) is 104.295914, should be 103.000000
     720Pixel (13, 39) is 105.372971, should be 104.000000
     721Pixel (13, 40) is 106.456352, should be 105.000000
     722Pixel (13, 41) is 107.533112, should be 106.000000
     723Pixel (13, 42) is 108.590736, should be 107.000000
     724Pixel (13, 43) is 109.619011, should be 108.000000
     725Pixel (13, 44) is 110.611664, should be 109.000000
     726Pixel (13, 45) is 111.567581, should be 110.000000
     727Pixel (13, 46) is 112.491211, should be 111.000000
     728Pixel (13, 47) is 113.392456, should be 112.000000
     729Pixel (13, 48) is 114.285645, should be 113.000000
     730Pixel (13, 49) is 115.187729, should be 114.000000
     731Pixel (13, 50) is 116.116180, should be 115.000000
     732Pixel (13, 51) is 117.086220, should be 116.000000
     733Pixel (13, 52) is 118.108658, should be 117.000000
     734Pixel (13, 53) is 119.187286, should be 118.000000
     735Pixel (13, 54) is 120.317421, should be 119.000000
     736Pixel (13, 55) is 121.484970, should be 120.000000
     737Pixel (13, 56) is 122.666542, should be 121.000000
     738Pixel (13, 57) is 123.830345, should be 122.000000
     739Pixel (13, 58) is 124.938332, should be 123.000000
     740Pixel (13, 59) is 125.948830, should be 124.000000
     741Pixel (13, 60) is 126.819878, should be 125.000000
     742Pixel (13, 61) is 127.512413, should be 126.000000
     743Pixel (14, 0) is 72.191757, should be 70.000000
     744Pixel (14, 1) is 72.438629, should be 71.000000
     745Pixel (14, 9) is 80.115044, should be 79.000000
     746Pixel (14, 10) is 81.245178, should be 80.000000
     747Pixel (14, 11) is 82.323822, should be 81.000000
     748Pixel (14, 12) is 83.346230, should be 82.000000
     749Pixel (14, 13) is 84.316269, should be 83.000000
     750Pixel (14, 14) is 85.244720, should be 84.000000
     751Pixel (14, 15) is 86.146820, should be 85.000000
     752Pixel (14, 16) is 87.040009, should be 86.000000
     753Pixel (14, 24) is 95.059509, should be 94.000000
     754Pixel (14, 25) is 96.136536, should be 95.000000
     755Pixel (14, 26) is 97.195671, should be 96.000000
     756Pixel (14, 27) is 98.228394, should be 97.000000
     757Pixel (14, 28) is 99.230293, should be 98.000000
     758Pixel (14, 29) is 100.201683, should be 99.000000
     759Pixel (14, 30) is 101.147377, should be 100.000000
     760Pixel (14, 31) is 102.075981, should be 101.000000
     761Pixel (14, 39) is 110.015076, should be 109.000000
     762Pixel (14, 40) is 111.098457, should be 110.000000
     763Pixel (14, 41) is 112.175217, should be 111.000000
     764Pixel (14, 42) is 113.232841, should be 112.000000
     765Pixel (14, 43) is 114.261116, should be 113.000000
     766Pixel (14, 44) is 115.253769, should be 114.000000
     767Pixel (14, 45) is 116.209679, should be 115.000000
     768Pixel (14, 46) is 117.133308, should be 116.000000
     769Pixel (14, 47) is 118.034561, should be 117.000000
     770Pixel (14, 55) is 126.127083, should be 125.000000
     771Pixel (14, 56) is 127.308655, should be 126.000000
     772Pixel (14, 57) is 128.472458, should be 127.000000
     773Pixel (14, 58) is 129.580444, should be 128.000000
     774Pixel (14, 59) is 130.590958, should be 129.000000
     775Pixel (14, 60) is 131.462006, should be 130.000000
     776Pixel (14, 61) is 132.154541, should be 131.000000
     777Pixel (15, 0) is 76.702263, should be 75.000000
     778Pixel (15, 58) is 134.090927, should be 133.000000
     779Pixel (15, 59) is 135.101425, should be 134.000000
     780Pixel (16, 0) is 81.168243, should be 80.000000
     781Pixel (16, 63) is 141.859314, should be 143.000000
     782Pixel (17, 4) is 87.966415, should be 89.000000
     783Pixel (17, 5) is 88.976913, should be 90.000000
     784Pixel (17, 63) is 146.365601, should be 148.000000
     785Pixel (18, 3) is 91.713509, should be 93.000000
     786Pixel (18, 4) is 92.584534, should be 94.000000
     787Pixel (18, 5) is 93.595032, should be 95.000000
     788Pixel (18, 6) is 94.703026, should be 96.000000
     789Pixel (18, 7) is 95.866806, should be 97.000000
     790Pixel (18, 18) is 106.965820, should be 108.000000
     791Pixel (18, 19) is 107.921722, should be 109.000000
     792Pixel (18, 20) is 108.914375, should be 110.000000
     793Pixel (18, 21) is 109.942650, should be 111.000000
     794Pixel (18, 34) is 122.973785, should be 124.000000
     795Pixel (18, 35) is 123.945175, should be 125.000000
     796Pixel (18, 36) is 124.947090, should be 126.000000
     797Pixel (18, 37) is 125.979820, should be 127.000000
     798Pixel (18, 49) is 137.930756, should be 139.000000
     799Pixel (18, 50) is 138.859222, should be 140.000000
     800Pixel (18, 51) is 139.829285, should be 141.000000
     801Pixel (18, 52) is 140.851715, should be 142.000000
     802Pixel (18, 53) is 141.930328, should be 143.000000
     803Pixel (18, 62) is 150.736877, should be 152.000000
     804Pixel (18, 63) is 150.983749, should be 153.000000
     805Pixel (19, 2) is 95.800407, should be 97.000000
     806Pixel (19, 3) is 96.492950, should be 98.000000
     807Pixel (19, 4) is 97.363976, should be 99.000000
     808Pixel (19, 5) is 98.374474, should be 100.000000
     809Pixel (19, 6) is 99.482468, should be 101.000000
     810Pixel (19, 7) is 100.646248, should be 102.000000
     811Pixel (19, 8) is 101.827812, should be 103.000000
     812Pixel (19, 9) is 102.995369, should be 104.000000
     813Pixel (19, 16) is 109.920364, should be 111.000000
     814Pixel (19, 17) is 110.821632, should be 112.000000
     815Pixel (19, 18) is 111.745262, should be 113.000000
     816Pixel (19, 19) is 112.701164, should be 114.000000
     817Pixel (19, 20) is 113.693817, should be 115.000000
     818Pixel (19, 21) is 114.722092, should be 116.000000
     819Pixel (19, 22) is 115.779716, should be 117.000000
     820Pixel (19, 23) is 116.856483, should be 118.000000
     821Pixel (19, 24) is 117.939865, should be 119.000000
     822Pixel (19, 31) is 124.956329, should be 126.000000
     823Pixel (19, 32) is 125.878944, should be 127.000000
     824Pixel (19, 33) is 126.807564, should be 128.000000
     825Pixel (19, 34) is 127.753242, should be 129.000000
     826Pixel (19, 35) is 128.724625, should be 130.000000
     827Pixel (19, 36) is 129.726532, should be 131.000000
     828Pixel (19, 37) is 130.759247, should be 132.000000
     829Pixel (19, 38) is 131.818390, should be 133.000000
     830Pixel (19, 39) is 132.895432, should be 134.000000
     831Pixel (19, 40) is 133.978821, should be 135.000000
     832Pixel (19, 47) is 140.914932, should be 142.000000
     833Pixel (19, 48) is 141.808121, should be 143.000000
     834Pixel (19, 49) is 142.710205, should be 144.000000
     835Pixel (19, 50) is 143.638657, should be 145.000000
     836Pixel (19, 51) is 144.608719, should be 146.000000
     837Pixel (19, 52) is 145.631149, should be 147.000000
     838Pixel (19, 53) is 146.709763, should be 148.000000
     839Pixel (19, 54) is 147.839905, should be 149.000000
     840Pixel (19, 62) is 155.516312, should be 157.000000
     841Pixel (19, 63) is 155.763184, should be 158.000000
     842Pixel (20, 2) is 100.763664, should be 102.000000
     843Pixel (20, 3) is 101.456207, should be 103.000000
     844Pixel (20, 4) is 102.327232, should be 104.000000
     845Pixel (20, 5) is 103.337730, should be 105.000000
     846Pixel (20, 6) is 104.445724, should be 106.000000
     847Pixel (20, 7) is 105.609505, should be 107.000000
     848Pixel (20, 8) is 106.791069, should be 108.000000
     849Pixel (20, 9) is 107.958626, should be 109.000000
     850Pixel (20, 15) is 113.990417, should be 115.000000
     851Pixel (20, 16) is 114.883606, should be 116.000000
     852Pixel (20, 17) is 115.784882, should be 117.000000
     853Pixel (20, 18) is 116.708504, should be 118.000000
     854Pixel (20, 19) is 117.664406, should be 119.000000
     855Pixel (20, 20) is 118.657051, should be 120.000000
     856Pixel (20, 21) is 119.685341, should be 121.000000
     857Pixel (20, 22) is 120.742958, should be 122.000000
     858Pixel (20, 23) is 121.819725, should be 123.000000
     859Pixel (20, 24) is 122.903107, should be 124.000000
     860Pixel (20, 25) is 123.980141, should be 125.000000
     861Pixel (20, 30) is 128.990982, should be 130.000000
     862Pixel (20, 31) is 129.919571, should be 131.000000
     863Pixel (20, 32) is 130.842178, should be 132.000000
     864Pixel (20, 33) is 131.770798, should be 133.000000
     865Pixel (20, 34) is 132.716476, should be 134.000000
     866Pixel (20, 35) is 133.687866, should be 135.000000
     867Pixel (20, 36) is 134.689774, should be 136.000000
     868Pixel (20, 37) is 135.722488, should be 137.000000
     869Pixel (20, 38) is 136.781631, should be 138.000000
     870Pixel (20, 39) is 137.858673, should be 139.000000
     871Pixel (20, 40) is 138.942047, should be 140.000000
     872Pixel (20, 46) is 144.976913, should be 146.000000
     873Pixel (20, 47) is 145.878143, should be 147.000000
     874Pixel (20, 48) is 146.771332, should be 148.000000
     875Pixel (20, 49) is 147.673416, should be 149.000000
     876Pixel (20, 50) is 148.601868, should be 150.000000
     877Pixel (20, 51) is 149.571915, should be 151.000000
     878Pixel (20, 52) is 150.594360, should be 152.000000
     879Pixel (20, 53) is 151.672989, should be 153.000000
     880Pixel (20, 54) is 152.803116, should be 154.000000
     881Pixel (20, 55) is 153.970657, should be 155.000000
     882Pixel (20, 61) is 159.998108, should be 161.000000
     883Pixel (20, 62) is 160.479507, should be 162.000000
     884Pixel (20, 63) is 160.726395, should be 163.000000
     885Pixel (21, 2) is 105.905037, should be 107.000000
     886Pixel (21, 3) is 106.597580, should be 108.000000
     887Pixel (21, 4) is 107.468605, should be 109.000000
     888Pixel (21, 5) is 108.479103, should be 110.000000
     889Pixel (21, 6) is 109.587105, should be 111.000000
     890Pixel (21, 7) is 110.750885, should be 112.000000
     891Pixel (21, 8) is 111.932449, should be 113.000000
     892Pixel (21, 17) is 120.926254, should be 122.000000
     893Pixel (21, 18) is 121.849876, should be 123.000000
     894Pixel (21, 19) is 122.805779, should be 124.000000
     895Pixel (21, 20) is 123.798424, should be 125.000000
     896Pixel (21, 21) is 124.826706, should be 126.000000
     897Pixel (21, 22) is 125.884323, should be 127.000000
     898Pixel (21, 23) is 126.961082, should be 128.000000
     899Pixel (21, 32) is 135.983551, should be 137.000000
     900Pixel (21, 33) is 136.912170, should be 138.000000
     901Pixel (21, 34) is 137.857834, should be 139.000000
     902Pixel (21, 35) is 138.829224, should be 140.000000
     903Pixel (21, 36) is 139.831146, should be 141.000000
     904Pixel (21, 37) is 140.863861, should be 142.000000
     905Pixel (21, 38) is 141.922989, should be 143.000000
     906Pixel (21, 48) is 151.912704, should be 153.000000
     907Pixel (21, 49) is 152.814789, should be 154.000000
     908Pixel (21, 50) is 153.743240, should be 155.000000
     909Pixel (21, 51) is 154.713287, should be 156.000000
     910Pixel (21, 52) is 155.735733, should be 157.000000
     911Pixel (21, 53) is 156.814362, should be 158.000000
     912Pixel (21, 54) is 157.944504, should be 159.000000
     913Pixel (21, 62) is 165.620895, should be 167.000000
     914Pixel (21, 63) is 165.867752, should be 168.000000
     915Pixel (22, 3) is 111.885727, should be 113.000000
     916Pixel (22, 4) is 112.756744, should be 114.000000
     917Pixel (22, 5) is 113.767242, should be 115.000000
     918Pixel (22, 6) is 114.875237, should be 116.000000
     919Pixel (22, 62) is 170.909042, should be 172.000000
     920Pixel (22, 63) is 171.155914, should be 173.000000
     921Pixel (23, 63) is 176.539764, should be 178.000000
     922Pixel (24, 0) is 121.265671, should be 120.000000
     923Pixel (24, 63) is 181.956696, should be 183.000000
     924Pixel (25, 0) is 126.650871, should be 125.000000
     925Pixel (25, 58) is 184.039474, should be 183.000000
     926Pixel (25, 59) is 185.049973, should be 184.000000
     927Pixel (26, 0) is 131.946564, should be 130.000000
     928Pixel (26, 1) is 132.193436, should be 131.000000
     929Pixel (26, 11) is 142.078583, should be 141.000000
     930Pixel (26, 12) is 143.100998, should be 142.000000
     931Pixel (26, 13) is 144.071045, should be 143.000000
     932Pixel (26, 43) is 174.015884, should be 173.000000
     933Pixel (26, 44) is 175.008530, should be 174.000000
     934Pixel (26, 56) is 187.063385, should be 186.000000
     935Pixel (26, 57) is 188.227188, should be 187.000000
     936Pixel (26, 58) is 189.335175, should be 188.000000
     937Pixel (26, 59) is 190.345673, should be 189.000000
     938Pixel (26, 60) is 191.216721, should be 190.000000
     939Pixel (27, 0) is 137.110168, should be 135.000000
     940Pixel (27, 1) is 137.357040, should be 136.000000
     941Pixel (27, 9) is 145.033386, should be 144.000000
     942Pixel (27, 10) is 146.163528, should be 145.000000
     943Pixel (27, 11) is 147.242172, should be 146.000000
     944Pixel (27, 12) is 148.264572, should be 147.000000
     945Pixel (27, 13) is 149.234619, should be 148.000000
     946Pixel (27, 14) is 150.163071, should be 149.000000
     947Pixel (27, 15) is 151.065186, should be 150.000000
     948Pixel (27, 25) is 161.054886, should be 160.000000
     949Pixel (27, 26) is 162.114014, should be 161.000000
     950Pixel (27, 27) is 163.146729, should be 162.000000
     951Pixel (27, 28) is 164.148621, should be 163.000000
     952Pixel (27, 29) is 165.120010, should be 164.000000
     953Pixel (27, 30) is 166.065704, should be 165.000000
     954Pixel (27, 40) is 176.016800, should be 175.000000
     955Pixel (27, 41) is 177.093567, should be 176.000000
     956Pixel (27, 42) is 178.151184, should be 177.000000
     957Pixel (27, 43) is 179.179459, should be 178.000000
     958Pixel (27, 44) is 180.172104, should be 179.000000
     959Pixel (27, 45) is 181.128006, should be 180.000000
     960Pixel (27, 46) is 182.051636, should be 181.000000
     961Pixel (27, 55) is 191.045395, should be 190.000000
     962Pixel (27, 56) is 192.226959, should be 191.000000
     963Pixel (27, 57) is 193.390762, should be 192.000000
     964Pixel (27, 58) is 194.498749, should be 193.000000
     965Pixel (27, 59) is 195.509247, should be 194.000000
     966Pixel (27, 60) is 196.380295, should be 195.000000
     967Pixel (27, 61) is 197.072830, should be 196.000000
     968Pixel (28, 0) is 142.119690, should be 140.000000
     969Pixel (28, 1) is 142.366562, should be 141.000000
     970Pixel (28, 9) is 150.042908, should be 149.000000
     971Pixel (28, 10) is 151.173050, should be 150.000000
     972Pixel (28, 11) is 152.251694, should be 151.000000
     973Pixel (28, 12) is 153.274109, should be 152.000000
     974Pixel (28, 13) is 154.244141, should be 153.000000
     975Pixel (28, 14) is 155.172592, should be 154.000000
     976Pixel (28, 15) is 156.074707, should be 155.000000
     977Pixel (28, 25) is 166.064407, should be 165.000000
     978Pixel (28, 26) is 167.123535, should be 166.000000
     979Pixel (28, 27) is 168.156250, should be 167.000000
     980Pixel (28, 28) is 169.158142, should be 168.000000
     981Pixel (28, 29) is 170.129532, should be 169.000000
     982Pixel (28, 30) is 171.075226, should be 170.000000
     983Pixel (28, 31) is 172.003830, should be 171.000000
     984Pixel (28, 40) is 181.026321, should be 180.000000
     985Pixel (28, 41) is 182.103088, should be 181.000000
     986Pixel (28, 42) is 183.160706, should be 182.000000
     987Pixel (28, 43) is 184.188980, should be 183.000000
     988Pixel (28, 44) is 185.181625, should be 184.000000
     989Pixel (28, 45) is 186.137527, should be 185.000000
     990Pixel (28, 46) is 187.061157, should be 186.000000
     991Pixel (28, 55) is 196.054916, should be 195.000000
     992Pixel (28, 56) is 197.236481, should be 196.000000
     993Pixel (28, 57) is 198.400284, should be 197.000000
     994Pixel (28, 58) is 199.508270, should be 198.000000
     995Pixel (28, 59) is 200.518768, should be 199.000000
     996Pixel (28, 60) is 201.389816, should be 200.000000
     997Pixel (28, 61) is 202.082352, should be 201.000000
     998Pixel (29, 0) is 146.976593, should be 145.000000
     999Pixel (29, 1) is 147.223465, should be 146.000000
     1000Pixel (29, 10) is 156.029953, should be 155.000000
     1001Pixel (29, 11) is 157.108597, should be 156.000000
     1002Pixel (29, 12) is 158.131012, should be 157.000000
     1003Pixel (29, 13) is 159.101059, should be 158.000000
     1004Pixel (29, 14) is 160.029495, should be 159.000000
     1005Pixel (29, 27) is 173.013153, should be 172.000000
     1006Pixel (29, 28) is 174.015045, should be 173.000000
     1007Pixel (29, 42) is 188.017609, should be 187.000000
     1008Pixel (29, 43) is 189.045883, should be 188.000000
     1009Pixel (29, 44) is 190.038528, should be 189.000000
     1010Pixel (29, 56) is 202.093384, should be 201.000000
     1011Pixel (29, 57) is 203.257187, should be 202.000000
     1012Pixel (29, 58) is 204.365173, should be 203.000000
     1013Pixel (29, 59) is 205.375671, should be 204.000000
     1014Pixel (29, 60) is 206.246719, should be 205.000000
     1015Pixel (30, 0) is 151.705017, should be 150.000000
     1016Pixel (30, 58) is 209.093597, should be 208.000000
     1017Pixel (30, 59) is 210.104095, should be 209.000000
     1018Pixel (31, 0) is 156.348038, should be 155.000000
     1019Pixel (32, 63) is 221.652069, should be 223.000000
     1020Pixel (33, 4) is 167.895950, should be 169.000000
     1021Pixel (33, 5) is 168.906448, should be 170.000000
     1022Pixel (33, 63) is 226.295059, should be 228.000000
     1023Pixel (34, 3) is 171.753357, should be 173.000000
     1024Pixel (34, 4) is 172.624374, should be 174.000000
     1025Pixel (34, 5) is 173.634872, should be 175.000000
     1026Pixel (34, 6) is 174.742859, should be 176.000000
     1027Pixel (34, 7) is 175.906631, should be 177.000000
     1028Pixel (34, 19) is 187.961548, should be 189.000000
     1029Pixel (34, 20) is 188.954193, should be 190.000000
     1030Pixel (34, 21) is 189.982468, should be 191.000000
     1031Pixel (34, 35) is 203.984970, should be 205.000000
     1032Pixel (34, 36) is 204.986893, should be 206.000000
     1033Pixel (34, 49) is 217.970520, should be 219.000000
     1034Pixel (34, 50) is 218.898956, should be 220.000000
     1035Pixel (34, 51) is 219.869003, should be 221.000000
     1036Pixel (34, 52) is 220.891434, should be 222.000000
     1037Pixel (34, 53) is 221.970062, should be 223.000000
     1038Pixel (34, 62) is 230.776611, should be 232.000000
     1039Pixel (34, 63) is 231.023483, should be 233.000000
     1040Pixel (35, 2) is 175.917755, should be 177.000000
     1041Pixel (35, 3) is 176.610291, should be 178.000000
     1042Pixel (35, 4) is 177.481308, should be 179.000000
     1043Pixel (35, 5) is 178.491806, should be 180.000000
     1044Pixel (35, 6) is 179.599792, should be 181.000000
     1045Pixel (35, 7) is 180.763565, should be 182.000000
     1046Pixel (35, 8) is 181.945129, should be 183.000000
     1047Pixel (35, 17) is 190.938950, should be 192.000000
     1048Pixel (35, 18) is 191.862579, should be 193.000000
     1049Pixel (35, 19) is 192.818481, should be 194.000000
     1050Pixel (35, 20) is 193.811127, should be 195.000000
     1051Pixel (35, 21) is 194.839401, should be 196.000000
     1052Pixel (35, 22) is 195.897018, should be 197.000000
     1053Pixel (35, 23) is 196.973785, should be 198.000000
     1054Pixel (35, 32) is 205.996216, should be 207.000000
     1055Pixel (35, 33) is 206.924835, should be 208.000000
     1056Pixel (35, 34) is 207.870514, should be 209.000000
     1057Pixel (35, 35) is 208.841904, should be 210.000000
     1058Pixel (35, 36) is 209.843826, should be 211.000000
     1059Pixel (35, 37) is 210.876541, should be 212.000000
     1060Pixel (35, 38) is 211.935669, should be 213.000000
     1061Pixel (35, 48) is 221.925369, should be 223.000000
     1062Pixel (35, 49) is 222.827454, should be 224.000000
     1063Pixel (35, 50) is 223.755905, should be 225.000000
     1064Pixel (35, 51) is 224.725937, should be 226.000000
     1065Pixel (35, 52) is 225.748367, should be 227.000000
     1066Pixel (35, 53) is 226.826996, should be 228.000000
     1067Pixel (35, 54) is 227.957138, should be 229.000000
     1068Pixel (35, 62) is 235.633545, should be 237.000000
     1069Pixel (35, 63) is 235.880417, should be 238.000000
     1070Pixel (36, 2) is 180.927292, should be 182.000000
     1071Pixel (36, 3) is 181.619827, should be 183.000000
     1072Pixel (36, 4) is 182.490845, should be 184.000000
     1073Pixel (36, 5) is 183.501343, should be 185.000000
     1074Pixel (36, 6) is 184.609329, should be 186.000000
     1075Pixel (36, 7) is 185.773102, should be 187.000000
     1076Pixel (36, 8) is 186.954666, should be 188.000000
     1077Pixel (36, 17) is 195.948486, should be 197.000000
     1078Pixel (36, 18) is 196.872116, should be 198.000000
     1079Pixel (36, 19) is 197.828018, should be 199.000000
     1080Pixel (36, 20) is 198.820663, should be 200.000000
     1081Pixel (36, 21) is 199.848938, should be 201.000000
     1082Pixel (36, 22) is 200.906555, should be 202.000000
     1083Pixel (36, 23) is 201.983322, should be 203.000000
     1084Pixel (36, 33) is 211.934372, should be 213.000000
     1085Pixel (36, 34) is 212.880051, should be 214.000000
     1086Pixel (36, 35) is 213.851440, should be 215.000000
     1087Pixel (36, 36) is 214.853363, should be 216.000000
     1088Pixel (36, 37) is 215.886078, should be 217.000000
     1089Pixel (36, 38) is 216.945206, should be 218.000000
     1090Pixel (36, 48) is 226.934906, should be 228.000000
     1091Pixel (36, 49) is 227.836990, should be 229.000000
     1092Pixel (36, 50) is 228.765442, should be 230.000000
     1093Pixel (36, 51) is 229.735489, should be 231.000000
     1094Pixel (36, 52) is 230.757904, should be 232.000000
     1095Pixel (36, 53) is 231.836533, should be 233.000000
     1096Pixel (36, 54) is 232.966675, should be 234.000000
     1097Pixel (36, 62) is 240.643082, should be 242.000000
     1098Pixel (36, 63) is 240.889954, should be 243.000000
     1099Pixel (37, 3) is 186.783417, should be 188.000000
     1100Pixel (37, 4) is 187.654434, should be 189.000000
     1101Pixel (37, 5) is 188.664932, should be 190.000000
     1102Pixel (37, 6) is 189.772919, should be 191.000000
     1103Pixel (37, 7) is 190.936691, should be 192.000000
     1104Pixel (37, 19) is 202.991608, should be 204.000000
     1105Pixel (37, 20) is 203.984253, should be 205.000000
     1106Pixel (37, 50) is 233.929031, should be 235.000000
     1107Pixel (37, 51) is 234.899078, should be 236.000000
     1108Pixel (37, 52) is 235.921509, should be 237.000000
     1109Pixel (37, 62) is 245.806671, should be 247.000000
     1110Pixel (37, 63) is 246.053543, should be 248.000000
     1111Pixel (38, 4) is 192.950089, should be 194.000000
     1112Pixel (38, 5) is 193.960587, should be 195.000000
     1113Pixel (38, 63) is 251.349228, should be 253.000000
     1114Pixel (39, 0) is 196.043472, should be 195.000000
     1115Pixel (39, 63) is 256.734406, should be 258.000000
     1116Pixel (40, 0) is 201.460358, should be 200.000000
     1117Pixel (41, 0) is 206.844208, should be 205.000000
     1118Pixel (41, 1) is 207.091080, should be 206.000000
     1119Pixel (41, 57) is 263.124786, should be 262.000000
     1120Pixel (41, 58) is 264.232758, should be 263.000000
     1121Pixel (41, 59) is 265.243256, should be 264.000000
     1122Pixel (41, 60) is 266.114319, should be 265.000000
     1123Pixel (42, 0) is 212.132355, should be 210.000000
     1124Pixel (42, 1) is 212.379211, should be 211.000000
     1125Pixel (42, 9) is 220.055542, should be 219.000000
     1126Pixel (42, 10) is 221.185684, should be 220.000000
     1127Pixel (42, 11) is 222.264328, should be 221.000000
     1128Pixel (42, 12) is 223.286758, should be 222.000000
     1129Pixel (42, 13) is 224.256805, should be 223.000000
     1130Pixel (42, 14) is 225.185257, should be 224.000000
     1131Pixel (42, 15) is 226.087372, should be 225.000000
     1132Pixel (42, 24) is 235.000031, should be 234.000000
     1133Pixel (42, 25) is 236.077057, should be 235.000000
     1134Pixel (42, 26) is 237.136185, should be 236.000000
     1135Pixel (42, 27) is 238.168900, should be 237.000000
     1136Pixel (42, 28) is 239.170792, should be 238.000000
     1137Pixel (42, 29) is 240.142181, should be 239.000000
     1138Pixel (42, 30) is 241.087875, should be 240.000000
     1139Pixel (42, 31) is 242.016464, should be 241.000000
     1140Pixel (42, 40) is 251.038986, should be 250.000000
     1141Pixel (42, 41) is 252.115738, should be 251.000000
     1142Pixel (42, 42) is 253.173355, should be 252.000000
     1143Pixel (42, 43) is 254.201645, should be 253.000000
     1144Pixel (42, 44) is 255.194290, should be 254.000000
     1145Pixel (42, 45) is 256.150177, should be 255.000000
     1146Pixel (42, 46) is 257.073792, should be 256.000000
     1147Pixel (42, 55) is 266.067566, should be 265.000000
     1148Pixel (42, 56) is 267.249146, should be 266.000000
     1149Pixel (42, 57) is 268.412933, should be 267.000000
     1150Pixel (42, 58) is 269.520935, should be 268.000000
     1151Pixel (42, 59) is 270.531433, should be 269.000000
     1152Pixel (42, 60) is 271.402466, should be 270.000000
     1153Pixel (42, 61) is 272.095001, should be 271.000000
     1154Pixel (43, 0) is 217.273712, should be 215.000000
     1155Pixel (43, 1) is 217.520569, should be 216.000000
     1156Pixel (43, 2) is 218.001968, should be 217.000000
     1157Pixel (43, 8) is 224.029327, should be 223.000000
     1158Pixel (43, 9) is 225.196869, should be 224.000000
     1159Pixel (43, 10) is 226.327026, should be 225.000000
     1160Pixel (43, 11) is 227.405670, should be 226.000000
     1161Pixel (43, 12) is 228.428101, should be 227.000000
     1162Pixel (43, 13) is 229.398148, should be 228.000000
     1163Pixel (43, 14) is 230.326599, should be 229.000000
     1164Pixel (43, 15) is 231.228714, should be 230.000000
     1165Pixel (43, 16) is 232.121902, should be 231.000000
     1166Pixel (43, 17) is 233.023193, should be 232.000000
     1167Pixel (43, 23) is 239.057999, should be 238.000000
     1168Pixel (43, 24) is 240.141373, should be 239.000000
     1169Pixel (43, 25) is 241.218399, should be 240.000000
     1170Pixel (43, 26) is 242.277512, should be 241.000000
     1171Pixel (43, 27) is 243.310226, should be 242.000000
     1172Pixel (43, 28) is 244.312134, should be 243.000000
     1173Pixel (43, 29) is 245.283524, should be 244.000000
     1174Pixel (43, 30) is 246.229202, should be 245.000000
     1175Pixel (43, 31) is 247.157822, should be 246.000000
     1176Pixel (43, 32) is 248.080429, should be 247.000000
     1177Pixel (43, 33) is 249.009048, should be 248.000000
     1178Pixel (43, 38) is 254.019882, should be 253.000000
     1179Pixel (43, 39) is 255.096939, should be 254.000000
     1180Pixel (43, 40) is 256.180328, should be 255.000000
     1181Pixel (43, 41) is 257.257080, should be 256.000000
     1182Pixel (43, 42) is 258.314667, should be 257.000000
     1183Pixel (43, 43) is 259.342957, should be 258.000000
     1184Pixel (43, 44) is 260.335632, should be 259.000000
     1185Pixel (43, 45) is 261.291534, should be 260.000000
     1186Pixel (43, 46) is 262.215149, should be 261.000000
     1187Pixel (43, 47) is 263.116394, should be 262.000000
     1188Pixel (43, 48) is 264.009583, should be 263.000000
     1189Pixel (43, 54) is 270.041382, should be 269.000000
     1190Pixel (43, 55) is 271.208923, should be 270.000000
     1191Pixel (43, 56) is 272.390503, should be 271.000000
     1192Pixel (43, 57) is 273.554291, should be 272.000000
     1193Pixel (43, 58) is 274.662292, should be 273.000000
     1194Pixel (43, 59) is 275.672791, should be 274.000000
     1195Pixel (43, 60) is 276.543823, should be 275.000000
     1196Pixel (43, 61) is 277.236359, should be 276.000000
     1197Pixel (44, 0) is 222.236954, should be 220.000000
     1198Pixel (44, 1) is 222.483826, should be 221.000000
     1199Pixel (44, 9) is 230.160110, should be 229.000000
     1200Pixel (44, 10) is 231.290253, should be 230.000000
     1201Pixel (44, 11) is 232.368912, should be 231.000000
     1202Pixel (44, 12) is 233.391327, should be 232.000000
     1203Pixel (44, 13) is 234.361389, should be 233.000000
     1204Pixel (44, 14) is 235.289841, should be 234.000000
     1205Pixel (44, 15) is 236.191956, should be 235.000000
     1206Pixel (44, 16) is 237.085144, should be 236.000000
     1207Pixel (44, 23) is 244.021240, should be 243.000000
     1208Pixel (44, 24) is 245.104584, should be 244.000000
     1209Pixel (44, 25) is 246.181610, should be 245.000000
     1210Pixel (44, 26) is 247.240753, should be 246.000000
     1211Pixel (44, 27) is 248.273468, should be 247.000000
     1212Pixel (44, 28) is 249.275360, should be 248.000000
     1213Pixel (44, 29) is 250.246735, should be 249.000000
     1214Pixel (44, 30) is 251.192444, should be 250.000000
     1215Pixel (44, 31) is 252.121033, should be 251.000000
     1216Pixel (44, 32) is 253.043640, should be 252.000000
     1217Pixel (44, 39) is 260.060150, should be 259.000000
     1218Pixel (44, 40) is 261.143524, should be 260.000000
     1219Pixel (44, 41) is 262.220306, should be 261.000000
     1220Pixel (44, 42) is 263.277924, should be 262.000000
     1221Pixel (44, 43) is 264.306183, should be 263.000000
     1222Pixel (44, 44) is 265.298828, should be 264.000000
     1223Pixel (44, 45) is 266.254730, should be 265.000000
     1224Pixel (44, 46) is 267.178375, should be 266.000000
     1225Pixel (44, 47) is 268.079620, should be 267.000000
     1226Pixel (44, 54) is 275.004578, should be 274.000000
     1227Pixel (44, 55) is 276.172150, should be 275.000000
     1228Pixel (44, 56) is 277.353699, should be 276.000000
     1229Pixel (44, 57) is 278.517517, should be 277.000000
     1230Pixel (44, 58) is 279.625488, should be 278.000000
     1231Pixel (44, 59) is 280.635986, should be 279.000000
     1232Pixel (44, 60) is 281.507050, should be 280.000000
     1233Pixel (44, 61) is 282.199585, should be 281.000000
     1234Pixel (45, 0) is 227.016373, should be 225.000000
     1235Pixel (45, 1) is 227.263245, should be 226.000000
     1236Pixel (45, 10) is 236.069672, should be 235.000000
     1237Pixel (45, 11) is 237.148331, should be 236.000000
     1238Pixel (45, 12) is 238.170746, should be 237.000000
     1239Pixel (45, 13) is 239.140808, should be 238.000000
     1240Pixel (45, 14) is 240.069260, should be 239.000000
     1241Pixel (45, 26) is 252.020172, should be 251.000000
     1242Pixel (45, 27) is 253.052887, should be 252.000000
     1243Pixel (45, 28) is 254.054779, should be 253.000000
     1244Pixel (45, 29) is 255.026184, should be 254.000000
     1245Pixel (45, 42) is 268.057312, should be 267.000000
     1246Pixel (45, 43) is 269.085602, should be 268.000000
     1247Pixel (45, 44) is 270.078247, should be 269.000000
     1248Pixel (45, 45) is 271.034149, should be 270.000000
     1249Pixel (45, 56) is 282.133118, should be 281.000000
     1250Pixel (45, 57) is 283.296906, should be 282.000000
     1251Pixel (45, 58) is 284.404907, should be 283.000000
     1252Pixel (45, 59) is 285.415405, should be 284.000000
     1253Pixel (45, 60) is 286.286438, should be 285.000000
     1254Pixel (46, 0) is 231.634460, should be 230.000000
     1255Pixel (46, 58) is 289.023010, should be 288.000000
     1256Pixel (46, 59) is 290.033478, should be 289.000000
     1257Pixel (47, 0) is 236.140778, should be 235.000000
     1258Pixel (47, 63) is 296.831665, should be 298.000000
     1259Pixel (48, 4) is 242.898560, should be 244.000000
     1260Pixel (48, 5) is 243.909058, should be 245.000000
     1261Pixel (48, 63) is 301.297638, should be 303.000000
     1262Pixel (49, 2) is 245.845490, should be 247.000000
     1263Pixel (49, 3) is 246.538025, should be 248.000000
     1264Pixel (49, 4) is 247.409058, should be 249.000000
     1265Pixel (49, 5) is 248.419556, should be 250.000000
     1266Pixel (49, 6) is 249.527527, should be 251.000000
     1267Pixel (49, 7) is 250.691315, should be 252.000000
     1268Pixel (49, 8) is 251.872864, should be 253.000000
     1269Pixel (49, 16) is 259.965363, should be 261.000000
     1270Pixel (49, 17) is 260.866638, should be 262.000000
     1271Pixel (49, 18) is 261.790283, should be 263.000000
     1272Pixel (49, 19) is 262.746185, should be 264.000000
     1273Pixel (49, 20) is 263.738831, should be 265.000000
     1274Pixel (49, 21) is 264.767090, should be 266.000000
     1275Pixel (49, 22) is 265.824707, should be 267.000000
     1276Pixel (49, 23) is 266.901489, should be 268.000000
     1277Pixel (49, 24) is 267.984863, should be 269.000000
     1278Pixel (49, 32) is 275.923920, should be 277.000000
     1279Pixel (49, 33) is 276.852539, should be 278.000000
     1280Pixel (49, 34) is 277.798218, should be 279.000000
     1281Pixel (49, 35) is 278.769592, should be 280.000000
     1282Pixel (49, 36) is 279.771515, should be 281.000000
     1283Pixel (49, 37) is 280.804230, should be 282.000000
     1284Pixel (49, 38) is 281.863373, should be 283.000000
     1285Pixel (49, 39) is 282.940430, should be 284.000000
     1286Pixel (49, 47) is 290.959869, should be 292.000000
     1287Pixel (49, 48) is 291.853058, should be 293.000000
     1288Pixel (49, 49) is 292.755157, should be 294.000000
     1289Pixel (49, 50) is 293.683594, should be 295.000000
     1290Pixel (49, 51) is 294.653656, should be 296.000000
     1291Pixel (49, 52) is 295.676056, should be 297.000000
     1292Pixel (49, 53) is 296.754669, should be 298.000000
     1293Pixel (49, 54) is 297.884827, should be 299.000000
     1294Pixel (49, 62) is 305.561218, should be 307.000000
     1295Pixel (49, 63) is 305.808105, should be 308.000000
     1296Pixel (50, 2) is 250.487579, should be 252.000000
     1297Pixel (50, 3) is 251.180115, should be 253.000000
     1298Pixel (50, 4) is 252.051147, should be 254.000000
     1299Pixel (50, 5) is 253.061646, should be 255.000000
     1300Pixel (50, 6) is 254.169617, should be 256.000000
     1301Pixel (50, 7) is 255.333405, should be 257.000000
     1302Pixel (50, 8) is 256.514984, should be 258.000000
     1303Pixel (50, 9) is 257.682556, should be 259.000000
     1304Pixel (50, 10) is 258.812683, should be 260.000000
     1305Pixel (50, 11) is 259.891327, should be 261.000000
     1306Pixel (50, 12) is 260.913757, should be 262.000000
     1307Pixel (50, 13) is 261.883759, should be 263.000000
     1308Pixel (50, 14) is 262.812225, should be 264.000000
     1309Pixel (50, 15) is 263.714325, should be 265.000000
     1310Pixel (50, 16) is 264.607513, should be 266.000000
     1311Pixel (50, 17) is 265.508789, should be 267.000000
     1312Pixel (50, 18) is 266.432434, should be 268.000000
     1313Pixel (50, 19) is 267.388336, should be 269.000000
     1314Pixel (50, 20) is 268.380981, should be 270.000000
     1315Pixel (50, 21) is 269.409241, should be 271.000000
     1316Pixel (50, 22) is 270.466858, should be 272.000000
     1317Pixel (50, 23) is 271.543640, should be 273.000000
     1318Pixel (50, 24) is 272.627014, should be 274.000000
     1319Pixel (50, 25) is 273.704041, should be 275.000000
     1320Pixel (50, 26) is 274.763153, should be 276.000000
     1321Pixel (50, 27) is 275.795868, should be 277.000000
     1322Pixel (50, 28) is 276.797760, should be 278.000000
     1323Pixel (50, 29) is 277.769165, should be 279.000000
     1324Pixel (50, 30) is 278.714844, should be 280.000000
     1325Pixel (50, 31) is 279.643463, should be 281.000000
     1326Pixel (50, 32) is 280.566071, should be 282.000000
     1327Pixel (50, 33) is 281.494690, should be 283.000000
     1328Pixel (50, 34) is 282.440369, should be 284.000000
     1329Pixel (50, 35) is 283.411743, should be 285.000000
     1330Pixel (50, 36) is 284.413666, should be 286.000000
     1331Pixel (50, 37) is 285.446381, should be 287.000000
     1332Pixel (50, 38) is 286.505524, should be 288.000000
     1333Pixel (50, 39) is 287.582581, should be 289.000000
     1334Pixel (50, 40) is 288.665955, should be 290.000000
     1335Pixel (50, 41) is 289.742706, should be 291.000000
     1336Pixel (50, 42) is 290.800323, should be 292.000000
     1337Pixel (50, 43) is 291.828613, should be 293.000000
     1338Pixel (50, 44) is 292.821259, should be 294.000000
     1339Pixel (50, 45) is 293.777161, should be 295.000000
     1340Pixel (50, 46) is 294.700775, should be 296.000000
     1341Pixel (50, 47) is 295.602020, should be 297.000000
     1342Pixel (50, 48) is 296.495209, should be 298.000000
     1343Pixel (50, 49) is 297.397308, should be 299.000000
     1344Pixel (50, 50) is 298.325745, should be 300.000000
     1345Pixel (50, 51) is 299.295776, should be 301.000000
     1346Pixel (50, 52) is 300.318207, should be 302.000000
     1347Pixel (50, 53) is 301.396820, should be 303.000000
     1348Pixel (50, 54) is 302.526978, should be 304.000000
     1349Pixel (50, 55) is 303.694519, should be 305.000000
     1350Pixel (50, 56) is 304.876099, should be 306.000000
     1351Pixel (50, 61) is 309.721954, should be 311.000000
     1352Pixel (50, 62) is 310.203369, should be 312.000000
     1353Pixel (50, 63) is 310.450256, should be 313.000000
     1354Pixel (51, 1) is 254.856476, should be 256.000000
     1355Pixel (51, 2) is 255.337906, should be 257.000000
     1356Pixel (51, 3) is 256.030457, should be 258.000000
     1357Pixel (51, 4) is 256.901489, should be 259.000000
     1358Pixel (51, 5) is 257.911987, should be 260.000000
     1359Pixel (51, 6) is 259.019958, should be 261.000000
     1360Pixel (51, 7) is 260.183746, should be 262.000000
     1361Pixel (51, 8) is 261.365295, should be 263.000000
     1362Pixel (51, 9) is 262.532867, should be 264.000000
     1363Pixel (51, 10) is 263.662994, should be 265.000000
     1364Pixel (51, 11) is 264.741638, should be 266.000000
     1365Pixel (51, 12) is 265.764069, should be 267.000000
     1366Pixel (51, 13) is 266.734100, should be 268.000000
     1367Pixel (51, 14) is 267.662537, should be 269.000000
     1368Pixel (51, 15) is 268.564636, should be 270.000000
     1369Pixel (51, 16) is 269.457825, should be 271.000000
     1370Pixel (51, 17) is 270.359100, should be 272.000000
     1371Pixel (51, 18) is 271.282745, should be 273.000000
     1372Pixel (51, 19) is 272.238647, should be 274.000000
     1373Pixel (51, 20) is 273.231293, should be 275.000000
     1374Pixel (51, 21) is 274.259552, should be 276.000000
     1375Pixel (51, 22) is 275.317169, should be 277.000000
     1376Pixel (51, 23) is 276.393951, should be 278.000000
     1377Pixel (51, 24) is 277.477325, should be 279.000000
     1378Pixel (51, 25) is 278.554352, should be 280.000000
     1379Pixel (51, 26) is 279.613464, should be 281.000000
     1380Pixel (51, 27) is 280.646179, should be 282.000000
     1381Pixel (51, 28) is 281.648071, should be 283.000000
     1382Pixel (51, 29) is 282.619476, should be 284.000000
     1383Pixel (51, 30) is 283.565155, should be 285.000000
     1384Pixel (51, 31) is 284.493774, should be 286.000000
     1385Pixel (51, 32) is 285.416382, should be 287.000000
     1386Pixel (51, 33) is 286.345001, should be 288.000000
     1387Pixel (51, 34) is 287.290680, should be 289.000000
     1388Pixel (51, 35) is 288.262054, should be 290.000000
     1389Pixel (51, 36) is 289.263977, should be 291.000000
     1390Pixel (51, 37) is 290.296692, should be 292.000000
     1391Pixel (51, 38) is 291.355835, should be 293.000000
     1392Pixel (51, 39) is 292.432892, should be 294.000000
     1393Pixel (51, 40) is 293.516266, should be 295.000000
     1394Pixel (51, 41) is 294.593018, should be 296.000000
     1395Pixel (51, 42) is 295.650635, should be 297.000000
     1396Pixel (51, 43) is 296.678925, should be 298.000000
     1397Pixel (51, 44) is 297.671570, should be 299.000000
     1398Pixel (51, 45) is 298.627472, should be 300.000000
     1399Pixel (51, 46) is 299.551086, should be 301.000000
     1400Pixel (51, 47) is 300.452332, should be 302.000000
     1401Pixel (51, 48) is 301.345520, should be 303.000000
     1402Pixel (51, 49) is 302.247620, should be 304.000000
     1403Pixel (51, 50) is 303.176025, should be 305.000000
     1404Pixel (51, 51) is 304.146088, should be 306.000000
     1405Pixel (51, 52) is 305.168518, should be 307.000000
     1406Pixel (51, 53) is 306.247131, should be 308.000000
     1407Pixel (51, 54) is 307.377289, should be 309.000000
     1408Pixel (51, 55) is 308.544830, should be 310.000000
     1409Pixel (51, 56) is 309.726410, should be 311.000000
     1410Pixel (51, 57) is 310.890198, should be 312.000000
     1411Pixel (51, 58) is 311.998199, should be 313.000000
     1412Pixel (51, 60) is 313.879730, should be 315.000000
     1413Pixel (51, 61) is 314.572266, should be 316.000000
     1414Pixel (51, 62) is 315.053680, should be 317.000000
     1415Pixel (51, 63) is 315.300568, should be 318.000000
     1416Pixel (52, 1) is 259.968658, should be 261.000000
     1417Pixel (52, 2) is 260.450073, should be 262.000000
     1418Pixel (52, 3) is 261.142609, should be 263.000000
     1419Pixel (52, 4) is 262.013641, should be 264.000000
     1420Pixel (52, 5) is 263.024139, should be 265.000000
     1421Pixel (52, 6) is 264.132111, should be 266.000000
     1422Pixel (52, 7) is 265.295898, should be 267.000000
     1423Pixel (52, 8) is 266.477448, should be 268.000000
     1424Pixel (52, 9) is 267.645020, should be 269.000000
     1425Pixel (52, 10) is 268.775146, should be 270.000000
     1426Pixel (52, 11) is 269.853790, should be 271.000000
     1427Pixel (52, 12) is 270.876221, should be 272.000000
     1428Pixel (52, 13) is 271.846252, should be 273.000000
     1429Pixel (52, 14) is 272.774719, should be 274.000000
     1430Pixel (52, 15) is 273.676788, should be 275.000000
     1431Pixel (52, 16) is 274.569977, should be 276.000000
     1432Pixel (52, 17) is 275.471252, should be 277.000000
     1433Pixel (52, 18) is 276.394897, should be 278.000000
     1434Pixel (52, 19) is 277.350800, should be 279.000000
     1435Pixel (52, 20) is 278.343445, should be 280.000000
     1436Pixel (52, 21) is 279.371704, should be 281.000000
     1437Pixel (52, 22) is 280.429321, should be 282.000000
     1438Pixel (52, 23) is 281.506104, should be 283.000000
     1439Pixel (52, 24) is 282.589478, should be 284.000000
     1440Pixel (52, 25) is 283.666504, should be 285.000000
     1441Pixel (52, 26) is 284.725616, should be 286.000000
     1442Pixel (52, 27) is 285.758331, should be 287.000000
     1443Pixel (52, 28) is 286.760223, should be 288.000000
     1444Pixel (52, 29) is 287.731628, should be 289.000000
     1445Pixel (52, 30) is 288.677307, should be 290.000000
     1446Pixel (52, 31) is 289.605927, should be 291.000000
     1447Pixel (52, 32) is 290.528534, should be 292.000000
     1448Pixel (52, 33) is 291.457153, should be 293.000000
     1449Pixel (52, 34) is 292.402832, should be 294.000000
     1450Pixel (52, 35) is 293.374207, should be 295.000000
     1451Pixel (52, 36) is 294.376129, should be 296.000000
     1452Pixel (52, 37) is 295.408844, should be 297.000000
     1453Pixel (52, 38) is 296.467987, should be 298.000000
     1454Pixel (52, 39) is 297.545044, should be 299.000000
     1455Pixel (52, 40) is 298.628418, should be 300.000000
     1456Pixel (52, 41) is 299.705170, should be 301.000000
     1457Pixel (52, 42) is 300.762787, should be 302.000000
     1458Pixel (52, 43) is 301.791077, should be 303.000000
     1459Pixel (52, 44) is 302.783722, should be 304.000000
     1460Pixel (52, 45) is 303.739624, should be 305.000000
     1461Pixel (52, 46) is 304.663239, should be 306.000000
     1462Pixel (52, 47) is 305.564484, should be 307.000000
     1463Pixel (52, 48) is 306.457672, should be 308.000000
     1464Pixel (52, 49) is 307.359741, should be 309.000000
     1465Pixel (52, 50) is 308.288177, should be 310.000000
     1466Pixel (52, 51) is 309.258240, should be 311.000000
     1467Pixel (52, 52) is 310.280670, should be 312.000000
     1468Pixel (52, 53) is 311.359283, should be 313.000000
     1469Pixel (52, 54) is 312.489441, should be 314.000000
     1470Pixel (52, 55) is 313.656982, should be 315.000000
     1471Pixel (52, 56) is 314.838562, should be 316.000000
     1472Pixel (52, 60) is 318.991882, should be 320.000000
     1473Pixel (52, 61) is 319.684418, should be 321.000000
     1474Pixel (52, 62) is 320.165833, should be 322.000000
     1475Pixel (52, 63) is 320.412720, should be 323.000000
     1476Pixel (53, 2) is 265.843201, should be 267.000000
     1477Pixel (53, 3) is 266.535736, should be 268.000000
     1478Pixel (53, 4) is 267.406769, should be 269.000000
     1479Pixel (53, 5) is 268.417267, should be 270.000000
     1480Pixel (53, 6) is 269.525238, should be 271.000000
     1481Pixel (53, 7) is 270.689026, should be 272.000000
     1482Pixel (53, 8) is 271.870575, should be 273.000000
     1483Pixel (53, 16) is 279.963104, should be 281.000000
     1484Pixel (53, 17) is 280.864380, should be 282.000000
     1485Pixel (53, 18) is 281.788025, should be 283.000000
     1486Pixel (53, 19) is 282.743927, should be 284.000000
     1487Pixel (53, 20) is 283.736572, should be 285.000000
     1488Pixel (53, 21) is 284.764832, should be 286.000000
     1489Pixel (53, 22) is 285.822449, should be 287.000000
     1490Pixel (53, 23) is 286.899231, should be 288.000000
     1491Pixel (53, 24) is 287.982605, should be 289.000000
     1492Pixel (53, 31) is 294.999054, should be 296.000000
     1493Pixel (53, 32) is 295.921661, should be 297.000000
     1494Pixel (53, 33) is 296.850281, should be 298.000000
     1495Pixel (53, 34) is 297.795959, should be 299.000000
     1496Pixel (53, 35) is 298.767334, should be 300.000000
     1497Pixel (53, 36) is 299.769257, should be 301.000000
     1498Pixel (53, 37) is 300.801971, should be 302.000000
     1499Pixel (53, 38) is 301.861115, should be 303.000000
     1500Pixel (53, 39) is 302.938171, should be 304.000000
     1501Pixel (53, 47) is 310.957611, should be 312.000000
     1502Pixel (53, 48) is 311.850800, should be 313.000000
     1503Pixel (53, 49) is 312.752869, should be 314.000000
     1504Pixel (53, 50) is 313.681305, should be 315.000000
     1505Pixel (53, 51) is 314.651367, should be 316.000000
     1506Pixel (53, 52) is 315.673798, should be 317.000000
     1507Pixel (53, 53) is 316.752411, should be 318.000000
     1508Pixel (53, 54) is 317.882568, should be 319.000000
     1509Pixel (53, 62) is 325.558960, should be 327.000000
     1510Pixel (53, 63) is 325.805847, should be 328.000000
     1511Pixel (54, 63) is 331.456512, should be 333.000000
     1512Pixel (55, 0) is 276.603424, should be 275.000000
     1513Pixel (55, 59) is 335.002472, should be 334.000000
     1514Pixel (56, 0) is 282.511169, should be 280.000000
     1515Pixel (56, 1) is 282.758026, should be 281.000000
     1516Pixel (56, 2) is 283.239441, should be 282.000000
     1517Pixel (56, 7) is 288.085266, should be 287.000000
     1518Pixel (56, 8) is 289.266815, should be 288.000000
     1519Pixel (56, 9) is 290.434387, should be 289.000000
     1520Pixel (56, 10) is 291.564484, should be 290.000000
     1521Pixel (56, 11) is 292.643158, should be 291.000000
     1522Pixel (56, 12) is 293.665588, should be 292.000000
     1523Pixel (56, 13) is 294.635620, should be 293.000000
     1524Pixel (56, 14) is 295.564087, should be 294.000000
     1525Pixel (56, 15) is 296.466187, should be 295.000000
     1526Pixel (56, 16) is 297.359375, should be 296.000000
     1527Pixel (56, 17) is 298.260620, should be 297.000000
     1528Pixel (56, 18) is 299.184265, should be 298.000000
     1529Pixel (56, 19) is 300.140167, should be 299.000000
     1530Pixel (56, 20) is 301.132812, should be 300.000000
     1531Pixel (56, 21) is 302.161102, should be 301.000000
     1532Pixel (56, 22) is 303.218689, should be 302.000000
     1533Pixel (56, 23) is 304.295471, should be 303.000000
     1534Pixel (56, 24) is 305.378845, should be 304.000000
     1535Pixel (56, 25) is 306.455872, should be 305.000000
     1536Pixel (56, 26) is 307.514984, should be 306.000000
     1537Pixel (56, 27) is 308.547699, should be 307.000000
     1538Pixel (56, 28) is 309.549591, should be 308.000000
     1539Pixel (56, 29) is 310.520996, should be 309.000000
     1540Pixel (56, 30) is 311.466675, should be 310.000000
     1541Pixel (56, 31) is 312.395294, should be 311.000000
     1542Pixel (56, 32) is 313.317902, should be 312.000000
     1543Pixel (56, 33) is 314.246521, should be 313.000000
     1544Pixel (56, 34) is 315.192200, should be 314.000000
     1545Pixel (56, 35) is 316.163574, should be 315.000000
     1546Pixel (56, 36) is 317.165497, should be 316.000000
     1547Pixel (56, 37) is 318.198212, should be 317.000000
     1548Pixel (56, 38) is 319.257355, should be 318.000000
     1549Pixel (56, 39) is 320.334412, should be 319.000000
     1550Pixel (56, 40) is 321.417786, should be 320.000000
     1551Pixel (56, 41) is 322.494537, should be 321.000000
     1552Pixel (56, 42) is 323.552185, should be 322.000000
     1553Pixel (56, 43) is 324.580444, should be 323.000000
     1554Pixel (56, 44) is 325.573090, should be 324.000000
     1555Pixel (56, 45) is 326.528992, should be 325.000000
     1556Pixel (56, 46) is 327.452606, should be 326.000000
     1557Pixel (56, 47) is 328.353821, should be 327.000000
     1558Pixel (56, 48) is 329.247009, should be 328.000000
     1559Pixel (56, 49) is 330.149109, should be 329.000000
     1560Pixel (56, 50) is 331.077545, should be 330.000000
     1561Pixel (56, 51) is 332.047607, should be 331.000000
     1562Pixel (56, 52) is 333.070038, should be 332.000000
     1563Pixel (56, 53) is 334.148621, should be 333.000000
     1564Pixel (56, 54) is 335.278809, should be 334.000000
     1565Pixel (56, 55) is 336.446350, should be 335.000000
     1566Pixel (56, 56) is 337.627930, should be 336.000000
     1567Pixel (56, 57) is 338.791718, should be 337.000000
     1568Pixel (56, 58) is 339.899719, should be 338.000000
     1569Pixel (56, 59) is 340.910217, should be 339.000000
     1570Pixel (56, 60) is 341.781250, should be 340.000000
     1571Pixel (56, 61) is 342.473785, should be 341.000000
     1572Pixel (57, 0) is 288.330200, should be 285.000000
     1573Pixel (57, 1) is 288.577057, should be 286.000000
     1574Pixel (57, 2) is 289.058472, should be 287.000000
     1575Pixel (57, 3) is 289.751007, should be 288.000000
     1576Pixel (57, 4) is 290.622009, should be 289.000000
     1577Pixel (57, 5) is 291.632507, should be 290.000000
     1578Pixel (57, 6) is 292.740509, should be 291.000000
     1579Pixel (57, 7) is 293.904266, should be 292.000000
     1580Pixel (57, 8) is 295.085846, should be 293.000000
     1581Pixel (57, 9) is 296.253387, should be 294.000000
     1582Pixel (57, 10) is 297.383514, should be 295.000000
     1583Pixel (57, 11) is 298.462189, should be 296.000000
     1584Pixel (57, 12) is 299.484589, should be 297.000000
     1585Pixel (57, 13) is 300.454651, should be 298.000000
     1586Pixel (57, 14) is 301.383087, should be 299.000000
     1587Pixel (57, 15) is 302.285217, should be 300.000000
     1588Pixel (57, 16) is 303.178406, should be 301.000000
     1589Pixel (57, 17) is 304.079651, should be 302.000000
     1590Pixel (57, 18) is 305.003265, should be 303.000000
     1591Pixel (57, 19) is 305.959167, should be 304.000000
     1592Pixel (57, 20) is 306.951813, should be 305.000000
     1593Pixel (57, 21) is 307.980133, should be 306.000000
     1594Pixel (57, 22) is 309.037720, should be 307.000000
     1595Pixel (57, 23) is 310.114471, should be 308.000000
     1596Pixel (57, 24) is 311.197845, should be 309.000000
     1597Pixel (57, 25) is 312.274872, should be 310.000000
     1598Pixel (57, 26) is 313.334015, should be 311.000000
     1599Pixel (57, 27) is 314.366730, should be 312.000000
     1600Pixel (57, 28) is 315.368622, should be 313.000000
     1601Pixel (57, 29) is 316.339996, should be 314.000000
     1602Pixel (57, 30) is 317.285706, should be 315.000000
     1603Pixel (57, 31) is 318.214264, should be 316.000000
     1604Pixel (57, 32) is 319.136871, should be 317.000000
     1605Pixel (57, 33) is 320.065521, should be 318.000000
     1606Pixel (57, 34) is 321.011200, should be 319.000000
     1607Pixel (57, 35) is 321.982605, should be 320.000000
     1608Pixel (57, 36) is 322.984528, should be 321.000000
     1609Pixel (57, 37) is 324.017242, should be 322.000000
     1610Pixel (57, 38) is 325.076355, should be 323.000000
     1611Pixel (57, 39) is 326.153412, should be 324.000000
     1612Pixel (57, 40) is 327.236786, should be 325.000000
     1613Pixel (57, 41) is 328.313568, should be 326.000000
     1614Pixel (57, 42) is 329.371216, should be 327.000000
     1615Pixel (57, 43) is 330.399445, should be 328.000000
     1616Pixel (57, 44) is 331.392090, should be 329.000000
     1617Pixel (57, 45) is 332.347992, should be 330.000000
     1618Pixel (57, 46) is 333.271637, should be 331.000000
     1619Pixel (57, 47) is 334.172852, should be 332.000000
     1620Pixel (57, 48) is 335.066040, should be 333.000000
     1621Pixel (57, 49) is 335.968109, should be 334.000000
     1622Pixel (57, 50) is 336.896576, should be 335.000000
     1623Pixel (57, 51) is 337.866608, should be 336.000000
     1624Pixel (57, 52) is 338.889038, should be 337.000000
     1625Pixel (57, 53) is 339.967651, should be 338.000000
     1626Pixel (57, 54) is 341.097809, should be 339.000000
     1627Pixel (57, 55) is 342.265381, should be 340.000000
     1628Pixel (57, 56) is 343.446930, should be 341.000000
     1629Pixel (57, 57) is 344.610748, should be 342.000000
     1630Pixel (57, 58) is 345.718719, should be 343.000000
     1631Pixel (57, 59) is 346.729218, should be 344.000000
     1632Pixel (57, 60) is 347.600281, should be 345.000000
     1633Pixel (57, 61) is 348.292816, should be 346.000000
     1634Pixel (57, 62) is 348.774231, should be 347.000000
     1635Pixel (57, 63) is 349.021118, should be 348.000000
     1636Pixel (58, 0) is 293.870117, should be 290.000000
     1637Pixel (58, 1) is 294.116943, should be 291.000000
     1638Pixel (58, 2) is 294.598358, should be 292.000000
     1639Pixel (58, 3) is 295.290894, should be 293.000000
     1640Pixel (58, 4) is 296.161926, should be 294.000000
     1641Pixel (58, 5) is 297.172424, should be 295.000000
     1642Pixel (58, 6) is 298.280396, should be 296.000000
     1643Pixel (58, 7) is 299.444183, should be 297.000000
     1644Pixel (58, 8) is 300.625732, should be 298.000000
     1645Pixel (58, 9) is 301.793304, should be 299.000000
     1646Pixel (58, 10) is 302.923401, should be 300.000000
     1647Pixel (58, 11) is 304.002045, should be 301.000000
     1648Pixel (58, 12) is 305.024506, should be 302.000000
     1649Pixel (58, 13) is 305.994537, should be 303.000000
     1650Pixel (58, 14) is 306.923004, should be 304.000000
     1651Pixel (58, 15) is 307.825104, should be 305.000000
     1652Pixel (58, 16) is 308.718292, should be 306.000000
     1653Pixel (58, 17) is 309.619537, should be 307.000000
     1654Pixel (58, 18) is 310.543182, should be 308.000000
     1655Pixel (58, 19) is 311.499084, should be 309.000000
     1656Pixel (58, 20) is 312.491760, should be 310.000000
     1657Pixel (58, 21) is 313.520020, should be 311.000000
     1658Pixel (58, 22) is 314.577606, should be 312.000000
     1659Pixel (58, 23) is 315.654388, should be 313.000000
     1660Pixel (58, 24) is 316.737762, should be 314.000000
     1661Pixel (58, 25) is 317.814789, should be 315.000000
     1662Pixel (58, 26) is 318.873901, should be 316.000000
     1663Pixel (58, 27) is 319.906616, should be 317.000000
     1664Pixel (58, 28) is 320.908508, should be 318.000000
     1665Pixel (58, 29) is 321.879913, should be 319.000000
     1666Pixel (58, 30) is 322.825592, should be 320.000000
     1667Pixel (58, 31) is 323.754181, should be 321.000000
     1668Pixel (58, 32) is 324.676788, should be 322.000000
     1669Pixel (58, 33) is 325.605438, should be 323.000000
     1670Pixel (58, 34) is 326.551117, should be 324.000000
     1671Pixel (58, 35) is 327.522491, should be 325.000000
     1672Pixel (58, 36) is 328.524414, should be 326.000000
     1673Pixel (58, 37) is 329.557129, should be 327.000000
     1674Pixel (58, 38) is 330.616272, should be 328.000000
     1675Pixel (58, 39) is 331.693329, should be 329.000000
     1676Pixel (58, 40) is 332.776703, should be 330.000000
     1677Pixel (58, 41) is 333.853455, should be 331.000000
     1678Pixel (58, 42) is 334.911102, should be 332.000000
     1679Pixel (58, 43) is 335.939392, should be 333.000000
     1680Pixel (58, 44) is 336.932007, should be 334.000000
     1681Pixel (58, 45) is 337.887909, should be 335.000000
     1682Pixel (58, 46) is 338.811523, should be 336.000000
     1683Pixel (58, 47) is 339.712738, should be 337.000000
     1684Pixel (58, 48) is 340.605927, should be 338.000000
     1685Pixel (58, 49) is 341.508026, should be 339.000000
     1686Pixel (58, 50) is 342.436462, should be 340.000000
     1687Pixel (58, 51) is 343.406525, should be 341.000000
     1688Pixel (58, 52) is 344.428925, should be 342.000000
     1689Pixel (58, 53) is 345.507538, should be 343.000000
     1690Pixel (58, 54) is 346.637726, should be 344.000000
     1691Pixel (58, 55) is 347.805267, should be 345.000000
     1692Pixel (58, 56) is 348.986847, should be 346.000000
     1693Pixel (58, 57) is 350.150635, should be 347.000000
     1694Pixel (58, 58) is 351.258636, should be 348.000000
     1695Pixel (58, 59) is 352.269135, should be 349.000000
     1696Pixel (58, 60) is 353.140167, should be 350.000000
     1697Pixel (58, 61) is 353.832703, should be 351.000000
     1698Pixel (58, 62) is 354.314117, should be 352.000000
     1699Pixel (58, 63) is 354.561035, should be 353.000000
     1700Pixel (59, 0) is 298.922668, should be 295.000000
     1701Pixel (59, 1) is 299.169495, should be 296.000000
     1702Pixel (59, 2) is 299.650909, should be 297.000000
     1703Pixel (59, 3) is 300.343445, should be 298.000000
     1704Pixel (59, 4) is 301.214478, should be 299.000000
     1705Pixel (59, 5) is 302.224976, should be 300.000000
     1706Pixel (59, 6) is 303.332947, should be 301.000000
     1707Pixel (59, 7) is 304.496735, should be 302.000000
     1708Pixel (59, 8) is 305.678284, should be 303.000000
     1709Pixel (59, 9) is 306.845856, should be 304.000000
     1710Pixel (59, 10) is 307.975952, should be 305.000000
     1711Pixel (59, 11) is 309.054596, should be 306.000000
     1712Pixel (59, 12) is 310.077057, should be 307.000000
     1713Pixel (59, 13) is 311.047089, should be 308.000000
     1714Pixel (59, 14) is 311.975555, should be 309.000000
     1715Pixel (59, 15) is 312.877655, should be 310.000000
     1716Pixel (59, 16) is 313.770844, should be 311.000000
     1717Pixel (59, 17) is 314.672119, should be 312.000000
     1718Pixel (59, 18) is 315.595734, should be 313.000000
     1719Pixel (59, 19) is 316.551636, should be 314.000000
     1720Pixel (59, 20) is 317.544312, should be 315.000000
     1721Pixel (59, 21) is 318.572571, should be 316.000000
     1722Pixel (59, 22) is 319.630157, should be 317.000000
     1723Pixel (59, 23) is 320.706940, should be 318.000000
     1724Pixel (59, 24) is 321.790314, should be 319.000000
     1725Pixel (59, 25) is 322.867340, should be 320.000000
     1726Pixel (59, 26) is 323.926453, should be 321.000000
     1727Pixel (59, 27) is 324.959167, should be 322.000000
     1728Pixel (59, 28) is 325.961060, should be 323.000000
     1729Pixel (59, 29) is 326.932465, should be 324.000000
     1730Pixel (59, 30) is 327.878143, should be 325.000000
     1731Pixel (59, 31) is 328.806732, should be 326.000000
     1732Pixel (59, 32) is 329.729340, should be 327.000000
     1733Pixel (59, 33) is 330.657990, should be 328.000000
     1734Pixel (59, 34) is 331.603668, should be 329.000000
     1735Pixel (59, 35) is 332.575043, should be 330.000000
     1736Pixel (59, 36) is 333.576965, should be 331.000000
     1737Pixel (59, 37) is 334.609680, should be 332.000000
     1738Pixel (59, 38) is 335.668823, should be 333.000000
     1739Pixel (59, 39) is 336.745880, should be 334.000000
     1740Pixel (59, 40) is 337.829254, should be 335.000000
     1741Pixel (59, 41) is 338.906006, should be 336.000000
     1742Pixel (59, 42) is 339.963654, should be 337.000000
     1743Pixel (59, 43) is 340.991943, should be 338.000000
     1744Pixel (59, 44) is 341.984558, should be 339.000000
     1745Pixel (59, 45) is 342.940460, should be 340.000000
     1746Pixel (59, 46) is 343.864044, should be 341.000000
     1747Pixel (59, 47) is 344.765289, should be 342.000000
     1748Pixel (59, 48) is 345.658478, should be 343.000000
     1749Pixel (59, 49) is 346.560577, should be 344.000000
     1750Pixel (59, 50) is 347.489014, should be 345.000000
     1751Pixel (59, 51) is 348.459076, should be 346.000000
     1752Pixel (59, 52) is 349.481476, should be 347.000000
     1753Pixel (59, 53) is 350.560089, should be 348.000000
     1754Pixel (59, 54) is 351.690277, should be 349.000000
     1755Pixel (59, 55) is 352.857819, should be 350.000000
     1756Pixel (59, 56) is 354.039398, should be 351.000000
     1757Pixel (59, 57) is 355.203186, should be 352.000000
     1758Pixel (59, 58) is 356.311188, should be 353.000000
     1759Pixel (59, 59) is 357.321686, should be 354.000000
     1760Pixel (59, 60) is 358.192719, should be 355.000000
     1761Pixel (59, 61) is 358.885254, should be 356.000000
     1762Pixel (59, 62) is 359.366669, should be 357.000000
     1763Pixel (59, 63) is 359.613586, should be 358.000000
     1764Pixel (60, 0) is 303.277740, should be 300.000000
     1765Pixel (60, 1) is 303.524597, should be 301.000000
     1766Pixel (60, 2) is 304.006012, should be 302.000000
     1767Pixel (60, 3) is 304.698547, should be 303.000000
     1768Pixel (60, 4) is 305.569550, should be 304.000000
     1769Pixel (60, 5) is 306.580048, should be 305.000000
     1770Pixel (60, 6) is 307.688049, should be 306.000000
     1771Pixel (60, 7) is 308.851807, should be 307.000000
     1772Pixel (60, 8) is 310.033386, should be 308.000000
     1773Pixel (60, 9) is 311.200897, should be 309.000000
     1774Pixel (60, 10) is 312.331055, should be 310.000000
     1775Pixel (60, 11) is 313.409698, should be 311.000000
     1776Pixel (60, 12) is 314.432129, should be 312.000000
     1777Pixel (60, 13) is 315.402191, should be 313.000000
     1778Pixel (60, 14) is 316.330627, should be 314.000000
     1779Pixel (60, 15) is 317.232758, should be 315.000000
     1780Pixel (60, 16) is 318.125946, should be 316.000000
     1781Pixel (60, 17) is 319.027222, should be 317.000000
     1782Pixel (60, 18) is 319.950806, should be 318.000000
     1783Pixel (60, 19) is 320.906708, should be 319.000000
     1784Pixel (60, 20) is 321.899384, should be 320.000000
     1785Pixel (60, 21) is 322.927673, should be 321.000000
     1786Pixel (60, 22) is 323.985291, should be 322.000000
     1787Pixel (60, 23) is 325.062012, should be 323.000000
     1788Pixel (60, 24) is 326.145386, should be 324.000000
     1789Pixel (60, 25) is 327.222412, should be 325.000000
     1790Pixel (60, 26) is 328.281555, should be 326.000000
     1791Pixel (60, 27) is 329.314270, should be 327.000000
     1792Pixel (60, 28) is 330.316162, should be 328.000000
     1793Pixel (60, 29) is 331.287537, should be 329.000000
     1794Pixel (60, 30) is 332.233246, should be 330.000000
     1795Pixel (60, 31) is 333.161804, should be 331.000000
     1796Pixel (60, 32) is 334.084412, should be 332.000000
     1797Pixel (60, 33) is 335.013062, should be 333.000000
     1798Pixel (60, 34) is 335.958740, should be 334.000000
     1799Pixel (60, 35) is 336.930145, should be 335.000000
     1800Pixel (60, 36) is 337.932068, should be 336.000000
     1801Pixel (60, 37) is 338.964783, should be 337.000000
     1802Pixel (60, 38) is 340.023895, should be 338.000000
     1803Pixel (60, 39) is 341.100952, should be 339.000000
     1804Pixel (60, 40) is 342.184326, should be 340.000000
     1805Pixel (60, 41) is 343.261139, should be 341.000000
     1806Pixel (60, 42) is 344.318756, should be 342.000000
     1807Pixel (60, 43) is 345.347015, should be 343.000000
     1808Pixel (60, 44) is 346.339630, should be 344.000000
     1809Pixel (60, 45) is 347.295532, should be 345.000000
     1810Pixel (60, 46) is 348.219147, should be 346.000000
     1811Pixel (60, 47) is 349.120392, should be 347.000000
     1812Pixel (60, 48) is 350.013580, should be 348.000000
     1813Pixel (60, 49) is 350.915649, should be 349.000000
     1814Pixel (60, 50) is 351.844116, should be 350.000000
     1815Pixel (60, 51) is 352.814148, should be 351.000000
     1816Pixel (60, 52) is 353.836548, should be 352.000000
     1817Pixel (60, 53) is 354.915192, should be 353.000000
     1818Pixel (60, 54) is 356.045319, should be 354.000000
     1819Pixel (60, 55) is 357.212921, should be 355.000000
     1820Pixel (60, 56) is 358.394470, should be 356.000000
     1821Pixel (60, 57) is 359.558289, should be 357.000000
     1822Pixel (60, 58) is 360.666260, should be 358.000000
     1823Pixel (60, 59) is 361.676758, should be 359.000000
     1824Pixel (60, 60) is 362.547821, should be 360.000000
     1825Pixel (60, 61) is 363.240356, should be 361.000000
     1826Pixel (60, 62) is 363.721771, should be 362.000000
     1827Pixel (61, 0) is 306.740479, should be 305.000000
     1828Pixel (61, 57) is 363.020996, should be 362.000000
     1829Pixel (61, 58) is 364.128998, should be 363.000000
     1830Pixel (61, 59) is 365.139496, should be 364.000000
     1831Pixel (61, 60) is 366.010529, should be 365.000000
     1832Pixel (62, 1) is 309.394470, should be 311.000000
     1833Pixel (62, 2) is 309.875885, should be 312.000000
     1834Pixel (62, 3) is 310.568420, should be 313.000000
     1835Pixel (62, 4) is 311.439453, should be 314.000000
     1836Pixel (62, 5) is 312.449951, should be 315.000000
     1837Pixel (62, 6) is 313.557922, should be 316.000000
     1838Pixel (62, 7) is 314.721710, should be 317.000000
     1839Pixel (62, 8) is 315.903259, should be 318.000000
     1840Pixel (62, 9) is 317.070801, should be 319.000000
     1841Pixel (62, 10) is 318.200928, should be 320.000000
     1842Pixel (62, 11) is 319.279572, should be 321.000000
     1843Pixel (62, 12) is 320.302032, should be 322.000000
     1844Pixel (62, 13) is 321.272064, should be 323.000000
     1845Pixel (62, 14) is 322.200531, should be 324.000000
     1846Pixel (62, 15) is 323.102631, should be 325.000000
     1847Pixel (62, 16) is 323.995819, should be 326.000000
     1848Pixel (62, 17) is 324.897095, should be 327.000000
     1849Pixel (62, 18) is 325.820709, should be 328.000000
     1850Pixel (62, 19) is 326.776611, should be 329.000000
     1851Pixel (62, 20) is 327.769287, should be 330.000000
     1852Pixel (62, 21) is 328.797546, should be 331.000000
     1853Pixel (62, 22) is 329.855164, should be 332.000000
     1854Pixel (62, 23) is 330.931915, should be 333.000000
     1855Pixel (62, 24) is 332.015289, should be 334.000000
     1856Pixel (62, 25) is 333.092316, should be 335.000000
     1857Pixel (62, 26) is 334.151428, should be 336.000000
     1858Pixel (62, 27) is 335.184143, should be 337.000000
     1859Pixel (62, 28) is 336.186035, should be 338.000000
     1860Pixel (62, 29) is 337.157440, should be 339.000000
     1861Pixel (62, 30) is 338.103119, should be 340.000000
     1862Pixel (62, 31) is 339.031708, should be 341.000000
     1863Pixel (62, 32) is 339.954315, should be 342.000000
     1864Pixel (62, 33) is 340.882965, should be 343.000000
     1865Pixel (62, 34) is 341.828644, should be 344.000000
     1866Pixel (62, 35) is 342.800018, should be 345.000000
     1867Pixel (62, 36) is 343.801941, should be 346.000000
     1868Pixel (62, 37) is 344.834656, should be 347.000000
     1869Pixel (62, 38) is 345.893799, should be 348.000000
     1870Pixel (62, 39) is 346.970856, should be 349.000000
     1871Pixel (62, 40) is 348.054230, should be 350.000000
     1872Pixel (62, 41) is 349.131012, should be 351.000000
     1873Pixel (62, 42) is 350.188629, should be 352.000000
     1874Pixel (62, 43) is 351.216919, should be 353.000000
     1875Pixel (62, 44) is 352.209534, should be 354.000000
     1876Pixel (62, 45) is 353.165436, should be 355.000000
     1877Pixel (62, 46) is 354.089020, should be 356.000000
     1878Pixel (62, 47) is 354.990265, should be 357.000000
     1879Pixel (62, 48) is 355.883453, should be 358.000000
     1880Pixel (62, 49) is 356.785553, should be 359.000000
     1881Pixel (62, 50) is 357.713989, should be 360.000000
     1882Pixel (62, 51) is 358.684052, should be 361.000000
     1883Pixel (62, 52) is 359.706451, should be 362.000000
     1884Pixel (62, 53) is 360.785065, should be 363.000000
     1885Pixel (62, 54) is 361.915222, should be 364.000000
     1886Pixel (62, 55) is 363.082794, should be 365.000000
     1887Pixel (62, 56) is 364.264374, should be 366.000000
     1888Pixel (62, 57) is 365.428162, should be 367.000000
     1889Pixel (62, 58) is 366.536163, should be 368.000000
     1890Pixel (62, 59) is 367.546661, should be 369.000000
     1891Pixel (62, 60) is 368.417694, should be 370.000000
     1892Pixel (62, 61) is 369.110229, should be 371.000000
     1893Pixel (62, 62) is 369.591644, should be 372.000000
     1894Pixel (62, 63) is 369.838562, should be 373.000000
     1895Pixel (63, 0) is 310.381958, should be 315.000000
     1896Pixel (63, 1) is 310.628784, should be 316.000000
     1897Pixel (63, 2) is 311.110199, should be 317.000000
     1898Pixel (63, 3) is 311.802734, should be 318.000000
     1899Pixel (63, 4) is 312.673767, should be 319.000000
     1900Pixel (63, 5) is 313.684265, should be 320.000000
     1901Pixel (63, 6) is 314.792236, should be 321.000000
     1902Pixel (63, 7) is 315.956024, should be 322.000000
     1903Pixel (63, 8) is 317.137573, should be 323.000000
     1904Pixel (63, 9) is 318.305115, should be 324.000000
     1905Pixel (63, 10) is 319.435242, should be 325.000000
     1906Pixel (63, 11) is 320.513885, should be 326.000000
     1907Pixel (63, 12) is 321.536346, should be 327.000000
     1908Pixel (63, 13) is 322.506378, should be 328.000000
     1909Pixel (63, 14) is 323.434845, should be 329.000000
     1910Pixel (63, 15) is 324.336945, should be 330.000000
     1911Pixel (63, 16) is 325.230133, should be 331.000000
     1912Pixel (63, 17) is 326.131409, should be 332.000000
     1913Pixel (63, 18) is 327.055023, should be 333.000000
     1914Pixel (63, 19) is 328.010925, should be 334.000000
     1915Pixel (63, 20) is 329.003601, should be 335.000000
     1916Pixel (63, 21) is 330.031860, should be 336.000000
     1917Pixel (63, 22) is 331.089478, should be 337.000000
     1918Pixel (63, 23) is 332.166229, should be 338.000000
     1919Pixel (63, 24) is 333.249603, should be 339.000000
     1920Pixel (63, 25) is 334.326630, should be 340.000000
     1921Pixel (63, 26) is 335.385742, should be 341.000000
     1922Pixel (63, 27) is 336.418457, should be 342.000000
     1923Pixel (63, 28) is 337.420349, should be 343.000000
     1924Pixel (63, 29) is 338.391754, should be 344.000000
     1925Pixel (63, 30) is 339.337433, should be 345.000000
     1926Pixel (63, 31) is 340.266022, should be 346.000000
     1927Pixel (63, 32) is 341.188629, should be 347.000000
     1928Pixel (63, 33) is 342.117279, should be 348.000000
     1929Pixel (63, 34) is 343.062958, should be 349.000000
     1930Pixel (63, 35) is 344.034332, should be 350.000000
     1931Pixel (63, 36) is 345.036255, should be 351.000000
     1932Pixel (63, 37) is 346.068970, should be 352.000000
     1933Pixel (63, 38) is 347.128113, should be 353.000000
     1934Pixel (63, 39) is 348.205170, should be 354.000000
     1935Pixel (63, 40) is 349.288544, should be 355.000000
     1936Pixel (63, 41) is 350.365326, should be 356.000000
     1937Pixel (63, 42) is 351.422943, should be 357.000000
     1938Pixel (63, 43) is 352.451233, should be 358.000000
     1939Pixel (63, 44) is 353.443848, should be 359.000000
     1940Pixel (63, 45) is 354.399750, should be 360.000000
     1941Pixel (63, 46) is 355.323334, should be 361.000000
     1942Pixel (63, 47) is 356.224579, should be 362.000000
     1943Pixel (63, 48) is 357.117767, should be 363.000000
     1944Pixel (63, 49) is 358.019867, should be 364.000000
     1945Pixel (63, 50) is 358.948303, should be 365.000000
     1946Pixel (63, 51) is 359.918365, should be 366.000000
     1947Pixel (63, 52) is 360.940765, should be 367.000000
     1948Pixel (63, 53) is 362.019379, should be 368.000000
     1949Pixel (63, 54) is 363.149536, should be 369.000000
     1950Pixel (63, 55) is 364.317108, should be 370.000000
     1951Pixel (63, 56) is 365.498688, should be 371.000000
     1952Pixel (63, 57) is 366.662476, should be 372.000000
     1953Pixel (63, 58) is 367.770477, should be 373.000000
     1954Pixel (63, 59) is 368.780975, should be 374.000000
     1955Pixel (63, 60) is 369.652008, should be 375.000000
     1956Pixel (63, 61) is 370.344543, should be 376.000000
     1957Pixel (63, 62) is 370.825958, should be 377.000000
     1958Pixel (63, 63) is 371.072876, should be 378.000000
    341959
    351960---> TESTPOINT PASSED (psImageStats functions{Calculate Chebyshev Polynomials, no mask} | tst_psImageStats02.c)
  • trunk/psLib/test/runTest

    r854 r1198  
    3030#
    3131#  $Revison:  $  $Name: not supported by cvs2svn $
    32 #  $Date: 2004-06-04 02:41:17 $
     32#  $Date: 2004-07-08 19:34:18 $
    3333#
    3434#  Copyright 2004 Maui High Performance Computering Center, University of Hawaii
     
    108108        open(MODFILE, ">temp/$testFile.stdout.mod");
    109109        # Replace the variable date, time and host information with constants
     110        $hostname = `hostname`;
     111        chop $hostname;
    110112        while( <OUTFILE> ) {
    111113            s/\d+:\d+:\d+/ <DATE> /;
    112114            s/\s+\d+:\d+:\d+\w/ <TIME> /;
    113             s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
     115            s/$hostname/<HOST>/;
    114116            # Filter lines with malloc.  This is an artifact of memory testing
    115117            # with the Mac testbed
     
    131133            s/\d+:\d+:\d+/ <DATE> /;
    132134            s/\s+\d+:\d+:\d+\w/ <TIME> /;
    133             s/\|\s*[\w\.\-\_]+\s*\|/<HOST> |/;
     135            s/$hostname/<HOST>/;
    134136            # Filter lines with malloc.  This is an artifact of memory testing
    135137            # with the Mac testbed
  • trunk/psLib/test/sysUtils/verified/atst_psAbort_01.stderr

    r1034 r1198  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> <HOST> |A|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
     7 <DATE> <TIME> |<HOST>|A|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
  • trunk/psLib/test/sysUtils/verified/atst_psAbort_02.stderr

    r1034 r1198  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> <HOST> |A|       __LINE__|NO_VALUES
     7 <DATE> <TIME> |<HOST>|A|       __LINE__|NO_VALUES
  • trunk/psLib/test/sysUtils/verified/atst_psAbort_03.stderr

    r1034 r1198  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> <HOST> |A|               |
     7 <DATE> <TIME> |<HOST>|A|               |
  • trunk/psLib/test/sysUtils/verified/tst_psError.stderr

    r1034 r1198  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> <HOST> |E|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
     7 <DATE> <TIME> |<HOST>|E|           main|ALL TYPES intval = 1 longval = 2 floatval = 3.010000 charval = E strval = E R R O R
    88
    99---> TESTPOINT PASSED (psError{Multiple type values in error message} | tst_psError.c)
     
    1515\**********************************************************************************/
    1616
    17  <DATE> <TIME> <HOST> |E|       __LINE__|NO VALUES
     17 <DATE> <TIME> |<HOST>|E|       __LINE__|NO VALUES
    1818
    1919---> TESTPOINT PASSED (psError{String values in error message} | tst_psError.c)
     
    2525\**********************************************************************************/
    2626
    27  <DATE> <TIME> <HOST> |E|               |
     27 <DATE> <TIME> |<HOST>|E|               |
    2828
    2929---> TESTPOINT PASSED (psError{Empty strings in error message} | tst_psError.c)
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg00.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0 0.000000 beep beep
    2  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1 1.000000 beep beep
    3  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2 2.000000 beep beep
    4  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3 3.000000 beep beep
    5  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0 0.000000 beep beep
    6  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1 1.000000 beep beep
    7  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2 2.000000 beep beep
    8  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3 3.000000 beep beep
     1 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0 0.000000 beep beep
     2 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1 1.000000 beep beep
     3 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2 2.000000 beep beep
     4 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3 3.000000 beep beep
     5 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0 0.000000 beep beep
     6 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1 1.000000 beep beep
     7 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2 2.000000 beep beep
     8 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3 3.000000 beep beep
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg01.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
    2  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
    3  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
    4  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
    5  <DATE> <TIME> <HOST> |4|           main|Hello World!  My level is 4
    6  <DATE> <TIME> <HOST> |5|           main|Hello World!  My level is 5
    7  <DATE> <TIME> <HOST> |6|           main|Hello World!  My level is 6
    8  <DATE> <TIME> <HOST> |7|           main|Hello World!  My level is 7
    9  <DATE> <TIME> <HOST> |8|           main|Hello World!  My level is 8
    10  <DATE> <TIME> <HOST> |9|           main|Hello World!  My level is 9
    11  <DATE> <TIME> <HOST> |4|           main|This should  be displayed (level 4)
     1 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0
     2 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1
     3 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2
     4 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3
     5 <DATE> <TIME> |<HOST>|4|           main|Hello World!  My level is 4
     6 <DATE> <TIME> |<HOST>|5|           main|Hello World!  My level is 5
     7 <DATE> <TIME> |<HOST>|6|           main|Hello World!  My level is 6
     8 <DATE> <TIME> |<HOST>|7|           main|Hello World!  My level is 7
     9 <DATE> <TIME> |<HOST>|8|           main|Hello World!  My level is 8
     10 <DATE> <TIME> |<HOST>|9|           main|Hello World!  My level is 9
     11 <DATE> <TIME> |<HOST>|4|           main|This should  be displayed (level 4)
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg02.stderr

    r1196 r1198  
    11------------- psLogSetFormat() -------------
    2  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
    3  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
    4  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
    5  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     2 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0
     3 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1
     4 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2
     5 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3
    66------------- psLogSetFormat(NULL) -------------
    77------------- psLogSetFormat(T) -------------
     
    1111 <DATE> <TIME> |
    1212------------- psLogSetFormat(H) -------------
    13 shire               |
    14 shire               |
    15 shire               |
    16 shire               |
     13<HOST>|
     14<HOST>|
     15<HOST>|
     16<HOST>|
    1717------------- psLogSetFormat(L) -------------
    1818A|
     
    3131Hello World!  My level is 3
    3232------------- psLogSetFormat(THLNM) -------------
    33  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
    34  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
    35  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
    36  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
    37  <DATE> <TIME> <HOST> |A| Under 15 chars|Hello World!
    38  <DATE> <TIME> <HOST> |A|This string is |Hello World!
    39  <DATE> <TIME> <HOST> |A|           main|Line #1
    40  <DATE> <TIME> <HOST> |A|           main|Line #2
    41  <DATE> <TIME> <HOST> |A|           main|Line #3
    42  <DATE> <TIME> <HOST> |A|           main|Line #4
     33 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0
     34 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1
     35 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2
     36 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3
     37 <DATE> <TIME> |<HOST>|A| Under 15 chars|Hello World!
     38 <DATE> <TIME> |<HOST>|A|This string is |Hello World!
     39 <DATE> <TIME> |<HOST>|A|           main|Line #1
     40 <DATE> <TIME> |<HOST>|A|           main|Line #2
     41 <DATE> <TIME> |<HOST>|A|           main|Line #3
     42 <DATE> <TIME> |<HOST>|A|           main|Line #4
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stderr

    r1018 r1198  
    1  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
    2  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
    3  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
    4  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     1 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0
     2 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1
     3 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2
     4 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3
  • trunk/psLib/test/sysUtils/verified/tst_psLogMsg03.stdout

    r1156 r1198  
    88------------- psLogSetDestination(PS_LOG_TO_STDERR) -------------
    99------------- psLogSetDestination(PS_LOG_TO_STDOUT) -------------
    10  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
    11  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
    12  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
    13  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     10 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0
     11 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1
     12 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2
     13 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3
    1414--------------- psLogSetDestination(file:log.txt) ---------------
    1515--------------------- The Contents of log.txt -------------------
    16  <DATE> <TIME> <HOST> |A|           main|Hello World!  My level is 0
    17  <DATE> <TIME> <HOST> |E|           main|Hello World!  My level is 1
    18  <DATE> <TIME> <HOST> |W|           main|Hello World!  My level is 2
    19  <DATE> <TIME> <HOST> |I|           main|Hello World!  My level is 3
     16 <DATE> <TIME> |<HOST>|A|           main|Hello World!  My level is 0
     17 <DATE> <TIME> |<HOST>|E|           main|Hello World!  My level is 1
     18 <DATE> <TIME> |<HOST>|W|           main|Hello World!  My level is 2
     19 <DATE> <TIME> |<HOST>|I|           main|Hello World!  My level is 3
    2020
    2121---> TESTPOINT PASSED (psLogMsg functions{psLogSetDestination()} | tst_psLogMsg03.c)
  • trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr

    r1196 r1198  
    55\**********************************************************************************/
    66
    7  <DATE> <TIME> <HOST> |I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
     7 <DATE> <TIME> |<HOST>|I|TPCheckBufferPo|psAlloc shall allocate memory blocks writeable by caller.
    88
    99---> TESTPOINT PASSED (psMemory{checkBufferPositive} | tst_psMemory.c)
     
    1515\**********************************************************************************/
    1616
    17  <DATE> <TIME> <HOST> |I|  TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
    18  <DATE> <TIME> <HOST> |I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
    19  <DATE> <TIME> <HOST> |A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:208
     17 <DATE> <TIME> |<HOST>|I|  TPOutOfMemory|Upon requesting more memory than is available, psalloc shall call the psMemExhaustedCallback.
     18 <DATE> <TIME> |<HOST>|I|TPOutOfMemoryEx|Custom MemExhaustedCallback was invoked.
     19 <DATE> <TIME> |<HOST>|A|      p_psAlloc|Failed to allocate 4294966295 bytes at tst_psMemory.c:208
    2020
    2121---> TESTPOINT PASSED (psMemory{outOfMemory} | tst_psMemory.c)
     
    2727\**********************************************************************************/
    2828
    29  <DATE> <TIME> <HOST> |I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
    30  <DATE> <TIME> <HOST> |A|    p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:173
     29 <DATE> <TIME> |<HOST>|I|TPReallocOutOfM|Upon requesting more memory than is available, psRealloc shall call the psMemExhaustedCallback.
     30 <DATE> <TIME> |<HOST>|A|    p_psRealloc|Failed to reallocate -1001 bytes at tst_psMemory.c:173
    3131
    3232---> TESTPOINT PASSED (psMemory{reallocOutOfMemory} | tst_psMemory.c)
     
    3838\**********************************************************************************/
    3939
    40  <DATE> <TIME> <HOST> |I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
    41  <DATE> <TIME> <HOST> |I|      TPrealloc|Expanding memory buffer.
    42  <DATE> <TIME> <HOST> |I|      TPrealloc|Shrinking memory buffer.
     40 <DATE> <TIME> |<HOST>|I|      TPrealloc|psRealloc shall increase/decrease memory buffer while preserving contents
     41 <DATE> <TIME> |<HOST>|I|      TPrealloc|Expanding memory buffer.
     42 <DATE> <TIME> |<HOST>|I|      TPrealloc|Shrinking memory buffer.
    4343
    4444---> TESTPOINT PASSED (psMemory{psRealloc} | tst_psMemory.c)
     
    5050\**********************************************************************************/
    5151
    52  <DATE> <TIME> <HOST> |I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
    53  <DATE> <TIME> <HOST> |I|memAllocateCall|block 2 was (re)allocated
    54  <DATE> <TIME> <HOST> |I|memAllocateCall|block 3 was (re)allocated
    55  <DATE> <TIME> <HOST> |I|memFreeCallback|block 2 was freed
    56  <DATE> <TIME> <HOST> |I|memFreeCallback|block 3 was freed
    57  <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
    58  <DATE> <TIME> <HOST> |I|memAllocateCall|block 4 was (re)allocated
    59  <DATE> <TIME> <HOST> |I|memFreeCallback|block 4 was freed
     52 <DATE> <TIME> |<HOST>|I|TPallocCallback|call to psAlloc/psRealloc shall generate a callback if specified memory ID is allocated.
     53 <DATE> <TIME> |<HOST>|I|memAllocateCall|block 2 was (re)allocated
     54 <DATE> <TIME> |<HOST>|I|memAllocateCall|block 3 was (re)allocated
     55 <DATE> <TIME> |<HOST>|I|memFreeCallback|block 2 was freed
     56 <DATE> <TIME> |<HOST>|I|memFreeCallback|block 3 was freed
     57 <DATE> <TIME> |<HOST>|I|memAllocateCall|block 4 was (re)allocated
     58 <DATE> <TIME> |<HOST>|I|memAllocateCall|block 4 was (re)allocated
     59 <DATE> <TIME> |<HOST>|I|memFreeCallback|block 4 was freed
    6060
    6161---> TESTPOINT PASSED (psMemory{allocCallback} | tst_psMemory.c)
     
    6767\**********************************************************************************/
    6868
    69  <DATE> <TIME> <HOST> |I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
    70  <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
     69 <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|psMemCheckLeaks shall return the number of blocks above an ID that are still allocated
     70 <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce one instance.
    7171                   file:line ID
    7272         tst_psMemory.c:358  1
    73  <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
    74  <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
     73 <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|Testing psMemCheckLeaks again with a different leak location
     74 <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce one error.
    7575                   file:line ID
    7676         tst_psMemory.c:388  11
    77  <DATE> <TIME> <HOST> |I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
    78  <DATE> <TIME> <HOST> |I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
     77 <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|Testing psMemCheckLeaks again with multiple leak locations.
     78 <DATE> <TIME> |<HOST>|I|   TPcheckLeaks|following psMemCheckLeaks call should produce two errors.
    7979                   file:line ID
    8080         tst_psMemory.c:416  16
     
    8989\**********************************************************************************/
    9090
    91  <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
    92  <DATE> <TIME> <HOST> |I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
    93  <DATE> <TIME> <HOST> |E|psMemCheckCorru|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
    94  <DATE> <TIME> <HOST> |I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220).
     91 <DATE> <TIME> |<HOST>|I|TPmemCorruption|psMemCheckCorruption shall detect memory corruptions
     92 <DATE> <TIME> |<HOST>|I|TPmemCorruption|psMemCheckCorruption should output an error message and memProblemCallback callback should be called.
     93 <DATE> <TIME> |<HOST>|E|psMemCheckCorru|psMemCheckCorruption: memory block 1 is corrupted (buffer underflow)
     94 <DATE> <TIME> |<HOST>|I|memProblemCallb|memory callback called for id 1 (psMemCheckCorruption:220).
    9595
    9696---> TESTPOINT PASSED (psMemory{psMemCorruption} | tst_psMemory.c)
     
    102102\**********************************************************************************/
    103103
    104  <DATE> <TIME> <HOST> |I|TPFreeReference|memory reference count shall be incrementable/decrementable
    105  <DATE> <TIME> <HOST> |I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
     104 <DATE> <TIME> |<HOST>|I|TPFreeReference|memory reference count shall be incrementable/decrementable
     105 <DATE> <TIME> |<HOST>|I|TPFreeReference|psFree shall be just decrement a multiple refererenced pointer.
    106106
    107107---> TESTPOINT PASSED (psMemory{freeReferencedMemory} | tst_psMemory.c)
  • trunk/psLib/test/sysUtils/verified/tst_psStringCopy.stderr

    r1034 r1198  
    5050\**********************************************************************************/
    5151
    52  <DATE> <TIME> <HOST> |E|     psString.c|psStringNCopy with negative count specified -5
     52 <DATE> <TIME> |<HOST>|E|     psString.c|psStringNCopy with negative count specified -5
    5353
    5454---> TESTPOINT PASSED (psStringNCopy{Copy string with negative size} | tst_psStringCopy.c)
Note: See TracChangeset for help on using the changeset viewer.