IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2010, 2:45:41 PM (16 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20100823

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtraction.c

    r29004 r29543  
    540540
    541541    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
    542546    int x0 = - image->xMin, y0 = - image->yMin; // Position of centre of convolved image
    543547    psKernel *convolved = psKernelAllocFromImage(conv, x0, y0); // Kernel version
Note: See TracChangeset for help on using the changeset viewer.