Changeset 778 for branches/Release12


Ignore:
Timestamp:
12/07/05 14:12:37 (18 years ago)
Author:
mar637
Message:

scantable.recalc_azel help was hidden by varlist

File:
1 edited

Legend:

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

    r773 r778  
    13731373
    13741374    def recalc_azel(self):
    1375         varlist = vars()
    13761375        """
    13771376        Recalculate the azimuth and elevation for each position.
     
    13801379        Example:
    13811380        """
     1381        varlist = vars()
    13821382        self._recalc_azel()
    13831383        self._add_history("recalc_azel", varlist)
     1384        print_log()
    13841385        return
    13851386
Note: See TracChangeset for help on using the changeset viewer.