Changeset 2078 for trunk/psLib/test/image/verified/tst_psImageFFT.stderr
- Timestamp:
- Oct 13, 2004, 9:50:12 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImageFFT.stderr
r1979 r2078 6 6 7 7 <DATE><TIME>|<HOST>|I|testImageFFT 8 Following should generate error for invalid input image type.8 Following should be an error. 9 9 <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. 11 11 <DATE><TIME>|<HOST>|I|testImageFFT 12 Following should generate error for F32 reverse FFT operation.12 Following should be an error. 13 13 <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. 15 15 <DATE><TIME>|<HOST>|I|testImageFFT 16 Following should generate error for C32 forward FFT operation.16 Following should generate error for invalid direction. 17 17 <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. 19 19 20 20 ---> TESTPOINT PASSED (psFFT{psImageFFT} | tst_psImageFFT.c)
Note:
See TracChangeset
for help on using the changeset viewer.
