Ignore:
Timestamp:
12/06/05 14:03:55 (18 years ago)
Author:
mar637
Message:

Request: added recalc_azel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release12/python/scantable.py

    r760 r773  
    13721372            else: raise
    13731373
     1374    def recalc_azel(self):
     1375        varlist = vars()
     1376        """
     1377        Recalculate the azimuth and elevation for each position.
     1378        Parameters:
     1379            none
     1380        Example:
     1381        """
     1382        self._recalc_azel()
     1383        self._add_history("recalc_azel", varlist)
     1384        return
     1385
    13741386    def __add__(self, other):
    13751387        varlist = vars()
     
    13861398        print_log()
    13871399        return s
    1388 
    13891400
    13901401    def __sub__(self, other):
Note: See TracChangeset for help on using the changeset viewer.