IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 20, 2007, 1:59:03 PM (19 years ago)
Author:
eugene
Message:

added psStatsInit, FITTED_MEAN_V4, fixed out-of-range error in FITTED_MEAN_V3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.h

    r14452 r14931  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-08-09 01:40:07 $
     10 * @version $Revision: 1.63 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-09-20 23:59:03 $
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     
    5151    PS_STAT_USE_RANGE       = 0x100000, ///< Range
    5252    PS_STAT_USE_BINSIZE     = 0x200000, ///< Binsize
    53     PS_STAT_SPARE2          = 0x400000, ///< Spare 2
    54     PS_STAT_SPARE3          = 0x800000, ///< Spare 3
     53    PS_STAT_FITTED_MEAN_V4  = 0x400000, ///< Fitted Mean
     54    PS_STAT_FITTED_STDEV_V4 = 0x800000, ///< Fitted Standard Deviation
    5555} psStatsOptions;
    5656
     
    131131);
    132132
     133// reset the values which are output, and which may be used from one psStats stage to the next
     134void psStatsInit(psStats *stats);
     135
    133136// Get the statistics option from a string
    134137psStatsOptions psStatsOptionFromString(const char *string);
Note: See TracChangeset for help on using the changeset viewer.