IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2004, 9:50:12 AM (22 years ago)
Author:
evanalst
Message:

Remove test case for types in foward and reverse direction.

File:
1 edited

Legend:

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

    r1979 r2078  
    66
    77<DATE><TIME>|<HOST>|I|testImageFFT
    8     Following should generate error for invalid input image type.
     8    Following should be an error.
    99<DATE><TIME>|<HOST>|E|psLib.image.psImageFFT
    10     Input psImage type (psS8) is not supported. Valid image types are psF32 and psC32.
     10    Can not specify both PS_FFT_FORWARD and PS_FFT_REVERSE options.
    1111<DATE><TIME>|<HOST>|I|testImageFFT
    12     Following should generate error for F32 reverse FFT operation.
     12    Following should be an error.
    1313<DATE><TIME>|<HOST>|E|psLib.image.psImageFFT
    14     Input psImage (psF32) is not complex.  Reverse FFT operation requires a complex psImage input.
     14    The PS_FFT_FORWARD and PS_FFT_REAL_RESULT combinition is not supported.
    1515<DATE><TIME>|<HOST>|I|testImageFFT
    16     Following should generate error for C32 forward FFT operation.
     16    Following should generate error for invalid direction.
    1717<DATE><TIME>|<HOST>|E|psLib.image.psImageFFT
    18     Input psImage (psC32) is not real.  Forward FFT operation requires a real psImage input.
     18    Must specify either PS_FFT_FORWARD or PS_FFT_REVERSE option.
    1919
    2020---> TESTPOINT PASSED (psFFT{psImageFFT} | tst_psImageFFT.c)
Note: See TracChangeset for help on using the changeset viewer.