Changeset 1506
- Timestamp:
- Aug 11, 2004, 5:03:22 PM (22 years ago)
- Location:
- trunk/psLib/test/image
- Files:
-
- 3 edited
-
tst_psImageManip.c (modified) (2 diffs)
-
verified/fOut.fits (modified) ( previous)
-
verified/sOut.fits (modified) ( previous)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImageManip.c
r1505 r1506 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $9 * @date $Date: 2004-08-12 03:0 2:27$8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2004-08-12 03:03:22 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 1107 1107 psImage* fTruth = NULL; 1108 1108 psImage* sTruth = NULL; 1109 int rows = 100;1110 int cols = 100;1109 int rows = 64; 1110 int cols = 64; 1111 1111 psImage* fImg = psImageAlloc(cols,rows,PS_TYPE_F32); 1112 1112 psImage* sImg = psImageAlloc(cols,rows,PS_TYPE_S16);
Note:
See TracChangeset
for help on using the changeset viewer.
