IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 4, 2006, 9:52:55 AM (20 years ago)
Author:
desonia
Message:

modified API to match current SDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/imageops/tst_psImageGeomManip.c

    r5512 r6767  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-11-14 22:18:46 $
     8 *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-04-04 19:52:54 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    588588        sBiOut = psImageRotate(sBiOut,sImg,radianRot,-1.0,PS_INTERPOLATE_BILINEAR);
    589589
    590         if (! psFitsWriteImage(fOutFile, NULL, fOut, 1) ) {
     590        if (! psFitsWriteImage(fOutFile, NULL, fOut, 1, NULL) ) {
    591591            psError(PS_ERR_UNKNOWN, true,"Can not write fOut.");
    592592            return 20;
    593593        }
    594         if (! psFitsWriteImage(sOutFile, NULL, sOut, 1) ) {
     594        if (! psFitsWriteImage(sOutFile, NULL, sOut, 1, NULL) ) {
    595595            psError(PS_ERR_UNKNOWN, true,"Can not write sOut.");
    596596            return 21;
    597597        }
    598         if (! psFitsWriteImage(fBiOutFile, NULL, fBiOut, 1) ) {
     598        if (! psFitsWriteImage(fBiOutFile, NULL, fBiOut, 1, NULL) ) {
    599599            psError(PS_ERR_UNKNOWN, true,"Can not write fBiOut.fits.");
    600600            return 40;
    601601        }
    602         if (! psFitsWriteImage(sBiOutFile, NULL, sBiOut, 1) ) {
     602        if (! psFitsWriteImage(sBiOutFile, NULL, sBiOut, 1, NULL) ) {
    603603            psError(PS_ERR_UNKNOWN, true,"Can not write sBiOut.fits.");
    604604            return 41;
Note: See TracChangeset for help on using the changeset viewer.