Changeset 17692 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- May 14, 2008, 5:25:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmFPAMaskWeight.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMaskWeight.h
r17249 r17692 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.1 0$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-0 3-31 22:39:06$7 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-05-15 03:25:10 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 106 106 ); 107 107 108 108 /// Explicitly mask non-finite pixels 109 /// 110 /// Since unmasked non-finite pixels can occur (e.g., by out-of-range in quantisation), it is sometimes 111 /// necessary to mask them explicitly. Non-finite pixels in the image or weight have their mask OR-ed with 112 /// the provided value. 113 bool pmReadoutMaskNonfinite(pmReadout *readout, ///< Readout to mask 114 psMaskType maskVal ///< Mask value to give non-finite pixels 115 ); 109 116 110 117 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
