Changeset 26893 for trunk/psModules/src/imcombine/pmSubtractionMatch.h
- Timestamp:
- Feb 10, 2010, 7:34:39 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionMatch.h
r26035 r26893 39 39 int iter, ///< Rejection iterations 40 40 float rej, ///< Rejection threshold 41 float normFrac, ///< Fraction of flux in window for normalisation window 41 42 float sysError, ///< Relative systematic error in images 43 float skyError, ///< Relative systematic error in images 42 44 float kernelError, ///< Relative systematic error in kernel 45 float covarFrac, ///< Fraction for kernel truncation before covariance calculation 43 46 psImageMaskType maskVal, ///< Value to mask for input 44 47 psImageMaskType maskBad, ///< Mask for output bad pixels … … 57 60 int stride, ///< Size for convolution patches 58 61 float kernelError, ///< Relative systematic error in kernel 62 float covarFrac, ///< Fraction for kernel truncation before covariance calc. 59 63 psImageMaskType maskVal, ///< Value to mask for input 60 64 psImageMaskType maskBad, ///< Mask for output bad pixels … … 94 98 ); 95 99 100 101 /// 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 fwhm1, float fwhm2, ///< FWHMs for inputs 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 96 113 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
