IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 6, 2011, 11:04:02 AM (15 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/ppStack/src/ppStackMatch.c

    r31158 r32343  
    441441                assert(item->type == PS_DATA_UNKNOWN);
    442442                pmSubtractionKernels *kernels = item->data.V; // Convolution kernels
    443                 sum += kernels->mean;
     443                // EAM/MEH sum the RMS instead of the mean now 
     444                sum += kernels->rms;
    444445                num++;
    445446            }
Note: See TracChangeset for help on using the changeset viewer.