IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2004, 1:57:08 PM (22 years ago)
Author:
gusciora
Message:

Fixed the robust stats routines for stdev/mean. Fixed minimization routines
for fitting gaussians. CVS:


Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS:
Committing in . CVS: CVS: Modified Files: CVS:
src/dataManip/psMinimize.c src/dataManip/psMinimize.h CVS:
src/dataManip/psStats.c src/dataManip/makedir/psMinimize.d CVS:
src/dataManip/makedir/psStats.d CVS: test/dataManip/tst_psMinimize07.c


File:
1 edited

Legend:

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

    r2204 r2250  
    1313#define MEAN 32.0
    1414#define STDEV 2.0
    15 #define ERROR_TOLERANCE 0.10
     15#define ERROR_TOLERANCE 0.15
    1616
    1717psS32 t00()
     
    3838    psS32 realNfitNoMask = N / 4;
    3939
    40     psTraceSetLevel(".psLib.dataManip.psStats", 10);
     40    psTraceSetLevel(".psLib.dataManip", 0);
     41    psTraceSetLevel(".psLib.dataManip.psMinimize", 0);
     42    psTraceSetLevel(".psLib.dataManip.psMinimizeLMChi2Gauss1D", 0);
     43    psTraceSetLevel(".psLib.dataManip.psFunctions.psGaussian", 0);
     44    psTraceSetLevel(".psLib.dataManip.psFunctions", 0);
    4145
    4246    /*************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.