IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 18, 2006, 4:57:18 PM (20 years ago)
Author:
magnier
Message:

added some trace lines

File:
1 edited

Legend:

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

    r9625 r9640  
    1010 *  @author EAM, IfA
    1111 *
    12  *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2006-10-18 18:37:38 $
     12 *  @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2006-10-19 02:57:18 $
    1414 *
    1515 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    13211321            psTrace("psLib.math", 5, "Median is %f\n", stats->robustMedian);
    13221322        psTrace("psLib.math", 5, "Stdev is %f\n", stats->robustStdev);
     1323        psTrace("psLib.math", 5, "Sample Median is %f\n", stats->sampleMedian);
     1324        psTrace("psLib.math", 5, "Sample Stdev is %f\n", stats->sampleStdev);
    13231325        psF32 minClipValue = -minClipSigma*stats->robustStdev;
    13241326        psF32 maxClipValue = +maxClipSigma*stats->robustStdev;
     
    13281330            psTrace("psLib.math", 5, "Median is %f\n", stats->sampleMedian);
    13291331        psTrace("psLib.math", 5, "Stdev is %f\n", stats->sampleStdev);
     1332        psTrace("psLib.math", 5, "Robust Median is %f\n", stats->robustMedian);
     1333        psTrace("psLib.math", 5, "Robust Stdev is %f\n", stats->robustStdev);
    13301334        psF32 minClipValue = -minClipSigma*stats->robustStdev;
    13311335        psF32 maxClipValue = +maxClipSigma*stats->robustStdev;
Note: See TracChangeset for help on using the changeset viewer.