IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2011, 5:18:40 PM (15 years ago)
Author:
eugene
Message:

once more address issues with the fitted mean measurement: if the lower-half fit is poor, it can give a result higher than the full sample fit; only accept the lower-half fit if it is lower than the full fit and higher than the lower range of the lower-half data sample; deprecate all of the old named versions of the fitted mean (eg, FITTED_MEAN_V2,V3, etc). All of these names now select the single best-tested version of the algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psLib/src/math/psStats.h

    r21183 r30863  
    4343    PS_STAT_FITTED_MEAN     = 0x001000, ///< Fitted Mean
    4444    PS_STAT_FITTED_STDEV    = 0x002000, ///< Fitted Standard Deviation
    45     PS_STAT_FITTED_MEAN_V2  = 0x004000, ///< Fitted Mean
    46     PS_STAT_FITTED_STDEV_V2 = 0x008000, ///< Fitted Standard Deviation
    47     PS_STAT_FITTED_MEAN_V3  = 0x010000, ///< Fitted Mean
    48     PS_STAT_FITTED_STDEV_V3 = 0x020000, ///< Fitted Standard Deviation
    4945    PS_STAT_CLIPPED_MEAN    = 0x040000, ///< Clipped Mean
    5046    PS_STAT_CLIPPED_STDEV   = 0x080000, ///< Clipped Standard Deviation
    5147    PS_STAT_USE_RANGE       = 0x100000, ///< Range
    5248    PS_STAT_USE_BINSIZE     = 0x200000, ///< Binsize
    53     PS_STAT_FITTED_MEAN_V4  = 0x400000, ///< Fitted Mean
    54     PS_STAT_FITTED_STDEV_V4 = 0x800000, ///< Fitted Standard Deviation
    5549} psStatsOptions;
    5650
Note: See TracChangeset for help on using the changeset viewer.