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/pmSubtractionKernels.h

    r14533 r14671  
    3131} pmSubtractionKernels;
    3232
     33/// Generate a delta-function grid for subtraction kernels (like the POIS kernel)
     34bool p_pmSubtractionKernelsAddGrid(pmSubtractionKernels *kernels, ///< The subtraction kernels to append to
     35                                   int start, ///< Index at which to start appending
     36                                   int size ///< Half-size of the grid
     37    );
     38
    3339/// General allocator for pmSubtractionKernels
    3440///
     
    4450pmSubtractionKernels *pmSubtractionKernelsPOIS(int size, ///< Half-size of the kernel (in both dims)
    4551                                               int spatialOrder ///< Order of spatial variations
     52    );
     53
     54/// Generate ISIS kernels without the flux scaling built in
     55pmSubtractionKernels *p_pmSubtractionKernelsRawISIS(int size, ///< Half-size of the kernel
     56                                                    int spatialOrder, ///< Order of spatial variations
     57                                                    const psVector *fwhms, ///< Gaussian FWHMs
     58                                                    const psVector *orders ///< Polynomial order of gaussians
    4659    );
    4760
Note: See TracChangeset for help on using the changeset viewer.