IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:34:39 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201 (substantially changes to the kernel matching code; updates to pmDetection container, added pmPattern, etc)

File:
1 edited

Legend:

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

    r26035 r26893  
    3939                        int iter,       ///< Rejection iterations
    4040                        float rej,      ///< Rejection threshold
     41                        float normFrac, ///< Fraction of flux in window for normalisation window
    4142                        float sysError, ///< Relative systematic error in images
     43                        float skyError, ///< Relative systematic error in images
    4244                        float kernelError, ///< Relative systematic error in kernel
     45                        float covarFrac,   ///< Fraction for kernel truncation before covariance calculation
    4346                        psImageMaskType maskVal, ///< Value to mask for input
    4447                        psImageMaskType maskBad, ///< Mask for output bad pixels
     
    5760                               int stride, ///< Size for convolution patches
    5861                               float kernelError, ///< Relative systematic error in kernel
     62                               float covarFrac,   ///< Fraction for kernel truncation before covariance calc.
    5963                               psImageMaskType maskVal, ///< Value to mask for input
    6064                               psImageMaskType maskBad, ///< Mask for output bad pixels
     
    9498    );
    9599
     100
     101/// Scale subtraction parameters according to the FWHMs of the inputs
     102bool pmSubtractionParamsScale(
     103    int *kernelSize,                    ///< Half-size of the kernel
     104    int *stampSize,                     ///< Half-size of the stamp (footprint)
     105    psVector *widths,                   ///< ISIS widths
     106    float fwhm1, float fwhm2,           ///< FWHMs for inputs
     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
     112
    96113#endif
Note: See TracChangeset for help on using the changeset viewer.