Changeset 2279 for trunk/psLib/test/image/verified/tst_psImageIO.stderr
- Timestamp:
- Nov 4, 2004, 9:52:51 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/verified/tst_psImageIO.stderr
r1942 r2279 7 7 <DATE><TIME>|<HOST>|I|testImageRead 8 8 Following should be an error as file doesn't exist. 9 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageReadSection9 <DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>) 10 10 Could not open file,'foobar.fits'. 11 11 CFITSIO Error: could not open the named file 12 12 <DATE><TIME>|<HOST>|I|testImageRead 13 13 Following should be an error as filename is NULL. 14 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageReadSection14 <DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>) 15 15 Specified filename can not be NULL. 16 16 <DATE><TIME>|<HOST>|I|testImageRead 17 17 Following should be an error as extnum is invalid. 18 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageReadSection18 <DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>) 19 19 Could not find HDU #4 in file tmpImages/MxN_F32.fits. 20 20 CFITSIO Error: tried to move past end of file 21 21 <DATE><TIME>|<HOST>|I|testImageRead 22 22 Following should be an error as extname is invalid. 23 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageReadSection23 <DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>) 24 24 Could not find HDU with extension name 'bogus' in file tmpImages/MxN_F32.fits. 25 25 CFITSIO Error: illegal HDU number … … 35 35 <DATE><TIME>|<HOST>|I|testImageWrite 36 36 Following should generate an error message because input image is null. 37 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageWriteSection37 <DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>) 38 38 Can not operate on a NULL psImage. 39 39 <DATE><TIME>|<HOST>|I|testImageWrite 40 40 Following should be an error for passing invalid image type. 41 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageWriteSection41 <DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>) 42 42 Input psImage type, psS8, is not supported. 43 43 <DATE><TIME>|<HOST>|I|testImageWrite 44 44 Following should be an error for passing invalid image type. 45 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageWriteSection45 <DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>) 46 46 Could not create file,'panstarrs/writeFits.fits'. 47 47 CFITSIO Error: couldn't create the named file 48 48 <DATE><TIME>|<HOST>|I|testImageWrite 49 49 Following should be an error for passing invalid FITS file. 50 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageWriteSection50 <DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>) 51 51 Could not open file,'tmpImages/writeInvalidFile.fits'. 52 52 CFITSIO Error: tried to move past end of file 53 53 <DATE><TIME>|<HOST>|I|testImageWrite 54 54 Following should be an error for invalid extension name. 55 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageWriteSection55 <DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>) 56 56 Could not find HDU with extension name 'ext2' in file tmpImages/writeTest.fits. 57 57 CFITSIO Error: illegal HDU number 58 58 <DATE><TIME>|<HOST>|I|testImageWrite 59 59 Following should be an error for invalid extension number. 60 <DATE><TIME>|<HOST>|E|ps Lib.image.psImageWriteSection60 <DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>) 61 61 Specified extension number, 99, must not exceed number of HDUs, 1, by more than one. 62 62
Note:
See TracChangeset
for help on using the changeset viewer.
