IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2005, 12:25:39 PM (21 years ago)
Author:
gusciora
Message:

....

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmImageCombine.h

    r4217 r4992  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-06-13 19:36:12 $
     10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-09-11 22:25:39 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2626#include "pslib.h"
    2727
    28 psImage *pmCombineImages(psImage *combine,              ///< Combined image (output)
    29                          psArray **questionablePixels,  ///< Array of rejection masks
    30                          const psArray *images,         ///< Array of input images
    31                          const psArray *errors,         ///< Array of input error images
    32                          const psArray *masks,          ///< Array of input masks
    33                          psU32 maskVal,                 ///< Mask value
    34                          const psPixels *pixels,        ///< Pixels to combine
    35                          psS32 numIter,                 ///< Number of rejection iterations
    36                          psF32 sigmaClip,               ///< Number of standard deviations at which to reject
    37                          const psStats *stats           ///< Statistics to use in the combination
    38                         );
     28psImage *pmCombineImages(
     29    psImage *combine,                   ///< Combined image (output)
     30    psArray **questionablePixels,       ///< Array of rejection masks
     31    const psArray *images,              ///< Array of input images
     32    const psArray *errors,              ///< Array of input error images
     33    const psArray *masks,               ///< Array of input masks
     34    psU32 maskVal,                      ///< Mask value
     35    const psPixels *pixels,             ///< Pixels to combine
     36    psS32 numIter,                      ///< Number of rejection iterations
     37    psF32 sigmaClip,                    ///< Number of standard deviations at which to reject
     38    const psStats *stats                ///< Statistics to use in the combination
     39);
    3940
    40 psArray *pmRejectPixels(const psArray *images,          ///< Array of input images
    41                         const psArray *errors,          ///< The pixels which were rejected in the combination
    42                         const psArray *inToOut,         ///< Transformation from input to output system
    43                         const psArray *outToIn,         ///< Transformation from output to input system
    44                         psF32 rejThreshold,             ///< Rejection threshold
    45                         psF32 gradLimit                 ///< Gradient limit
    46                        );
     41psArray *pmRejectPixels(
     42    const psArray *images,              ///< Array of input images
     43    const psArray *masks,               ///< Array of input image masks
     44    const psArray *errors,              ///< The pixels which were rejected in the combination
     45    const psArray *inToOut,             ///< Transformation from input to output system
     46    const psArray *outToIn,             ///< Transformation from output to input system
     47    psF32 rejThreshold,                 ///< Rejection threshold
     48    psF32 gradLimit                     ///< Gradient limit
     49);
    4750#endif
Note: See TracChangeset for help on using the changeset viewer.