IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 10:38:47 AM (19 years ago)
Author:
Paul Price
Message:

Moving pmSubtractionDeconvolveMask out of subtraction files, renaming pmStackReject, and putting it in its own file. It's used for stacking, not subtraction, even though it uses the subtraction functions. Added the forward convolution, so that all pixels that should be rejected are rejected (not just those that are bad in the original image, but all those that it contributes to in the convolved image.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.h

    r14602 r14632  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-08-22 02:56:53 $
     8 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-08-23 20:38:47 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    9191    );
    9292
    93 /// Given a list of pixels from the convolved image, find the corresponding (smaller subset of) pixels in the
    94 /// original image
    95 ///
    96 /// We apply a matched filter to the corresponding mask image, and threshold to find the original pixels
    97 psPixels *pmSubtractionDeconvolveMask(const psPixels *in, ///< List of pixels in the convolved image
    98                                       float threshold, ///< Threshold on convolved image, 0..1
    99                                       const psArray *regions, ///< Array of image regions for image
    100                                       const psArray *solutions, ///< Array of solution vectors for image
    101                                       const pmSubtractionKernels *kernels ///< Kernel parameters
    102     );
    103 
    10493/// @}
    10594#endif
Note: See TracChangeset for help on using the changeset viewer.