IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2011, 5:07:46 PM (16 years ago)
Author:
eugene
Message:

test chisq improvements from increasing the spatial order and DUAL vs SINGLE1,2; reject stamps on the basis of the chisq vs flux2 model fit (allowing for systematic errors in the fit); track the best fit with the new pmSubtractionQuality structure; split out pmSubtractionConvolveStamps from pmSubtractionCalculateEquation; replace pmSubtractionCalculateDeviations with pmSubtractionCalculateChisqAndMoments

File:
1 edited

Legend:

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

    r29543 r30288  
    88#include <pmSubtractionKernels.h>
    99#include <pmSubtractionStamps.h>
     10#include <pmSubtraction.h>
    1011
    1112/// Match two images
     
    109110    );
    110111
     112bool pmSubtractionMatchAttempt(
     113    pmSubtractionQuality **bestMatch,
     114    pmSubtractionKernels *kernels,
     115    pmSubtractionStampList *stamps,
     116    pmSubtractionMode mode,
     117    int spatialOrder,
     118    bool final
     119    );
     120
    111121#endif
Note: See TracChangeset for help on using the changeset viewer.