IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 4, 2007, 1:56:07 PM (19 years ago)
Author:
Paul Price
Message:

Consolidating some code. Making it so that the convolutions of the reference don't have to be performed twice if the optimum kernel is computed (before, the convolutions were calculated twice --- once in getting the optimum kernel set, and once in calculating the least-squares matrix).

File:
1 edited

Legend:

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

    r14709 r14738  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-08-30 21:45:26 $
     8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-09-04 23:56:07 $
    1010 *
    1111 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
     
    1717#include <pslib.h>
    1818#include "pmSubtractionKernels.h"
     19#include "pmSubtractionStamps.h"
    1920
    2021/// @addtogroup imcombine Image Combinations
     
    3738                           int size, ///< Half-size of the kernel (pmSubtractionKernels.size)
    3839                           int footprint ///< Half-size of the kernel footprint
     40    );
     41
     42/// Convolve the reference stamp with the kernel components
     43bool pmSubtractionConvolveStamp(pmSubtractionStamp *stamp, ///< Stamp to convolve
     44                                const pmSubtractionKernels *kernels, ///< Kernel parameters
     45                                int footprint ///< Half-size of region over which to calculate equation
    3946    );
    4047
Note: See TracChangeset for help on using the changeset viewer.