IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 16, 2005, 3:58:43 PM (21 years ago)
Author:
desonia
Message:

changed the prototype of psMetadataLookup_.

Location:
trunk/psLib/test/image
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/image/Makefile.am

    r3237 r3246  
    2929        tst_psImageInterpolate
    3030
     31check_DATA = \
     32        fBiOut.fits \
     33        fOut.fits \
     34        sBiOut.fits \
     35        sOut.fits
     36               
    3137TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
    3238TESTS = \
     
    5763tst_psImageIO_SOURCES =  tst_psImageIO.c
    5864tst_psImageInterpolate_SOURCES =  tst_psImageInterpolate.c
     65
     66fBiOut.fits: verified/fBiOut.fits
     67        cp $? $@
     68
     69fOut.fits: verified/fOut.fits
     70        cp $? $@
     71
     72sBiOut.fits: verified/sBiOut.fits
     73        cp $? $@
     74
     75sOut.fits: verified/sOut.fits
     76        cp $? $@
     77                       
  • trunk/psLib/test/image/tst_psImageManip.c

    r3028 r3246  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-01-18 03:15:04 $
     8 *  @version $Revision: 1.37 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-02-17 01:58:43 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    13561356
    13571357        // now, let's compare this with the verified file
    1358         fTruth = psImageReadSection(fTruth,0,0,0,0,0,NULL,index,"verified/fOut.fits");
    1359         sTruth = psImageReadSection(sTruth,0,0,0,0,0,NULL,index,"verified/sOut.fits");
    1360         fBiTruth = psImageReadSection(fBiTruth,0,0,0,0,0,NULL,index,"verified/fBiOut.fits");
    1361         sBiTruth = psImageReadSection(sBiTruth,0,0,0,0,0,NULL,index,"verified/sBiOut.fits");
     1358        fTruth = psImageReadSection(fTruth,0,0,0,0,0,NULL,index,"fOut.fits");
     1359        sTruth = psImageReadSection(sTruth,0,0,0,0,0,NULL,index,"sOut.fits");
     1360        fBiTruth = psImageReadSection(fBiTruth,0,0,0,0,0,NULL,index,"fBiOut.fits");
     1361        sBiTruth = psImageReadSection(sBiTruth,0,0,0,0,0,NULL,index,"sBiOut.fits");
    13621362        if (fTruth == NULL) {
    13631363            psError(PS_ERR_UNKNOWN, true,"verified psF32 image failed to be read (%d deg. rotation)",
Note: See TracChangeset for help on using the changeset viewer.