Changeset 5768 for branches/rel9/psModules/src/imcombine/pmImageCombine.c
- Timestamp:
- Dec 12, 2005, 11:52:24 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rel9/psModules/src/imcombine/pmImageCombine.c
r5170 r5768 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.1.10.1 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2005-12-12 21:52:20 $ 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.
