Changeset 2406
- Timestamp:
- 02/13/12 19:12:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2351 r2406 757 757 return self._row_callback(self._gettsys, "Tsys") 758 758 759 def get_tsysspectrum(self, row=-1): 760 """\ 761 Return the channel dependent system temperatures. 762 763 Parameters: 764 765 row: the rowno to get the information for. (default all rows) 766 767 Returns: 768 769 a list of Tsys values for the current selection 770 771 """ 772 return self._get_column( self._gettsysspectrum, row ) 759 773 760 774 def get_weather(self, row=-1):
Note:
See TracChangeset
for help on using the changeset viewer.