IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2006, 10:08:58 AM (21 years ago)
Author:
gusciora
Message:

I added tests for psImageSmooth, modified the psStats stuff and the Min
routines.

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

Legend:

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

    r6189 r6226  
    55*  @author d-Rob, MHPCC
    66*
    7 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    8 *  @date $Date: 2006-01-25 03:02:47 $
     7*  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     8*  @date $Date: 2006-01-27 20:08:58 $
    99*
    1010*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3232{
    3333    psLogSetLevel( PS_LOG_INFO );
     34    psLogSetFormat("HLNM");
    3435
    3536    return ( ! runTestSuite( stderr, "psSphereOps", tests, argc, argv ) );
  • trunk/psLib/test/astro/verified/tst_psSphereOps.stderr

    r6039 r6226  
    2323\**********************************************************************************/
    2424
    25 <DATE><TIME>|<HOST>|I|testSphereRotApply1
     25<HOST>|I|testSphereRotApply1
    2626    Following should generate an error
    27 <DATE><TIME>|<HOST>|E|psSphereRotApply (FILE:LINENO)
     27<HOST>|E|psSphereRotApply (FILE:LINENO)
    2828    Unallowable operation: transform is NULL.
    29 <DATE><TIME>|<HOST>|I|testSphereRotApply1
     29<HOST>|I|testSphereRotApply1
    3030    Following should generate an error
    31 <DATE><TIME>|<HOST>|E|psSphereRotApply (FILE:LINENO)
     31<HOST>|E|psSphereRotApply (FILE:LINENO)
    3232    Unallowable operation: coord is NULL.
    3333
     
    4949\**********************************************************************************/
    5050
    51 <DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     51<HOST>|E|psSphereSetOffset (FILE:LINENO)
    5252    Unallowable operation: position is NULL.
    53 <DATE><TIME>|<HOST>|E|psSphereSetOffset (FILE:LINENO)
     53<HOST>|E|psSphereSetOffset (FILE:LINENO)
    5454    Unallowable operation: offset is NULL.
    55 <DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     55<HOST>|E|psSphereGetOffset (FILE:LINENO)
    5656    Unallowable operation: position1 is NULL.
    57 <DATE><TIME>|<HOST>|E|psSphereGetOffset (FILE:LINENO)
     57<HOST>|E|psSphereGetOffset (FILE:LINENO)
    5858    Unallowable operation: position2 is NULL.
    5959
Note: See TracChangeset for help on using the changeset viewer.