Changeset 19768
- Timestamp:
- Sep 26, 2008, 4:51:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/imcombine/pmSubtraction.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtraction.c
r19766 r19768 590 590 ) 591 591 { 592 #if 0593 if (index == kernels->num) {594 // Normalisation component595 return convolveOffset(image, 0, 0, footprint);596 }597 #endif598 599 592 switch (kernels->type) { 600 593 case PM_SUBTRACTION_KERNEL_POIS: { … … 686 679 } 687 680 return convolved; 688 #if 0689 // Photometric scaling is already built in to the precalculated kernel690 return p_pmSubtractionConvolveStampPrecalc(image, kernels->preCalc->data[index]);691 #endif692 681 } 693 682 case PM_SUBTRACTION_KERNEL_RINGS: {
Note:
See TracChangeset
for help on using the changeset viewer.
