Changeset 26474
- Timestamp:
- Dec 22, 2009, 9:55:34 AM (16 years ago)
- Location:
- branches/eam_branches/20091201/psModules/src/imcombine
- Files:
-
- 2 edited
-
Makefile.am (modified) (2 diffs)
-
pmSubtraction.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules/src/imcombine/Makefile.am
r23242 r26474 13 13 pmSubtractionIO.c \ 14 14 pmSubtractionKernels.c \ 15 pmSubtractionHermitian.c \ 15 16 pmSubtractionMask.c \ 16 17 pmSubtractionMatch.c \ … … 32 33 pmSubtractionIO.h \ 33 34 pmSubtractionKernels.h \ 35 pmSubtractionHermitian.h \ 34 36 pmSubtractionMask.h \ 35 37 pmSubtractionMatch.h \ -
branches/eam_branches/20091201/psModules/src/imcombine/pmSubtraction.c
r26373 r26474 161 161 } 162 162 case PM_SUBTRACTION_KERNEL_ISIS: { 163 solvedKernelISIS(kernel, kernels, value, i); 164 break; 165 } 166 case PM_SUBTRACTION_KERNEL_HERM: { 163 167 solvedKernelISIS(kernel, kernels, value, i); 164 168 break; … … 680 684 return convolveStampISIS(image, kernels, index, footprint); 681 685 } 686 case PM_SUBTRACTION_KERNEL_HERM: { 687 return convolveStampISIS(image, kernels, index, footprint); 688 } 682 689 case PM_SUBTRACTION_KERNEL_RINGS: { 683 690 psKernel *convolved = psKernelAlloc(-footprint, footprint, … … 1392 1399 } 1393 1400 1394 1395 1401 psLogMsg("psModules.imcombine", PS_LOG_INFO, "Convolve image: %f sec", 1396 1402 psTimerClear("pmSubtractionConvolve"));
Note:
See TracChangeset
for help on using the changeset viewer.
