IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2005, 10:17:52 AM (21 years ago)
Author:
drobbin
Message:

updated files in accordance with requested revisions in apidelta-report-cycle6

File:
1 edited

Legend:

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

    r4315 r4409  
    1414 *  @author GLG, MHPCC
    1515 *
    16  *  @version $Revision: 1.44 $ $Name: not supported by cvs2svn $
    17  *  @date $Date: 2005-06-18 02:30:49 $
     16 *  @version $Revision: 1.45 $ $Name: not supported by cvs2svn $
     17 *  @date $Date: 2005-06-28 20:17:52 $
    1818 *
    1919 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9494    const psVector* errors,  ///< Errors.
    9595    const psVector* mask,    ///< Ignore elements where (maskVector & maskVal) != 0: must be INT or NULL
    96     psU32 maskVal            ///< Only mask elements with one of these bits set in maskVector
     96    psMaskType maskVal       ///< Only mask elements with one of these bits set in maskVector
    9797);
    9898
     
    160160psHistogram* psVectorHistogram(
    161161    psHistogram* out,                  ///< Histogram data
    162     const psVector* in,                ///< Vector to analyse
     162    const psVector* values,            ///< Vector to analyse
    163163    const psVector* errors,            ///< Errors
    164164    const psVector* mask,              ///< Mask dat for input vector
    165     psU32 maskVal                      ///< Mask value
     165    psMaskType maskVal                 ///< Mask value
    166166);
    167167
Note: See TracChangeset for help on using the changeset viewer.