Changeset 1290
- Timestamp:
- 11/06/06 15:01:29 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release2.1.1/python/scantable.py
r1289 r1290 345 345 print "--------------------------------------------------" 346 346 print out 347 else:348 retval = { 'axesnames': ['scanno', 'beamno', 'ifno', 'polno', 'cycleno'],349 'axes' : axes,350 'data': statvals}351 return retval347 #else: 348 #retval = { 'axesnames': ['scanno', 'beamno', 'ifno', 'polno', 'cycleno'], 349 # 'axes' : axes, 350 # 'data': statvals} 351 return statvals 352 352 353 353 def stddev(self, mask=None):
Note:
See TracChangeset
for help on using the changeset viewer.