IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 16, 2007, 4:45:40 PM (19 years ago)
Author:
Paul Price
Message:

Allowing use of FFT convolution for masks. The program was spending a lot of time doing a direct convolution of the mask.

File:
1 edited

Legend:

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

    r15305 r15325  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-10-12 23:00:37 $
     8 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-10-17 02:45:40 $
    1010 *
    1111 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
     
    3838                           int size, ///< Half-size of the kernel (pmSubtractionKernels.size)
    3939                           int footprint, ///< Half-size of the kernel footprint
    40                            float badFrac ///< Maximum fraction of bad input pixels to accept
     40                           float badFrac, ///< Maximum fraction of bad input pixels to accept
     41                           bool useFFT  ///< Use FFT to do convolution?
    4142    );
    4243
Note: See TracChangeset for help on using the changeset viewer.