IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2007, 2:32:43 PM (19 years ago)
Author:
Paul Price
Message:

Making the input mask optional for pmSubtractionMask --- necessary if we're convolving to a desired PSF rather than to an image.

File:
1 edited

Legend:

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

    r14480 r14515  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-08-14 02:14:30 $
     8 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-08-16 00:32:43 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    3131
    3232/// Generate a mask for use in the subtraction process
    33 psImage *pmSubtractionMask(const psImage *inMask, ///< Mask for the input image
    34                            const psImage *refMask, ///< Mask for the reference image (will be convolved)
     33psImage *pmSubtractionMask(const psImage *refMask, ///< Mask for the reference image (will be convolved)
     34                           const psImage *inMask, ///< Mask for the input image, or NULL
    3535                           psMaskType maskVal, ///< Value to mask out
    3636                           int size, ///< Half-size of the kernel (pmSubtractionKernels.size)
Note: See TracChangeset for help on using the changeset viewer.