IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2011, 5:21:42 PM (15 years ago)
Author:
eugene
Message:

report the diff chisq as well as the residual chisq; truncate SVD at dynamic range of 1e10; fix the scaling process

File:
1 edited

Legend:

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

    r30288 r30383  
    2727                        int size,       ///< Kernel half-size
    2828                        int order,      ///< Spatial polynomial order
    29                         const psVector *widths, ///< ISIS Gaussian widths
     29                        psVector *widths, ///< ISIS Gaussian widths
    3030                        const psVector *orders, ///< ISIS Polynomial orders
    3131                        int inner,      ///< Inner radius for various kernel types
     
    101101
    102102/// Scale subtraction parameters according to the FWHMs of the inputs
    103 bool pmSubtractionParamsScale(
    104     int *kernelSize,                    ///< Half-size of the kernel
    105     int *stampSize,                     ///< Half-size of the stamp (footprint)
    106     psVector *widths,                   ///< ISIS widths
    107     float scaleRef,                     ///< Reference width for scaling
    108     float scaleMin,                     ///< Minimum scaling ratio, or NAN
    109     float scaleMax                      ///< Maximum scaling ratio, or NAN
    110     );
     103// bool pmSubtractionParamsScale(
     104//     int *kernelSize,                    ///< Half-size of the kernel
     105//     int *stampSize,                     ///< Half-size of the stamp (footprint)
     106//     psVector *widths,                   ///< ISIS widths
     107//     float scaleRef,                     ///< Reference width for scaling
     108//     float scaleMin,                     ///< Minimum scaling ratio, or NAN
     109//     float scaleMax                      ///< Maximum scaling ratio, or NAN
     110//     );
     111
     112bool pmSubtractionParamsScale(int *kernelSize, int *stampSize, psVector *widths, float fwhm1, float fwhm2);
     113
     114bool pmSubtractionParamScaleOptions(bool scale, float scaleRef, float scaleMin, float scaleMax);
    111115
    112116bool pmSubtractionMatchAttempt(
Note: See TracChangeset for help on using the changeset viewer.