IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1605 for trunk/psLib/src/image


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

added mask/maskVal parameters to psImageRebin.

Location:
trunk/psLib/src/image
Files:
2 edited

Legend:

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

    r1604 r1605  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2004-08-20 02:48:38 $
     13 *  @version $Revision: 1.17 $ $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
     
    356356                      const psImage* in,
    357357                      const psImage* restrict mask,
    358                       unsigned int maskVal,
     358                      psMaskType maskVal,
    359359                      unsigned int scale,
    360360                      const psStats* stats)
  • 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.