IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 28, 2004, 3:59:06 PM (22 years ago)
Author:
evanalst
Message:

Function psHistogramVector name changed to psVectorHistogram per SDR-02.

File:
1 edited

Legend:

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

    r1298 r1322  
    11841184
    11851185    // Populate the histogram array.
    1186     psHistogramVector(robustHistogram, myVector, maskVector, maskVal);
     1186    psVectorHistogram(robustHistogram, myVector, maskVector, maskVal);
    11871187
    11881188    // Smooth the histogram.
     
    16731673
    16741674/*****************************************************************************
    1675 psHistogramVector(out, in, mask, maskVal): this procedure takes as input a
     1675psVectorHistogram(out, in, mask, maskVal): this procedure takes as input a
    16761676preallocated and initialized histogram structure.  It fills the bins in that
    16771677histogram structure in accordance with the input data "in" and the, possibly
     
    16861686    The histogram structure "out".
    16871687 *****************************************************************************/
    1688 psHistogram *psHistogramVector(psHistogram *out,
     1688psHistogram *psVectorHistogram(psHistogram *out,
    16891689                               const psVector *restrict in,
    16901690                               const psVector *restrict mask,
    1691                                int maskVal)
     1691                               unsigned int maskVal)
    16921692{
    16931693    int i = 0;                                  // Loop index variable
Note: See TracChangeset for help on using the changeset viewer.