IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 19, 2005, 1:57:37 PM (21 years ago)
Author:
gusciora
Message:

...

File:
1 edited

Legend:

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

    r3769 r3990  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.126 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-04-26 19:53:30 $
     11 *  @version $Revision: 1.127 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-05-19 23:57:37 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    15121512
    15131513    // Determine minimum and maximum values in the data vector.
     1514    // XXX: remove this conditional?
    15141515    if (isnan(tmpStats->min)) {
    15151516        if (0 != p_psVectorMin(myVector, maskVector, maskVal, tmpStats)) {
     
    15191520        }
    15201521    }
     1522    // XXX: remove this conditional?
    15211523    if (isnan(tmpStats->max)) {
    15221524        if (0 != p_psVectorMax(myVector, maskVector, maskVal, tmpStats)) {
     
    16561658        }
    16571659
    1658 
     1660        // XXX: Must fit a 2-D polynomial, not a Gaussian.  (bug 366)
    16591661        psBool rc = psMinimizeLMChi2(min,
    16601662                                     NULL,
Note: See TracChangeset for help on using the changeset viewer.