Changeset 16620 for trunk/psModules/src/imcombine/pmStack.h
- Timestamp:
- Feb 22, 2008, 4:02:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmStack.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmStack.h
r14648 r16620 8 8 * @author GLG, MHPCC 9 9 * 10 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $11 * @date $Date: 200 7-08-23 23:43:12$10 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2008-02-23 02:02:59 $ 12 12 * 13 13 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii … … 43 43 psMaskType bad, ///< Mask value to give rejected pixels 44 44 int numIter, ///< Number of iterations 45 float rej ///< Rejection limit (standard deviations) 45 float rej, ///< Rejection limit (standard deviations) 46 bool useVariance, ///< Use variance values for rejection? 47 bool safe ///< Play safe with small numbers of input pixels (mask if N <= 2)? 46 48 ); 47 48 #if 049 psImage *pmStackCombine(psImage *combine, ///< Combined image (output)50 psArray **questionablePixels, ///< Array of rejection masks51 const psArray *images, ///< Array of input images52 const psArray *errors, ///< Array of input error images53 const psArray *masks, ///< Array of input masks54 psU32 maskVal, ///< Mask value55 const psPixels *pixels, ///< Pixels to combine56 psS32 numIter, ///< Number of rejection iterations57 psF32 sigmaClip ///< Number of standard deviations at which to reject58 );59 #endif60 61 #if 062 /// Reject pixles in input images63 bool pmStackReject(psArray *input, ///< Input array of pmStackData64 psMaskType maskVal, ///< Value to mask65 float extent, ///< Gaussian convolution extent, in Gaussian sigmas66 float threshold ///< Rejection threshold, in standard deviations67 );68 #endif69 70 #if 071 psArray *pmStackReject(72 const psArray *images, ///< Array of input images73 const psArray *masks, ///< Array of input image masks74 const psArray *errors, ///< The pixels which were rejected in the combination75 const psArray *inToOut, ///< Transformation from input to output system76 const psArray *outToIn, ///< Transformation from output to input system77 psF32 rejThreshold, ///< Rejection threshold78 psF32 gradLimit ///< Gradient limit79 );80 #endif81 49 82 50 /// @}
Note:
See TracChangeset
for help on using the changeset viewer.
