Changeset 19282 for trunk/psModules/src/imcombine/pmSubtraction.h
- Timestamp:
- Aug 28, 2008, 6:04:19 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.h
r19164 r19282 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $9 * @date $Date: 2008-08-2 2 22:45:36$8 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-08-29 04:04:19 $ 10 10 * Copyright 2004-207 Institute for Astronomy, University of Hawaii 11 11 */ … … 126 126 ); 127 127 128 /// Given pixel coordinates (x,y), generate a matrix where the elements (i,j) are x^i * y^j 129 /// 130 /// Same as p_pmSubtractionPolynomial except that the normalisation is applied 131 psImage *p_pmSubtractionPolynomialFromCoords(psImage *output, ///< Output matrix, or NULL 132 const pmSubtractionKernels *kernels, ///< Kernel parameters 133 int numCols, int numRows, ///< Size of image of interest 134 int x, int y ///< Position of interest 135 ); 136 137 /// Return the radius from the centre of the convolution kernel that distinguishes "bad" and "poor" pixels 138 int p_pmSubtractionBadRadius(psKernel *preKernel, ///< Pre-calculated convolution kernel 139 const pmSubtractionKernels *kernels, ///< Kernel parameters 140 const psImage *polyValues, ///< Polynomial values 141 bool wantDual, ///< Calculate for the dual kernel? 142 float poorFrac ///< Fraction for "poor" 143 ); 144 128 145 /// @} 129 146 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
