Changeset 6767 for trunk/psLib/test/imageops/tst_psImageGeomManip.c
- Timestamp:
- Apr 4, 2006, 9:52:55 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/imageops/tst_psImageGeomManip.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tst_psImageGeomManip.c
r5512 r6767 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $9 * @date $Date: 200 5-11-14 22:18:46$8 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-04-04 19:52:54 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 588 588 sBiOut = psImageRotate(sBiOut,sImg,radianRot,-1.0,PS_INTERPOLATE_BILINEAR); 589 589 590 if (! psFitsWriteImage(fOutFile, NULL, fOut, 1 ) ) {590 if (! psFitsWriteImage(fOutFile, NULL, fOut, 1, NULL) ) { 591 591 psError(PS_ERR_UNKNOWN, true,"Can not write fOut."); 592 592 return 20; 593 593 } 594 if (! psFitsWriteImage(sOutFile, NULL, sOut, 1 ) ) {594 if (! psFitsWriteImage(sOutFile, NULL, sOut, 1, NULL) ) { 595 595 psError(PS_ERR_UNKNOWN, true,"Can not write sOut."); 596 596 return 21; 597 597 } 598 if (! psFitsWriteImage(fBiOutFile, NULL, fBiOut, 1 ) ) {598 if (! psFitsWriteImage(fBiOutFile, NULL, fBiOut, 1, NULL) ) { 599 599 psError(PS_ERR_UNKNOWN, true,"Can not write fBiOut.fits."); 600 600 return 40; 601 601 } 602 if (! psFitsWriteImage(sBiOutFile, NULL, sBiOut, 1 ) ) {602 if (! psFitsWriteImage(sBiOutFile, NULL, sBiOut, 1, NULL) ) { 603 603 psError(PS_ERR_UNKNOWN, true,"Can not write sBiOut.fits."); 604 604 return 41;
Note:
See TracChangeset
for help on using the changeset viewer.
