Changeset 2406 for trunk/python
- Timestamp:
- 02/13/12 19:12:47 (14 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/python/scantable.py (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/python/scantable.pyr2351 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.
  
