IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2011, 12:03:26 AM (15 years ago)
Author:
mhuber
Message:

switch sum of kernels->mean to kernels->rms for PSF matching image rejection in convolved stacking, also ensure RMS is positive

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackMatch.c

    r31158 r32170  
    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.