IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2005, 2:29:53 PM (20 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmImageCombine.c

    r5170 r5741  
    88 *  @author GLG, MHPCC
    99 *
    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 $
    1212 *
    1313 *  XXX: pmRejectPixels() has a known bug with the pmImageTransform() call.
     
    3535XXX: Allocate a dummy psStats structure so that we don't destroy away its data.
    3636 *****************************************************************************/
    37 psImage *pmCombineImages(psImage *combine,              ///< Combined image (output)
    38                          psArray **questionablePixels,  ///< Array of rejection masks
    39                          const psArray *images,         ///< Array of input images
    40                          const psArray *errors,         ///< Array of input error images
    41                          const psArray *masks,          ///< Array of input masks
    42                          psU32 maskVal,                 ///< Mask value
    43                          const psPixels *pixels,        ///< Pixels to combine
    44                          psS32 numIter,                 ///< Number of rejection iterations
    45                          psF32 sigmaClip,               ///< Number of standard deviations at which to reject
    46                          const psStats *stats           ///< Statistics to use in the combination
    47                         )
     37psImage *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
    4848{
    4949
Note: See TracChangeset for help on using the changeset viewer.