IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5095


Ignore:
Timestamp:
Sep 22, 2005, 12:24:58 PM (21 years ago)
Author:
gusciora
Message:

Format change.

Location:
trunk/psLib/test/astro
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astro/tst_psCoord.c

    r5090 r5095  
    66*  @author GLG, MHPCC
    77*
    8 *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9 *  @date $Date: 2005-09-22 02:47:16 $
     8*  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9*  @date $Date: 2005-09-22 22:24:58 $
    1010*
    1111*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2929psS32 main( psS32 argc, char* argv[] )
    3030{
     31    psLogSetFormat("HLNM");
    3132    psLogSetLevel( PS_LOG_INFO );
    3233
  • trunk/psLib/test/astro/tst_psCoord01.c

    r4547 r5095  
    66*    @author Eric Van Alst, MHPCC
    77*
    8 *    @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    9 *    @date  $Date: 2005-07-13 02:46:58 $
     8*    @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     9*    @date  $Date: 2005-09-22 22:24:58 $
    1010*
    1111*    Copyright 2005 Maui High Performance Computing Center, Univ. of Hawaii
     
    150150psS32 main( psS32 argc, char* argv[] )
    151151{
     152    psLogSetFormat("HLNM");
    152153    psLogSetLevel( PS_LOG_INFO );
    153154
  • trunk/psLib/test/astro/verified/tst_psCoord.stderr

    r4601 r5095  
    55\**********************************************************************************/
    66
    7 <DATE><TIME>|<HOST>|I|testPlaneTransformAlloc
     7<HOST>|I|testPlaneTransformAlloc
    88    Following should generate an error message: negative x terms
    9 <DATE><TIME>|<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
     9<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
    1010    Error: n1 is less than 0.
    11 <DATE><TIME>|<HOST>|I|testPlaneTransformAlloc
     11<HOST>|I|testPlaneTransformAlloc
    1212    Following should generate an error message: negative y terms
    13 <DATE><TIME>|<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
     13<HOST>|E|psPlaneTransformAlloc (FILE:LINENO)
    1414    Error: n2 is less than 0.
    1515
     
    2222\**********************************************************************************/
    2323
    24 <DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
     24<HOST>|I|testPlaneDistortAlloc
    2525    Following should generate an error message for negative x term
    26 <DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     26<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    2727    Error: n1 is less than 0.
    28 <DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
     28<HOST>|I|testPlaneDistortAlloc
    2929    Following should generate an error message for negative y term
    30 <DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     30<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    3131    Error: n2 is less than 0.
    32 <DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
     32<HOST>|I|testPlaneDistortAlloc
    3333    Following should generate an error message for negative z term
    34 <DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     34<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    3535    Error: n3 is less than 0.
    36 <DATE><TIME>|<HOST>|I|testPlaneDistortAlloc
     36<HOST>|I|testPlaneDistortAlloc
    3737    Following should generate an error message for negative w term
    38 <DATE><TIME>|<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
     38<HOST>|E|psPlaneDistortAlloc (FILE:LINENO)
    3939    Error: n4 is less than 0.
    4040
     
    4747\**********************************************************************************/
    4848
    49 <DATE><TIME>|<HOST>|I|testPlaneTransformApply
     49<HOST>|I|testPlaneTransformApply
    5050    Following should generate error message for NULL psPlaneTransform
    51 <DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     51<HOST>|E|psPlaneTransformApply (FILE:LINENO)
    5252    Unallowable operation: transform is NULL.
    53 <DATE><TIME>|<HOST>|I|testPlaneTransformApply
     53<HOST>|I|testPlaneTransformApply
    5454    Following should generate error message for NULL x coeff psPlaneTransform
    55 <DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     55<HOST>|E|psPlaneTransformApply (FILE:LINENO)
    5656    Unallowable operation: transform->x is NULL.
    57 <DATE><TIME>|<HOST>|I|testPlaneTransformApply
     57<HOST>|I|testPlaneTransformApply
    5858    Following should generate error message for NULL y coeff psPlaneTransform
    59 <DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     59<HOST>|E|psPlaneTransformApply (FILE:LINENO)
    6060    Unallowable operation: transform->y is NULL.
    61 <DATE><TIME>|<HOST>|I|testPlaneTransformApply
     61<HOST>|I|testPlaneTransformApply
    6262    Following should generate error message for NULL psPlane
    63 <DATE><TIME>|<HOST>|E|psPlaneTransformApply (FILE:LINENO)
     63<HOST>|E|psPlaneTransformApply (FILE:LINENO)
    6464    Unallowable operation: coords is NULL.
    6565
     
    7272\**********************************************************************************/
    7373
    74 <DATE><TIME>|<HOST>|I|testPlaneDistortApply
     74<HOST>|I|testPlaneDistortApply
    7575    Following should generate an error message for null psPlaneDistort
    76 <DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     76<HOST>|E|psPlaneDistortApply (FILE:LINENO)
    7777    Unallowable operation: distort is NULL.
    78 <DATE><TIME>|<HOST>|I|testPlaneDistortApply
     78<HOST>|I|testPlaneDistortApply
    7979    Following should generate an error message for null x member psPlaneDistort
    80 <DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     80<HOST>|E|psPlaneDistortApply (FILE:LINENO)
    8181    Unallowable operation: distort->x is NULL.
    82 <DATE><TIME>|<HOST>|I|testPlaneDistortApply
     82<HOST>|I|testPlaneDistortApply
    8383    Following should generate an error message for null y member psPlaneDistort
    84 <DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     84<HOST>|E|psPlaneDistortApply (FILE:LINENO)
    8585    Unallowable operation: distort->y is NULL.
    86 <DATE><TIME>|<HOST>|I|testPlaneDistortApply
     86<HOST>|I|testPlaneDistortApply
    8787    Following should generate an error message for null input psPlane
    88 <DATE><TIME>|<HOST>|E|psPlaneDistortApply (FILE:LINENO)
     88<HOST>|E|psPlaneDistortApply (FILE:LINENO)
    8989    Unallowable operation: coords is NULL.
    9090
  • trunk/psLib/test/astro/verified/tst_psCoord01.stderr

    r4547 r5095  
    8686\**********************************************************************************/
    8787
    88 <DATE><TIME>|<HOST>|I|testProjectFail
     88<HOST>|I|testProjectFail
    8989    Following should generate an error message for null coord arg
    90 <DATE><TIME>|<HOST>|E|psProject (FILE:LINENO)
     90<HOST>|E|psProject (FILE:LINENO)
    9191    Unallowable operation: coord is NULL.
    92 <DATE><TIME>|<HOST>|I|testProjectFail
     92<HOST>|I|testProjectFail
    9393    Following should generate an error message for null projection arg
    94 <DATE><TIME>|<HOST>|E|psProject (FILE:LINENO)
     94<HOST>|E|psProject (FILE:LINENO)
    9595    Unallowable operation: projection is NULL.
    96 <DATE><TIME>|<HOST>|I|testProjectFail
     96<HOST>|I|testProjectFail
    9797    Following should generate an error message for invalid projection type
    98 <DATE><TIME>|<HOST>|E|psProject (FILE:LINENO)
     98<HOST>|E|psProject (FILE:LINENO)
    9999    The projection type, 4, is unknown.
    100100
     
    107107\**********************************************************************************/
    108108
    109 <DATE><TIME>|<HOST>|I|testDeprojectFail
     109<HOST>|I|testDeprojectFail
    110110    Following should generate an error message for null coord arg
    111 <DATE><TIME>|<HOST>|E|psDeproject (FILE:LINENO)
     111<HOST>|E|psDeproject (FILE:LINENO)
    112112    Unallowable operation: coord is NULL.
    113 <DATE><TIME>|<HOST>|I|testDeprojectFail
     113<HOST>|I|testDeprojectFail
    114114    Following should generate an error message for null projection arg
    115 <DATE><TIME>|<HOST>|E|psDeproject (FILE:LINENO)
     115<HOST>|E|psDeproject (FILE:LINENO)
    116116    Unallowable operation: projection is NULL.
    117 <DATE><TIME>|<HOST>|I|testDeprojectFail
     117<HOST>|I|testDeprojectFail
    118118    Following should generate an error message for invalid projection type
    119 <DATE><TIME>|<HOST>|E|psDeproject (FILE:LINENO)
     119<HOST>|E|psDeproject (FILE:LINENO)
    120120    The projection type, 4, is unknown.
    121121
     
    128128\**********************************************************************************/
    129129
    130 <DATE><TIME>|<HOST>|I|testSetOffsetSphere
     130<HOST>|I|testSetOffsetSphere
    131131    Following should generate error message null input coord
    132 <DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     132<HOST>|E|psSphereSetOffset (FILE:LINENO)
    133133    Unallowable operation: position is NULL.
    134 <DATE><TIME>|<HOST>|I|testSetOffsetSphere
     134<HOST>|I|testSetOffsetSphere
    135135    Following should generate error message null offset
    136 <DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     136<HOST>|E|psSphereSetOffset (FILE:LINENO)
    137137    Unallowable operation: offset is NULL.
    138 <DATE><TIME>|<HOST>|I|testSetOffsetSphere
     138<HOST>|I|testSetOffsetSphere
    139139    Following should generate error message invalid mode
    140 <DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     140<HOST>|E|psSphereSetOffset (FILE:LINENO)
    141141    Specified offset mode, 0x54321, is not supported.
    142 <DATE><TIME>|<HOST>|I|testSetOffsetSphere
     142<HOST>|I|testSetOffsetSphere
    143143    Following should generate an error message invalid unit
    144 <DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     144<HOST>|E|psSphereSetOffset (FILE:LINENO)
    145145    Specified units, 0x54321, is not supported.
    146146
     
    162162\**********************************************************************************/
    163163
    164 <DATE><TIME>|<HOST>|I|testGetOffsetSphere
     164<HOST>|I|testGetOffsetSphere
    165165    Following should generate an error message for null position
    166 <DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     166<HOST>|E|psSphereGetOffset (FILE:LINENO)
    167167    Unallowable operation: position1 is NULL.
    168 <DATE><TIME>|<HOST>|I|testGetOffsetSphere
     168<HOST>|I|testGetOffsetSphere
    169169    Following should generate an error message for null position
    170 <DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     170<HOST>|E|psSphereGetOffset (FILE:LINENO)
    171171    Unallowable operation: position2 is NULL.
    172 <DATE><TIME>|<HOST>|I|testGetOffsetSphere
     172<HOST>|I|testGetOffsetSphere
    173173    Following should generate an error message for invalid mode
    174 <DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     174<HOST>|E|psSphereGetOffset (FILE:LINENO)
    175175    Specified offset mode, 0x54321, is not supported.
    176 <DATE><TIME>|<HOST>|I|testGetOffsetSphere
     176<HOST>|I|testGetOffsetSphere
    177177    Following should generate an error message for invalid unit type
    178 <DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     178<HOST>|E|psSphereGetOffset (FILE:LINENO)
    179179    Specified units, 0x54321, is not supported.
    180 <DATE><TIME>|<HOST>|I|testGetOffsetSphere
     180<HOST>|I|testGetOffsetSphere
    181181    Following should generate warning message
    182 <DATE><TIME>|<HOST>|W|psSphereGetOffset
     182<HOST>|W|psSphereGetOffset
    183183    WARNING: psDeproject(): position1->d is larger than 90 degrees.  Returning NULL.
    184 <DATE><TIME>|<HOST>|I|testGetOffsetSphere
     184<HOST>|I|testGetOffsetSphere
    185185    Following should generate warning message
    186 <DATE><TIME>|<HOST>|W|psSphereGetOffset
     186<HOST>|W|psSphereGetOffset
    187187    WARNING: psDeproject(): position2->d is larger than 90 degrees.  Returning NULL.
    188188
Note: See TracChangeset for help on using the changeset viewer.