IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1002


Ignore:
Timestamp:
Jun 11, 2004, 9:24:43 AM (22 years ago)
Author:
desonia
Message:

moved the fits files to a subdirectory.

Location:
trunk/psLib/test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/dataManip/Makefile

    r1001 r1002  
    33##  Makefile:   test/sysUtils
    44##
    5 ##  $Revision: 1.11 $  $Name: not supported by cvs2svn $
    6 ##  $Date: 2004-06-11 19:18:41 $
     5##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
     6##  $Date: 2004-06-11 19:24:43 $
    77##
    88##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5454clean:
    5555        @echo "    Deleting executable and binary files for 'test/sysUtils'"
    56         $(RM) $(TARGET) $(OBJS) *.lint
     56        $(RM) $(OBJS) *.lint tmpImages/*.fits
    5757
    5858builddir/%.o : %.c
  • trunk/psLib/test/image/verified/tst_psImageIO.stderr

    r1000 r1002  
    44 <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL.
    55 <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extnum is invalid.
    6  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file MxN_F32.fits. (tried to move past end of file)
     6 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
    77 <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extname is invalid.
    8  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file MxN_F32.fits. (illegal HDU number)
     8 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
    99/----------------------------- TESTPOINT ------------------------------------------\
    1010|             TestFile: tst_psImageIO.c                                            |
     
    1818 <DATE> <TIME> <HOST> |E|psImageReadSection|Must specify filename; it can not be NULL.
    1919 <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extnum is invalid.
    20  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file MxN_F32.fits. (tried to move past end of file)
     20 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to HDU #4 for file tmpImages/MxN_F32.fits. (tried to move past end of file)
    2121 <DATE> <TIME> <HOST> |I|testImageRead  |Following should be an error as extname is invalid.
    22  <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file MxN_F32.fits. (illegal HDU number)
     22 <DATE> <TIME> <HOST> |E|psImageReadSection|Could not index to 'bogus' HDU for file tmpImages/MxN_F32.fits. (illegal HDU number)
    2323
    2424---> TESTPOINT PASSED (psImage{567-testImageRead} | tst_psImageIO.c)
Note: See TracChangeset for help on using the changeset viewer.