IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14580


Ignore:
Timestamp:
Aug 20, 2007, 4:54:18 PM (19 years ago)
Author:
Paul Price
Message:

Adding function pmSubtractionMatch to do the PSF-matching. It calls all the other functions, doing what ppSub has done for a long time. However, since we want to use the same functionality in ppStack, I moved it in here to avoid code repitition. Currently untested.

Location:
trunk/psModules/src/imcombine
Files:
2 added
1 edited

Legend:

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

    r13457 r14580  
    99        pmSubtraction.c         \
    1010        pmSubtractionKernels.c  \
    11         pmSubtractionStamps.c
     11        pmSubtractionStamps.c   \
     12        pmSubtractionMatch.c
    1213
    1314pkginclude_HEADERS = \
     
    1617        pmSubtraction.h         \
    1718        pmSubtractionKernels.h  \
    18         pmSubtractionStamps.h
     19        pmSubtractionStamps.h   \
     20        pmSubtractionMatch.h
    1921
    2022CLEANFILES = *~
Note: See TracChangeset for help on using the changeset viewer.