IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 13, 2009, 1:52:14 PM (17 years ago)
Author:
Paul Price
Message:

Using covariance factor to set the correct variance level. Median does not do a good job of selecting the middle of the distribution when there's a variety of input weights (esp. when one image has dominant weight), so now using an 'olympic weighted mean' to provide the mean value for rejection. Tried a 'weighted median', but it doesn't do as good a job.

File:
1 edited

Legend:

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

    r21183 r21476  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2009-01-27 06:39:38 $
     10 * @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2009-02-13 23:52:14 $
    1212 *
    1313 * Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    4949                    float rej,          ///< Rejection limit (standard deviations)
    5050                    float sys,          ///< Relative systematic error
     51                    float discard,      ///< Fraction of values to discard for Olympic weighted mean
    5152                    bool entire,        ///< Combine entire image even if rejection lists provided?
    5253                    bool useVariance,   ///< Use variance values for rejection?
Note: See TracChangeset for help on using the changeset viewer.