Changeset 669 for branches/Release-2-fixes
- Timestamp:
- 09/02/05 14:37:21 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release-2-fixes/python/scantable.py
r666 r669 1195 1195 if allaxes is None: allaxes = rcParams['scantable.allaxes'] 1196 1196 varlist = vars() 1197 from asap._asap import rotate_xyphase as_rotate_xyphase1197 from asap._asap import _rotate_xyphase 1198 1198 _rotate_xyphase(self, angle, allaxes) 1199 1199 self._add_history("rotate_xyphase", varlist)
Note:
See TracChangeset
for help on using the changeset viewer.