IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2006, 4:59:23 PM (20 years ago)
Author:
magnier
Message:

complete re-work of API: now only performs set external mask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmMaskBadPixels.h

    r7283 r7479  
    1919 *  @author Ross Harman, MHPCC
    2020 *
    21  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    22  *  @date $Date: 2006-06-02 02:16:05 $
     21 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     22 *  @date $Date: 2006-06-10 02:59:23 $
    2323 *
    2424 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    3232/** Execute bad pixels module.
    3333 *
    34  *  Given an input image, a bad pixel mask, a corresponding value in the bad pixel mask to mask, a
    35  *  saturation level, and a growing radius, mask in the input image those pixels in the bad pixel mask that
    36  *  match the value to mask.
    3734 *
    3835 *  @return  bool: True or false for success or failure
    3936 */
    40 bool pmMaskBadPixels(
    41     pmReadout *in,          ///< Readout containing input image data.
    42     const psImage *mask,    ///< Mask data to be added to readout mask data.
    43     unsigned int maskVal,   ///< Mask value to determine what to add to input mask.
    44     float sat,              ///< Saturation limit to mask bad pixels.
    45     unsigned int growVal,   ///< Mask data to determine if a circurlar area should be masked.
    46     int grow                ///< Radius of mask to apply around pixel.
    47 );
    4837
     38bool pmMaskBadPixels(pmReadout *input, pmReadout *mask, psMaskType maskVal);
    4939
    5040#endif
Note: See TracChangeset for help on using the changeset viewer.