IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 18, 2011, 11:37:11 PM (15 years ago)
Author:
mhuber
Message:

simple test modifications for poor image rejection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/meh_branches/ppstack_test/ppStack/src/ppStackMatch.c

    r31158 r32134  
    441441                assert(item->type == PS_DATA_UNKNOWN);
    442442                pmSubtractionKernels *kernels = item->data.V; // Convolution kernels
    443                 sum += kernels->mean;
     443                // MEH sum the RMS?
     444                sum += kernels->rms;
     445                //sum += kernels->mean;
    444446                num++;
    445447            }
Note: See TracChangeset for help on using the changeset viewer.