- Timestamp:
- Jan 1, 2009, 7:13:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20081230/psModules/src/detrend/pmMaskBadPixels.h
r17228 r21079 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $8 * @date $Date: 200 8-03-29 03:10:17$7 * @version $Revision: 1.16.44.1 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2009-01-02 05:13:00 $ 9 9 * Copyright 2004 Institute for Astronomy, University of Hawaii 10 10 */ … … 40 40 bool pmMaskBadPixels(pmReadout *input, ///< Input science image 41 41 const pmReadout *mask, ///< Mask image to apply 42 ps MaskType maskVal ///< Mask value to apply42 psImageMaskType maskVal ///< Mask value to apply 43 43 ); 44 44 … … 56 56 float stdev, ///< Image standard deviation 57 57 float rej, ///< Rejection threshold (standard deviations) 58 ps MaskType maskVal ///< Mask value for statistics58 psImageMaskType maskVal ///< Mask value for statistics 59 59 ); 60 60 … … 64 64 /// according to the chosen mode. 65 65 bool pmMaskIdentifyBadPixels(pmReadout *output, ///< Output readout, with suspect pixels imageOut 66 ps MaskType maskVal, ///< Value to set for bad pixels66 psImageMaskType maskVal, ///< Value to set for bad pixels 67 67 float thresh, ///< Threshold for bad pixel 68 68 pmMaskIdentifyMode mode ///< Mode for identifying bad pixels
Note:
See TracChangeset
for help on using the changeset viewer.
