Changeset 2973
- Timestamp:
- 07/09/14 16:22:57 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2966 r2973 968 968 refstr = ('(@ %'+form) % (qx['value'])+' ['+qx['unit']+'])' 969 969 970 if skip_flaggedrow and self._getflagrow(i): continue 970 if skip_flaggedrow and self._getflagrow(i): 971 statvals[i] = None 972 continue 971 973 972 974 tm = self._gettime(i)
Note:
See TracChangeset
for help on using the changeset viewer.