Changeset 17729 for trunk/psModules/src/imcombine/pmSubtractionMask.h
- Timestamp:
- May 16, 2008, 4:30:51 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtractionMask.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMask.h
r15756 r17729 22 22 ); 23 23 24 /// Apply the subtraction mask to an image and weight. 25 /// 26 /// Unfortunately, image subtraction may result in a bi-modal image in masked areas, which can upset image 27 /// statistics (very important for quantising images so that a product can be written out!). This function 28 /// sets masked areas to NAN in the image and weight. 29 bool pmSubtractionMaskApply(psImage *image, ///< Image to which to apply mask 30 psImage *weight, ///< Weight map to which to apply mask (or NULL) 31 const psImage *mask, ///< Subtraction mask 32 pmSubtractionMode mode ///< Subtraction mode 33 ); 34 24 35 25 36 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
