IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2007, 2:15:28 PM (19 years ago)
Author:
Paul Price
Message:

Give pmSubtractionBorder a size, rather than the NULL kernel (since kernel is now dependent on the region, not the whole image, though the size is generally constant).

File:
1 edited

Legend:

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

    r14738 r14739  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-09-04 23:56:07 $
     8 * @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-09-05 00:15:28 $
    1010 *
    1111 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
     
    9696                         psImage *weight, ///< Weight map (or NULL)
    9797                         psImage *mask, ///< Mask (or NULL)
    98                          const pmSubtractionKernels *kernels, ///< Kernel parameters (for kernel size)
     98                         int size,      ///< Kernel half-size
    9999                         psMaskType blank ///< Mask value for blank regions
    100100    );
Note: See TracChangeset for help on using the changeset viewer.