IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 21, 2004, 10:42:07 AM (22 years ago)
Author:
gusciora
Message:

Added errors arguments to the VectorStats and VectorHistogram functions.
The arguments are ignored in the histogram and robust stats code.

File:
1 edited

Legend:

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

    r2347 r2778  
    1010 *  @author George Gusciora, MHPCC
    1111 *
    12  *  @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2004-11-12 20:45:27 $
     12 *  @version $Revision: 1.36 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2004-12-21 20:42:07 $
    1414 *
    1515 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    8787psStats* psVectorStats(
    8888    psStats* stats,    ///< stats structure defines stats to be calculated and how
    89     psVector* in,    ///< Vector to be analysed: must be F32
     89    psVector* in,      ///< Vector to be analysed.
     90    psVector* errors,  ///< Errors.
    9091    psVector* mask,    ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL
    91     psU32 maskVal    ///< Only mask elements with one of these bits set in maskVector
     92    psU32 maskVal      ///< Only mask elements with one of these bits set in maskVector
    9293);
    9394
     
    156157    psHistogram* out,                  ///< Histogram data
    157158    const psVector* restrict in,       ///< Vector to analyse
     159    const psVector* restrict errors,   ///< Errors
    158160    const psVector* restrict mask,     ///< Mask dat for input vector
    159161    psU32 maskVal               ///< Mask value
Note: See TracChangeset for help on using the changeset viewer.