IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14330


Ignore:
Timestamp:
Jul 19, 2007, 3:53:52 PM (19 years ago)
Author:
Paul Price
Message:

Adding function to generate image of each of the components of the
solution kernel.

File:
1 edited

Legend:

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

    r14195 r14330  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-07-13 20:28:28 $
     8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-07-20 01:53:52 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    6969                                  );
    7070
     71/// Generate images of the convolution kernel elements
     72psArray *pmSubtractionKernelSolutions(const psVector *solution, ///< Solution vector
     73                                      const pmSubtractionKernels *kernels, ///< Kernel parameters
     74                                      float x, float y ///< Normalised position [-1,1] for images
     75    );
     76
    7177/// Convolve image in preparation for subtraction
    7278bool pmSubtractionConvolve(psImage **outImage, ///< Output image
Note: See TracChangeset for help on using the changeset viewer.