IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2006, 1:49:11 PM (20 years ago)
Author:
gusciora
Message:

Made the requested changes to the psStats structure and added the fitted
statistics.

File:
1 edited

Legend:

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

    r5117 r6215  
    1818    // We list pertinent psStats.c functions here for debugging ease.
    1919    //
    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);
     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);
    2929
    3030    psStats *myStats    = NULL;
Note: See TracChangeset for help on using the changeset viewer.