IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 25, 2011, 2:17:35 PM (15 years ago)
Author:
eugene
Message:

scale convolution kernels by the 1st radial moment, not the reported seeing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20101205/psModules/src/imcombine/pmSubtractionMatch.c

    r30342 r30362  
    709709                float maxFWHM = PS_MAX(fwhm1, fwhm2);
    710710                float maxRadial = PS_MAX(radMoment1, radMoment2);
    711            
    712                 if (fabs(2.0*(maxFWHM - maxRadial)/(maxFWHM + maxRadial)) > 0.25) {
     711               
     712                // if (fabs(2.0*(maxFWHM - maxRadial)/(maxFWHM + maxRadial)) > 0.25) {
     713                if (1) {
    713714
    714715                    float scale = maxRadial / maxFWHM;
Note: See TracChangeset for help on using the changeset viewer.