Changeset 2250 for trunk/psLib/test/dataManip/tst_psStats07.c
- Timestamp:
- Nov 1, 2004, 1:57:08 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/dataManip/tst_psStats07.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/dataManip/tst_psStats07.c
r2204 r2250 13 13 #define MEAN 32.0 14 14 #define STDEV 2.0 15 #define ERROR_TOLERANCE 0.1 015 #define ERROR_TOLERANCE 0.15 16 16 17 17 psS32 t00() … … 38 38 psS32 realNfitNoMask = N / 4; 39 39 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); 41 45 42 46 /*************************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.
