IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2007, 10:55:23 AM (19 years ago)
Author:
Paul Price
Message:

Adding function pmSubtractionKernelsOptimumISIS, which derives an optimum set of kernels for ISIS (and GUNK). Its use necessitated a few API changes to the other parts of the image subtraction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionMatch.h

    r14584 r14671  
    2828                        int ringsOrder, ///< RINGS polynomial order
    2929                        int binning,    ///< SPAM kernel binning
     30                        bool optimum,   ///< Search for optimum ISIS kernel?
     31                        psVector *optFWHMs, ///< FWHMs for optimum search
     32                        int optOrder,   ///< Maximum order for optimum search
     33                        float optThreshold, ///< Threshold for optimum search (0..1)
    3034                        // Operational parameters
    3135                        int iter,       ///< Rejection iterations
Note: See TracChangeset for help on using the changeset viewer.