IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 28, 2010, 5:53:21 PM (16 years ago)
Author:
eugene
Message:

add some compile-time options (CENTRAL_DELTA & ZERO_KERNEL_ZERO_FLUX)

File:
1 edited

Legend:

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

    r29004 r29601  
    2020#include <pmSubtractionKernels.h>
    2121#include <pmSubtractionStamps.h>
     22
     23// if we use the original ppSub implementation, we subtract a central delta-function for all
     24// kernels to for a zero integral.  in the Alard-Lupton style zeroing, we can either subtract a
     25// Gaussian from all kernels (ZERO_KERNEL_ZERO_FLUX), or we can subtract it from all but the
     26// first kernel.
     27# define CENTRAL_DELTA 0
     28# define ZERO_KERNEL_ZERO_FLUX 1
    2229
    2330/// @addtogroup imcombine Image Combinations
Note: See TracChangeset for help on using the changeset viewer.