Changeset 18180
- Timestamp:
- Jun 18, 2008, 2:54:09 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
r17783 r18180 6 6 * @author GLG, MHPCC 7 7 * 8 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $9 * @date $Date: 2008-0 5-24 00:40:16$8 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-06-19 00:54:09 $ 10 10 * Copyright 2004-207 Institute for Astronomy, University of Hawaii 11 11 */ … … 79 79 ); 80 80 81 /// Return the variance factor for a kernel 82 /// 83 /// The variance factor allows conversion from the large-scale variance (which is what is calculated by 84 /// pmSubtractionConvolve) and the small-scale (pixel-to-pixel) variance. 85 float pmSubtractionVarianceFactor(const pmSubtractionKernels *kernels, ///< Kernel parameters 86 float x, float y, ///< Normalised position [-1,1] 87 bool wantDual ///< Calculate for the dual kernel? 88 ); 89 81 90 /// Generate images of the convolution kernel elements 82 91 psArray *pmSubtractionKernelSolutions(const psVector *solution, ///< Solution vector
Note:
See TracChangeset
for help on using the changeset viewer.
