Changeset 17730 for trunk/psModules/src/camera/pmFPAMaskWeight.h
- Timestamp:
- May 16, 2008, 4:38:46 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
r17692 r17730 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-05-1 5 03:25:10$7 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-05-17 02:38:46 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 115 115 ); 116 116 117 /// Apply a mask to the image and weight map 118 /// 119 /// Unfortunately, image subtraction may result in a bi-modal image in masked areas, which can upset image 120 /// statistics (very important for quantising images so that a product can be written out!). This function 121 /// sets masked areas to NAN in the image and weight. 122 bool pmSubtractionMaskApply(pmReadout *readout, ///< Readout to mask 123 psMaskType maskVal ///< Mask value for which to apply mask 124 ); 125 126 117 127 /// @} 118 128 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
