Changeset 7479 for trunk/psModules/src/detrend/pmMaskBadPixels.h
- Timestamp:
- Jun 9, 2006, 4:59:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/detrend/pmMaskBadPixels.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/detrend/pmMaskBadPixels.h
r7283 r7479 19 19 * @author Ross Harman, MHPCC 20 20 * 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 $ 23 23 * 24 24 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 32 32 /** Execute bad pixels module. 33 33 * 34 * Given an input image, a bad pixel mask, a corresponding value in the bad pixel mask to mask, a35 * saturation level, and a growing radius, mask in the input image those pixels in the bad pixel mask that36 * match the value to mask.37 34 * 38 35 * @return bool: True or false for success or failure 39 36 */ 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 );48 37 38 bool pmMaskBadPixels(pmReadout *input, pmReadout *mask, psMaskType maskVal); 49 39 50 40 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
