IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2007, 3:57:15 PM (18 years ago)
Author:
Paul Price
Message:

Implementing dual-convolution. This required reworking those
functions involved with calculating and solving the equations; moved
these into a separate file and made various other cleanups (e.g.,
assertions for pmSubtractionKernels). Removed the normalisation
(central pixel) term from all kernels, because this shouldn't be in
the second kernel (there's only one normalisation term between the two
kernels); the normalisation is treated explicitly in the equations,
along with the background (still only a constant background is
supported for now, but there's a lot of support for a polynomial
background for when I get around to putting it in the equations).
Tested the single convolution, and it's working; same results as
before, apparently. Haven't tested dual convolution yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/Makefile.am

    r14886 r15756  
    99        pmStackReject.c         \
    1010        pmSubtraction.c         \
     11        pmSubtractionEquation.c \
    1112        pmSubtractionKernels.c  \
     13        pmSubtractionMask.c     \
     14        pmSubtractionMatch.c    \
     15        pmSubtractionParams.c   \
    1216        pmSubtractionStamps.c   \
    13         pmSubtractionMatch.c    \
    14         pmSubtractionParams.c
     17        pmPSFEnvelope.c
    1518
    1619pkginclude_HEADERS = \
     
    2023        pmStackReject.h         \
    2124        pmSubtraction.h         \
     25        pmSubtractionEquation.h \
    2226        pmSubtractionKernels.h  \
     27        pmSubtractionMask.h     \
     28        pmSubtractionMatch.h    \
     29        pmSubtractionParams.h   \
    2330        pmSubtractionStamps.h   \
    24         pmSubtractionMatch.h    \
    25         pmSubtractionParams.h
     31        pmPSFEnvelope.h
    2632
    2733CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.