Changeset 5741 for trunk/psModules/src/imcombine
- Timestamp:
- Dec 7, 2005, 2:29:53 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmImageCombine.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmImageCombine.c
r5170 r5741 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $11 * @date $Date: 2005- 09-28 20:43:52$10 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-12-08 00:29:53 $ 12 12 * 13 13 * XXX: pmRejectPixels() has a known bug with the pmImageTransform() call. … … 35 35 XXX: Allocate a dummy psStats structure so that we don't destroy away its data. 36 36 *****************************************************************************/ 37 psImage *pmCombineImages( psImage *combine, ///< Combined image (output)38 psArray **questionablePixels, ///< Array of rejection masks39 const psArray *images, ///< Array of input images40 const psArray *errors, ///< Array of input errorimages41 const psArray *masks, ///< Array of input masks42 psU32 maskVal, ///< Mask value43 const psPixels *pixels, ///< Pixels to combine44 psS32 numIter, ///< Number of rejection iterations45 psF32 sigmaClip, ///< Number of standard deviations at which to reject46 const psStats *stats ///< Statistics to use in the combination47 )37 psImage *pmCombineImages( 38 psImage *combine, ///< Combined image (output) 39 psArray **questionablePixels, ///< Array of rejection masks 40 const psArray *images, ///< Array of input images 41 const psArray *errors, ///< Array of input error images 42 const psArray *masks, ///< Array of input masks 43 psU32 maskVal, ///< Mask value 44 const psPixels *pixels, ///< Pixels to combine 45 psS32 numIter, ///< Number of rejection iterations 46 psF32 sigmaClip, ///< Number of standard deviations at which to reject 47 const psStats *stats) ///< Statistics to use in the combination 48 48 { 49 49
Note:
See TracChangeset
for help on using the changeset viewer.
