Changeset 17732
- Timestamp:
- May 16, 2008, 4:42:07 PM (18 years ago)
- Location:
- trunk/psModules/src/camera
- Files:
-
- 2 edited
-
pmFPAMaskWeight.c (modified) (1 diff)
-
pmFPAMaskWeight.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmFPAMaskWeight.c
r17731 r17732 407 407 408 408 409 bool pm SubtractionMaskApply(pmReadout *readout, psMaskType maskVal)409 bool pmReadoutMaskApply(pmReadout *readout, psMaskType maskVal) 410 410 { 411 411 PM_ASSERT_READOUT_NON_NULL(readout, false); -
trunk/psModules/src/camera/pmFPAMaskWeight.h
r17730 r17732 5 5 * @author Eugene Magnier, IfA 6 6 * 7 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $8 * @date $Date: 2008-05-17 02: 38:46$7 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2008-05-17 02:42:01 $ 9 9 * Copyright 2005-2006 Institute for Astronomy, University of Hawaii 10 10 */ … … 120 120 /// statistics (very important for quantising images so that a product can be written out!). This function 121 121 /// sets masked areas to NAN in the image and weight. 122 bool pm SubtractionMaskApply(pmReadout *readout, ///< Readout to mask123 psMaskType maskVal ///< Mask value for which to apply mask122 bool pmReadoutMaskApply(pmReadout *readout, ///< Readout to mask 123 psMaskType maskVal ///< Mask value for which to apply mask 124 124 ); 125 125
Note:
See TracChangeset
for help on using the changeset viewer.
