Changeset 788 for branches/Release12
- Timestamp:
- 12/08/05 14:44:24 (19 years ago)
- Location:
- branches/Release12/python
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release12/python/__init__.py
r787 r788 298 298 get_time - get the timestamps of the integrations 299 299 get_sourcename - get the source names of the scans 300 get_azim ith - get the azimuth of the scans300 get_azimuth - get the azimuth of the scans 301 301 get_elevation - get the elevation of the scans 302 302 get_parangle - get the parallactic angle of the scans -
branches/Release12/python/scantable.py
r787 r788 459 459 return self._getelevation(row) 460 460 461 def get_azim ith(self, row=-1):461 def get_azimuth(self, row=-1): 462 462 """ 463 463 Get a list of azimuths for the observations.
Note:
See TracChangeset
for help on using the changeset viewer.