- Timestamp:
- 11/10/10 17:04:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r1948 r1950 758 758 if prec < 0: 759 759 # automagically set necessary precision +1 760 prec = 7 - numpy.floor(numpy.log10( min(self.get_inttime())))760 prec = 7 - numpy.floor(numpy.log10(numpy.min(self.get_inttime(row)))) 761 761 prec = max(6, int(prec)) 762 762 else:
Note:
See TracChangeset
for help on using the changeset viewer.