IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 27, 2006, 10:08:58 AM (20 years ago)
Author:
gusciora
Message:

I added tests for psImageSmooth, modified the psStats stuff and the Min
routines.

File:
1 edited

Legend:

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

    r6215 r6226  
    1818    // We list pertinent psStats.c functions here for debugging ease.
    1919    //
    20     psTraceSetLevel(".", 10);
    21     psTraceSetLevel("p_psGetStatValue", 10);
    22     psTraceSetLevel("p_psVectorSampleMean", 10);
    23     psTraceSetLevel("p_psVectorCheckNonEmpty", 10);
    24     psTraceSetLevel("p_psVectorNValues", 10);
    25     psTraceSetLevel("p_psVectorSampleMedian", 10);
    26     psTraceSetLevel("psStatsAlloc", 10);
    27     psTraceSetLevel("p_psConvertToF32", 10);
    28     psTraceSetLevel("psVectorStats", 10);
     20    psTraceSetLevel(".", 0);
     21    psTraceSetLevel("p_psGetStatValue", 0);
     22    psTraceSetLevel("p_psVectorSampleMean", 0);
     23    psTraceSetLevel("p_psVectorCheckNonEmpty", 0);
     24    psTraceSetLevel("p_psVectorNValues", 0);
     25    psTraceSetLevel("p_psVectorSampleMedian", 0);
     26    psTraceSetLevel("psStatsAlloc", 0);
     27    psTraceSetLevel("p_psConvertToF32", 0);
     28    psTraceSetLevel("psVectorStats", 0);
    2929
    3030    psStats *myStats    = NULL;
Note: See TracChangeset for help on using the changeset viewer.