IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 19, 2004, 4:55:58 PM (22 years ago)
Author:
desonia
Message:

added mask/maskVal parameters to psImageRebin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/image/psImageManip.h

    r1442 r1605  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-10 01:05:53 $
     13 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2004-08-20 02:55:58 $
    1515 *
    1616 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    101101    psImage* out,                      ///< an psImage to recycle.  If NULL, a new image is created
    102102    const psImage* in,                 ///< input image
     103    const psImage* restrict mask,      ///< mask for input image.  If NULL, no masking is done.
     104    psMaskType maskVal,                ///< the bits to check in mask.
    103105    unsigned int scale,                ///< the scale to rebin for each dimension
    104106    const psStats* stats
Note: See TracChangeset for help on using the changeset viewer.