IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 4, 2009, 4:52:05 PM (17 years ago)
Author:
Paul Price
Message:

Soften errors, both in the least-squares matrix/vector construction and in the rejection stage. Softening in the rejection stage seems to be very important so that bright stamps aren't rejected (after which the solution can go crazy). Now carrying around a weight image = 1/variance instead of the variance image. This can be softened, saving many divisions in the matrix/vector construction.

File:
1 edited

Legend:

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

    r25120 r26035  
    3939                        int iter,       ///< Rejection iterations
    4040                        float rej,      ///< Rejection threshold
    41                         float sysError, ///< Relative systematic error
     41                        float sysError, ///< Relative systematic error in images
     42                        float kernelError, ///< Relative systematic error in kernel
    4243                        psImageMaskType maskVal, ///< Value to mask for input
    4344                        psImageMaskType maskBad, ///< Mask for output bad pixels
     
    5556                               psMetadata *analysis, ///< Analysis metadata with pre-calculated kernel, region
    5657                               int stride, ///< Size for convolution patches
    57                                float sysError, ///< Relative systematic error
     58                               float kernelError, ///< Relative systematic error in kernel
    5859                               psImageMaskType maskVal, ///< Value to mask for input
    5960                               psImageMaskType maskBad, ///< Mask for output bad pixels
Note: See TracChangeset for help on using the changeset viewer.