IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2008, 2:07:23 PM (18 years ago)
Author:
Paul Price
Message:

Adding parameter 'stride' to control the size of convolution patches (in pmSubtractionConvolve). Previously we have made this the (full) size of the kernel, but there's no reason why it can't be bigger. Making this value larger means the kernel doesn't have to be generated as often.

File:
1 edited

Legend:

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

    r20505 r20568  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2008-11-01 03:36:01 $
     8 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2008-11-07 00:03:18 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    103103                           const pmReadout *ro2, // Input image 2
    104104                           psImage *subMask, ///< Subtraction mask (or NULL)
     105                           int stride,  ///< Size of convolution patches
    105106                           psMaskType maskBad, ///< Mask value to give bad pixels
    106107                           psMaskType maskPoor, ///< Mask value to give poor pixels
Note: See TracChangeset for help on using the changeset viewer.