IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2005, 3:10:00 PM (21 years ago)
Author:
gusciora
Message:

Added moderate trace messages to psStats.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/math/tst_psStats07.c

    r5116 r5117  
    489489{
    490490    psLogSetFormat("HLNM");
     491    //
     492    // We list pertinent psStats.c functions here for debugging ease.
     493    //
    491494    psTraceSetLevel(".", 0);
    492495    psTraceSetLevel("psGaussian", 0);
     496    psTraceSetLevel("p_psGetStatValue", 0);
     497    psTraceSetLevel("p_psVectorMax", 0);
     498    psTraceSetLevel("p_psVectorMin", 0);
     499    psTraceSetLevel("p_psVectorCheckNonEmpty", 0);
     500    psTraceSetLevel("p_psNormalizeVectorRange", 0);
     501    psTraceSetLevel("p_ps1DPolyMedian", 0);
     502    psTraceSetLevel("fitQuadraticSearchForYThenReturnX", 0);
     503    psTraceSetLevel("PsVectorDup", 0);
     504    psTraceSetLevel("psMinimizeLMChi2Gauss1D", 0);
     505    psTraceSetLevel("LinInterpolate", 0);
     506    psTraceSetLevel("p_psVectorRobustStats", 0);
     507    psTraceSetLevel("psStatsAlloc", 0);
     508    psTraceSetLevel("psHistogramAlloc", 0);
     509    psTraceSetLevel("psHistogramAllocGeneric", 0);
     510    psTraceSetLevel("UpdateHistogramBins", 0);
     511    psTraceSetLevel("psVectorHistogram", 0);
     512    psTraceSetLevel("p_psConvertToF32", 0);
     513    psTraceSetLevel("psVectorStats", 0);
    493514    psBool rc0 = t00();
    494515    psBool rc1 = t01();
     
    500521    }
    501522
    502     return(rc0 & rc1);
     523    return(!(rc0 & rc1));
    503524}
Note: See TracChangeset for help on using the changeset viewer.