IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2007, 10:55:23 AM (19 years ago)
Author:
Paul Price
Message:

Adding function pmSubtractionKernelsOptimumISIS, which derives an optimum set of kernels for ISIS (and GUNK). Its use necessitated a few API changes to the other parts of the image subtraction.

File:
1 edited

Legend:

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

    r14533 r14671  
    5151                                psImage *weight, ///< Weight (variance) map
    5252                                int footprint, ///< Stamp footprint size
    53                                 const pmSubtractionKernels *kernels ///< Kernel basis functions (for size)
     53                                int kernelSize ///< Kernel half-size
    5454    );
    5555
     
    5858                                 float fwhm, ///< FWHM for each stamp
    5959                                 int footprint, ///< Stamp footprint size
    60                                  const pmSubtractionKernels *kernels ///< Kernel basis functions
     60                                 int size ///< Kernel half-size
    6161    );
    6262
Note: See TracChangeset for help on using the changeset viewer.