- Timestamp:
- Jan 26, 2011, 5:21:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtractionMatch.h
r30288 r30383 27 27 int size, ///< Kernel half-size 28 28 int order, ///< Spatial polynomial order 29 constpsVector *widths, ///< ISIS Gaussian widths29 psVector *widths, ///< ISIS Gaussian widths 30 30 const psVector *orders, ///< ISIS Polynomial orders 31 31 int inner, ///< Inner radius for various kernel types … … 101 101 102 102 /// Scale subtraction parameters according to the FWHMs of the inputs 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 ); 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); 111 115 112 116 bool pmSubtractionMatchAttempt(
Note:
See TracChangeset
for help on using the changeset viewer.
