IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2004, 9:52:51 AM (22 years ago)
Author:
desonia
Message:

verified the test outputs still are valid.

File:
1 edited

Legend:

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

    r1942 r2279  
    77<DATE><TIME>|<HOST>|I|testImageRead
    88    Following should be an error as file doesn't exist.
    9 <DATE><TIME>|<HOST>|E|psLib.image.psImageReadSection
     9<DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>)
    1010    Could not open file,'foobar.fits'.
    1111    CFITSIO Error: could not open the named file
    1212<DATE><TIME>|<HOST>|I|testImageRead
    1313    Following should be an error as filename is NULL.
    14 <DATE><TIME>|<HOST>|E|psLib.image.psImageReadSection
     14<DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>)
    1515    Specified filename can not be NULL.
    1616<DATE><TIME>|<HOST>|I|testImageRead
    1717    Following should be an error as extnum is invalid.
    18 <DATE><TIME>|<HOST>|E|psLib.image.psImageReadSection
     18<DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>)
    1919    Could not find HDU #4 in file tmpImages/MxN_F32.fits.
    2020    CFITSIO Error: tried to move past end of file
    2121<DATE><TIME>|<HOST>|I|testImageRead
    2222    Following should be an error as extname is invalid.
    23 <DATE><TIME>|<HOST>|E|psLib.image.psImageReadSection
     23<DATE><TIME>|<HOST>|E|psImageReadSection (psImageIO.c:<LINENO>)
    2424    Could not find HDU with extension name 'bogus' in file tmpImages/MxN_F32.fits.
    2525    CFITSIO Error: illegal HDU number
     
    3535<DATE><TIME>|<HOST>|I|testImageWrite
    3636    Following should generate an error message because input image is null.
    37 <DATE><TIME>|<HOST>|E|psLib.image.psImageWriteSection
     37<DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>)
    3838    Can not operate on a NULL psImage.
    3939<DATE><TIME>|<HOST>|I|testImageWrite
    4040    Following should be an error for passing invalid image type.
    41 <DATE><TIME>|<HOST>|E|psLib.image.psImageWriteSection
     41<DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>)
    4242    Input psImage type, psS8, is not supported.
    4343<DATE><TIME>|<HOST>|I|testImageWrite
    4444    Following should be an error for passing invalid image type.
    45 <DATE><TIME>|<HOST>|E|psLib.image.psImageWriteSection
     45<DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>)
    4646    Could not create file,'panstarrs/writeFits.fits'.
    4747    CFITSIO Error: couldn't create the named file
    4848<DATE><TIME>|<HOST>|I|testImageWrite
    4949    Following should be an error for passing invalid FITS file.
    50 <DATE><TIME>|<HOST>|E|psLib.image.psImageWriteSection
     50<DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>)
    5151    Could not open file,'tmpImages/writeInvalidFile.fits'.
    5252    CFITSIO Error: tried to move past end of file
    5353<DATE><TIME>|<HOST>|I|testImageWrite
    5454    Following should be an error for invalid extension name.
    55 <DATE><TIME>|<HOST>|E|psLib.image.psImageWriteSection
     55<DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>)
    5656    Could not find HDU with extension name 'ext2' in file tmpImages/writeTest.fits.
    5757    CFITSIO Error: illegal HDU number
    5858<DATE><TIME>|<HOST>|I|testImageWrite
    5959    Following should be an error for invalid extension number.
    60 <DATE><TIME>|<HOST>|E|psLib.image.psImageWriteSection
     60<DATE><TIME>|<HOST>|E|psImageWriteSection (psImageIO.c:<LINENO>)
    6161    Specified extension number, 99, must not exceed number of HDUs, 1, by more than one.
    6262
Note: See TracChangeset for help on using the changeset viewer.