Changeset 30990
- Timestamp:
- Mar 20, 2011, 10:26:58 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213
- Files:
-
- 2 edited
-
Ohana/src/tools/src/ftable.c (modified) (1 diff)
-
psLib/src/math/psStats.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/Ohana/src/tools/src/ftable.c
r30698 r30990 236 236 } 237 237 } else { 238 Oout = 0; 239 Oin = 0; 238 240 for (i = 0; i < Nfields; i++) { 239 241 memcpy (&line[Oout], &row[Oin], Nvals[i]*Nbyte[i]); -
branches/eam_branches/ipp-20110213/psLib/src/math/psStats.c
r30863 r30990 1229 1229 1230 1230 // assume a reasonably well-defined gaussian-like population; run from peak out until val < 0.25*peak 1231 1232 float clippedMean = PS_BIN_MIDPOINT(histogram, binPeak);1233 1234 1231 psTrace(TRACE, 6, "The clipped numBins is %ld\n", binMax - binMin); 1235 1232 psTrace(TRACE, 6, "The clipped min is %f (%ld)\n", PS_BIN_MIDPOINT(histogram, binMin), binMin); 1236 1233 psTrace(TRACE, 6, "The clipped max is %f (%ld)\n", PS_BIN_MIDPOINT(histogram, binMax - 1), binMax - 1); 1237 psTrace(TRACE, 6, "The clipped peak is %f (%ld)\n", clippedMean, binPeak);1234 psTrace(TRACE, 6, "The clipped peak is %f (%ld)\n", PS_BIN_MIDPOINT(histogram, binPeak), binPeak); 1238 1235 psTrace(TRACE, 6, "The clipped peak value is %f\n", histogram->nums->data.F32[binPeak]); 1239 1236
Note:
See TracChangeset
for help on using the changeset viewer.
