Changeset 788 for branches/Release12


Ignore:
Timestamp:
12/08/05 14:44:24 (18 years ago)
Author:
mar637
Message:

fixed typo azimith -> azimuth

Location:
branches/Release12/python
Files:
2 edited

Legend:

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

    r787 r788  
    298298            get_time        - get the timestamps of the integrations
    299299            get_sourcename  - get the source names of the scans
    300             get_azimith     - get the azimuth of the scans
     300            get_azimuth     - get the azimuth of the scans
    301301            get_elevation   - get the elevation of the scans
    302302            get_parangle    - get the parallactic angle of the scans
  • branches/Release12/python/scantable.py

    r787 r788  
    459459                return self._getelevation(row)
    460460
    461     def get_azimith(self, row=-1):
     461    def get_azimuth(self, row=-1):
    462462        """
    463463        Get a list of azimuths for the observations.
Note: See TracChangeset for help on using the changeset viewer.