IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 14, 2010, 10:10:51 AM (17 years ago)
Author:
eugene
Message:

clean up residual stats calculation; add sample residual image support; change normalization to use rms not max for odd terms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/imcombine/pmSubtractionKernels.c

    r26590 r26593  
    2929    psFree(kernels->solution1);
    3030    psFree(kernels->solution2);
     31    psFree(kernels->sampleStamps);
    3132}
    3233
     
    226227    if (!forceZeroNull && ((uOrder % 2) || (vOrder % 2))) {
    227228        // Odd function
    228         scale2D = 1.0 / sqrt(sum2);
     229        scale2D = 1.0 / sqrt(sum2);
    229230    }
    230231
     
    573574    kernels->rms = NAN;
    574575    kernels->numStamps = 0;
     576    kernels->sampleStamps = NULL;
    575577
    576578    kernels->fSigResMean  = NAN;
Note: See TracChangeset for help on using the changeset viewer.