IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1358


Ignore:
Timestamp:
Jul 30, 2004, 4:27:17 PM (22 years ago)
Author:
desonia
Message:

added test for psImageSlice

Location:
trunk/psLib/test/image
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/Makefile

    r1306 r1358  
    33##  Makefile:   test/collections
    44##
    5 ##  $Revision: 1.1 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-07-28 02:42:20 $
     5##  $Revision: 1.2 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-07-31 02:27:16 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626tst_psImageStats02 \
    2727tst_psImageStats03 \
     28tst_psImageExtraction
    2829
    2930OBJS = $(addsuffix .o,$(TARGET))
  • trunk/psLib/test/image/verified/tst_psImageManip.stderr

    r1254 r1358  
    3030
    3131---> TESTPOINT PASSED (psImage{psImageClipNAN} | tst_psImageManip.c)
     32
     33/***************************** TESTPOINT ******************************************\
     34*             TestFile: tst_psImageManip.c                                         *
     35*            TestPoint: psImage{psImageClipComplexRegion}                          *
     36*             TestType: Positive                                                   *
     37\**********************************************************************************/
     38
     39 <DATE> <TIME> |<HOST>|I|testImageClipCo|psImageClipNaN shall modified pixel values of NaN with a specified value
     40 <DATE> <TIME> |<HOST>|I|testImageClipCo|Testing clipping at 409.6+256i to 682.667+512i for psC32
     41 <DATE> <TIME> |<HOST>|I|testImageClipCo|Testing clipping at 409.6+256i to 682.667+512i for psC64
     42 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     43 <DATE> <TIME> |<HOST>|E|psImageClipComp|Can not perform clip on NULL image
     44 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     45 <DATE> <TIME> |<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the real image space.
     46 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     47 <DATE> <TIME> |<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the imaginary image space.
     48 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     49 <DATE> <TIME> |<HOST>|E|psImageClipComp|psImageClipComplexRegion can not be invoked with max < min in the real image space.
     50 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     51 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (-6.80565e+38+0i) is outside of image's psC32 pixel range
     52 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     53 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (6.80565e+38+0i) is outside of image's psC32 pixel range
     54 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     55 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (-0-6.80565e+38i) is outside of image's psC32 pixel range
     56 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     57 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmin (0+6.80565e+38i) is outside of image's psC32 pixel range
     58 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     59 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (-6.80565e+38+0i) is outside of image's psC32 pixel range
     60 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     61 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (6.80565e+38+0i) is outside of image's psC32 pixel range
     62 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     63 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (-0-6.80565e+38i) is outside of image's psC32 pixel range
     64 <DATE> <TIME> |<HOST>|I|testImageClipCo|Following should be an error:
     65 <DATE> <TIME> |<HOST>|E|psImageClipComp|Specified vmax (0+6.80565e+38i) is outside of image's psC32 pixel range
     66
     67---> TESTPOINT PASSED (psImage{psImageClipComplexRegion} | tst_psImageManip.c)
    3268
    3369/***************************** TESTPOINT ******************************************\
Note: See TracChangeset for help on using the changeset viewer.