- Timestamp:
- Dec 22, 2009, 9:55:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.
