Changeset 30622 for trunk/psModules/src/imcombine/pmSubtractionMatch.h
- Timestamp:
- Feb 13, 2011, 12:19:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.h
r29543 r30622 8 8 #include <pmSubtractionKernels.h> 9 9 #include <pmSubtractionStamps.h> 10 #include <pmSubtraction.h> 10 11 11 12 /// Match two images … … 26 27 int size, ///< Kernel half-size 27 28 int order, ///< Spatial polynomial order 28 constpsVector *widths, ///< ISIS Gaussian widths29 psVector *widths, ///< ISIS Gaussian widths 29 30 const psVector *orders, ///< ISIS Polynomial orders 30 31 int inner, ///< Inner radius for various kernel types … … 100 101 101 102 /// Scale subtraction parameters according to the FWHMs of the inputs 102 bool pmSubtractionParamsScale( 103 int *kernelSize, ///< Half-size of the kernel 104 int *stampSize, ///< Half-size of the stamp (footprint) 105 psVector *widths, ///< ISIS widths 106 float scaleRef, ///< Reference width for scaling 107 float scaleMin, ///< Minimum scaling ratio, or NAN 108 float scaleMax ///< Maximum scaling ratio, or NAN 103 // bool pmSubtractionParamsScale( 104 // int *kernelSize, ///< Half-size of the kernel 105 // int *stampSize, ///< Half-size of the stamp (footprint) 106 // psVector *widths, ///< ISIS widths 107 // float scaleRef, ///< Reference width for scaling 108 // float scaleMin, ///< Minimum scaling ratio, or NAN 109 // float scaleMax ///< Maximum scaling ratio, or NAN 110 // ); 111 112 bool pmSubtractionParamsScale(int *kernelSize, int *stampSize, psVector *widths, float fwhm1, float fwhm2); 113 114 bool pmSubtractionParamScaleOptions(bool scale, float scaleRef, float scaleMin, float scaleMax); 115 116 bool pmSubtractionMatchAttempt( 117 pmSubtractionQuality **bestMatch, 118 pmSubtractionKernels *kernels, 119 pmSubtractionStampList *stamps, 120 pmSubtractionMode mode, 121 int spatialOrder, 122 bool final 109 123 ); 110 124
Note:
See TracChangeset
for help on using the changeset viewer.
