Changeset 1250
- Timestamp:
- 09/06/06 16:37:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/Release2.1.0b/python/scantable.py
r1237 r1250 345 345 print "--------------------------------------------------" 346 346 print out 347 retval = { 'axesnames': ['scanno', 'beamno', 'ifno', 'polno', 'cycleno'], 348 'axes' : axes, 349 'data': statvals} 350 return retval 347 return 348 else: 349 retval = { 'axesnames': ['scanno', 'beamno', 'ifno', 'polno', 'cycleno'], 350 'axes' : axes, 351 'data': statvals} 352 return retval 351 353 352 354 def stddev(self, mask=None):
Note:
See TracChangeset
for help on using the changeset viewer.