Ignore:
Timestamp:
09/02/05 14:37:21 (19 years ago)
Author:
mar637
Message:

fixed typo in import rotate_xyphase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release-2-fixes/python/scantable.py

    r666 r669  
    11951195        if allaxes is None: allaxes = rcParams['scantable.allaxes']
    11961196        varlist = vars()
    1197         from asap._asap import rotate_xyphase as _rotate_xyphase
     1197        from asap._asap import _rotate_xyphase
    11981198        _rotate_xyphase(self, angle, allaxes)
    11991199        self._add_history("rotate_xyphase", varlist)
Note: See TracChangeset for help on using the changeset viewer.