IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2010, 12:38:23 PM (16 years ago)
Author:
eugene
Message:

re-scale kernels by fwhm2 to avoid excessive dynamic range; modify residual stats to be more sensible; add threshold to min significant element of SVD inversion (1e-6); adjust penalties again (still not clear what is best...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psModules/src/imcombine/pmSubtraction.c

    r29004 r29148  
    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.