IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 19, 2005, 7:05:37 PM (21 years ago)
Author:
drobbin
Message:

Made several changes to EOC tests & fxns. Revamped GetPolarMotion to use interpolation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/verified/tst_psCoord.stderr

    r5549 r5814  
    88    Following should generate an error message: negative x order
    99<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
    10     Error: n1 is less than 0.
     10    Error: order1 is less than 0.
    1111<HOST>|I|testPlaneTransformAlloc
    1212    Following should generate an error message: negative y order
    1313<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
    14     Error: n2 is less than 0.
     14    Error: order2 is less than 0.
    1515
    1616---> TESTPOINT PASSED (psCoord{psPlaneTransformAlloc()} | tst_psCoord.c)
     
    2525    Following should generate an error message for negative x order
    2626<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    27     Error: n1 is less than 0.
     27    Error: order1 is less than 0.
    2828<HOST>|I|testPlaneDistortAlloc
    2929    Following should generate an error message for negative y order
    3030<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    31     Error: n2 is less than 0.
     31    Error: order2 is less than 0.
    3232<HOST>|I|testPlaneDistortAlloc
    3333    Following should generate an error message for negative z order
    3434<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    35     Error: n3 is less than 0.
     35    Error: order3 is less than 0.
    3636<HOST>|I|testPlaneDistortAlloc
    3737    Following should generate an error message for negative w order
    3838<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    39     Error: n4 is less than 0.
     39    Error: order4 is less than 0.
    4040
    4141---> TESTPOINT PASSED (psCoord{psPlaneDistortAlloc()} | tst_psCoord.c)
Note: See TracChangeset for help on using the changeset viewer.