comparison find.py @ 41:df1b4d7e988f

Reword text to be clearer.
author Daniel O'Connor <darius@dons.net.au>
date Wed, 28 Sep 2011 13:35:45 +0930
parents 7d76b1d70096
children 91b476ebc0f2
comparison
equal deleted inserted replaced
40:3c01bd3f2786 41:df1b4d7e988f
51 print "%-50s %7.2f %7.2f %7.2f" % (fn, dfile.powers.min(), dfile.powers.mean(), dfile.powers.max()) 51 print "%-50s %7.2f %7.2f %7.2f" % (fn, dfile.powers.min(), dfile.powers.mean(), dfile.powers.max())
52 52
53 if minlev != None: 53 if minlev != None:
54 if dostats: 54 if dostats:
55 print "" 55 print ""
56 print "Files with any element exceeding %.2f dBm:" % (minlev) 56 print "Files with any sample exceeding %.2f dBm:" % (minlev)
57 for fn in minfiles: 57 for fn in minfiles:
58 print fn 58 print fn
59 59