IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 30, 2006, 1:59:49 PM (20 years ago)
Author:
magnier
Message:

replaced PS_IMAGE_SET and PS_VECTOR_SET with psImageInit, psVectorInit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmSubtractSky.c

    r7604 r7769  
    66 *  @author GLG, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2006-06-21 03:21:16 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2006-06-30 23:59:49 $
    1010 *
    1111 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    347347    // Initialize A matrix and B vector.
    348348    //
    349     PS_IMAGE_SET_F64(A, 0.0);
    350     PS_VECTOR_SET_F64(B, 0.0);
     349    psImageInit(A, 0.0);
     350    psVectorInit(B, 0.0);
    351351
    352352    //
     
    577577                                           binnedImage->numRows,
    578578                                           PS_TYPE_U8);
    579             PS_IMAGE_SET_U8(binnedMaskImage, 0);
     579            psImageInit(binnedMaskImage, 0);
    580580        }
    581581    } else {
     
    588588                                       binnedImage->numRows,
    589589                                       PS_TYPE_U8);
    590         PS_IMAGE_SET_U8(binnedMaskImage, 0);
     590        psImageInit(binnedMaskImage, 0);
    591591    }
    592592    psTrace(".psModule.pmSubtractSky", 4,
Note: See TracChangeset for help on using the changeset viewer.