IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18493


Ignore:
Timestamp:
Jul 12, 2008, 11:08:14 AM (18 years ago)
Author:
eugene
Message:

added a comment

File:
1 edited

Legend:

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

    r18331 r18493  
    1313 * use ->min and ->max (PS_STAT_USE_RANGE)
    1414 *
    15  *  @version $Revision: 1.226 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2008-06-26 21:47:01 $
     15 *  @version $Revision: 1.227 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2008-07-12 21:08:14 $
    1717 *
    1818 *  Copyright 2006 IfA, University of Hawaii
     
    935935            for (long i = 0 ; i < myVector->n ; i++) {
    936936                if ((myVector->data.F32[i] < medianLo) || (myVector->data.F32[i] > medianHi)) {
     937                    // XXXX is this correct?  is MASK_MARK safe?
    937938                    mask->data.U8[i] |= MASK_MARK;
    938939                    psTrace(TRACE, 6, "Masking element %ld is %f\n", i, myVector->data.F32[i]);
Note: See TracChangeset for help on using the changeset viewer.