Changeset 14738 for trunk/psModules/src/imcombine/pmSubtraction.h
- Timestamp:
- Sep 4, 2007, 1:56:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.h
r14709 r14738 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-0 8-30 21:45:26$8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-09-04 23:56:07 $ 10 10 * 11 11 * Copyright 2004-207 Institute for Astronomy, University of Hawaii … … 17 17 #include <pslib.h> 18 18 #include "pmSubtractionKernels.h" 19 #include "pmSubtractionStamps.h" 19 20 20 21 /// @addtogroup imcombine Image Combinations … … 37 38 int size, ///< Half-size of the kernel (pmSubtractionKernels.size) 38 39 int footprint ///< Half-size of the kernel footprint 40 ); 41 42 /// Convolve the reference stamp with the kernel components 43 bool pmSubtractionConvolveStamp(pmSubtractionStamp *stamp, ///< Stamp to convolve 44 const pmSubtractionKernels *kernels, ///< Kernel parameters 45 int footprint ///< Half-size of region over which to calculate equation 39 46 ); 40 47
Note:
See TracChangeset
for help on using the changeset viewer.
