IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 606


Ignore:
Timestamp:
May 7, 2004, 12:07:53 PM (22 years ago)
Author:
Paul Price
Message:

Changed order of variables for psArrayStats --- output goes first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/include/psStats.h

    r357 r606  
    6262/** Do Statistics on an array.  Returns a status value. \ingroup MathGroup */
    6363psStats *
    64 psArrayStats(const psFloatArray *restrict myArray, ///< Array to be analysed
     64psArrayStats(psStats *stats,            ///< stats structure defines stats to be calculated, how and result
     65             const psFloatArray *restrict myArray, ///< Array to be analysed
    6566             const psIntArray *restrict maskArray, ///< Ignore elements where (maskArray & maskVal) != 0
    6667                                                   ///< May be NULL
    67              unsigned int maskVal,      ///< Only mask elements with one of these bits set in maskArray
    68              psStats *stats             ///< stats structure defines stats to be calculated and how
     68             unsigned int maskVal       ///< Only mask elements with one of these bits set in maskArray
    6969    );
    7070
Note: See TracChangeset for help on using the changeset viewer.