IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18180


Ignore:
Timestamp:
Jun 18, 2008, 2:54:09 PM (18 years ago)
Author:
Paul Price
Message:

Adding pmSubtractionVarianceFactor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.h

    r17783 r18180  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2008-05-24 00:40:16 $
     8 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2008-06-19 00:54:09 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    7979                                  );
    8080
     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.
     85float 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
    8190/// Generate images of the convolution kernel elements
    8291psArray *pmSubtractionKernelSolutions(const psVector *solution, ///< Solution vector
Note: See TracChangeset for help on using the changeset viewer.