IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 13, 2007, 4:14:30 PM (19 years ago)
Author:
Paul Price
Message:

Adding enhancement to extract the pixels for each stamp from the image, so that pmSubtractionCalculateEquation doesn't need to look at the input image (so I can later put in a fake target PSF). The stamps are extracted as 'kernels' so that offsets need not be performed.

File:
1 edited

Legend:

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

    r14455 r14480  
    66 * @author GLG, MHPCC
    77 *
    8  * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    9  * @date $Date: 2007-08-09 20:25:52 $
     8 * @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     9 * @date $Date: 2007-08-14 02:14:30 $
    1010 * Copyright 2004-207 Institute for Astronomy, University of Hawaii
    1111 */
     
    4040/// Calculate the least-squares equation to match the image quality
    4141bool pmSubtractionCalculateEquation(psArray *stamps, ///< The stamps for which to calculate the equation,
    42                                     const psImage *reference, ///< Reference image
    43                                     const psImage *input, ///< Input image
    44                                     const psImage *weight, ///< Weight image, or NULL
    4542                                    const pmSubtractionKernels *kernels, ///< Kernel parameters
    4643                                    int footprint ///< Half-size of region over which to calculate equation
Note: See TracChangeset for help on using the changeset viewer.