IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2004, 9:36:33 AM (22 years ago)
Author:
evanalst
Message:

Add additional test case for test coverage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/verified/tst_psImageFFT.stderr

    r1840 r1979  
    55\**********************************************************************************/
    66
     7<DATE><TIME>|<HOST>|I|testImageFFT
     8    Following should generate error for invalid input image type.
     9<DATE><TIME>|<HOST>|E|psLib.image.psImageFFT
     10    Input psImage type (psS8) is not supported. Valid image types are psF32 and psC32.
     11<DATE><TIME>|<HOST>|I|testImageFFT
     12    Following should generate error for F32 reverse FFT operation.
     13<DATE><TIME>|<HOST>|E|psLib.image.psImageFFT
     14    Input psImage (psF32) is not complex.  Reverse FFT operation requires a complex psImage input.
     15<DATE><TIME>|<HOST>|I|testImageFFT
     16    Following should generate error for C32 forward FFT operation.
     17<DATE><TIME>|<HOST>|E|psLib.image.psImageFFT
     18    Input psImage (psC32) is not real.  Forward FFT operation requires a real psImage input.
    719
    820---> TESTPOINT PASSED (psFFT{psImageFFT} | tst_psImageFFT.c)
Note: See TracChangeset for help on using the changeset viewer.