Changeset 3246 for trunk/psLib/test/image/tst_psImageManip.c
- Timestamp:
- Feb 16, 2005, 3:58:43 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImageManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageManip.c
r3028 r3246 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 6$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-0 1-18 03:15:04$8 * @version $Revision: 1.37 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-02-17 01:58:43 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1356 1356 1357 1357 // 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"); 1362 1362 if (fTruth == NULL) { 1363 1363 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.
