- Timestamp:
- Sep 12, 2010, 12:38:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtraction.c
r29004 r29148 540 540 541 541 psImage *conv = psImageConvolveFFT(NULL, image->image, NULL, 0, kernel); // Convolved image 542 543 // note: do not attempt to renormalize kernels here: cannot have different stars with 544 // different kernel ratios 545 542 546 int x0 = - image->xMin, y0 = - image->yMin; // Position of centre of convolved image 543 547 psKernel *convolved = psKernelAllocFromImage(conv, x0, y0); // Kernel version
Note:
See TracChangeset
for help on using the changeset viewer.
