- Timestamp:
 - 12/07/05 14:12:37 (20 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/Release12/python/scantable.py (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/Release12/python/scantable.py
r773 r778 1373 1373 1374 1374 def recalc_azel(self): 1375 varlist = vars()1376 1375 """ 1377 1376 Recalculate the azimuth and elevation for each position. … … 1380 1379 Example: 1381 1380 """ 1381 varlist = vars() 1382 1382 self._recalc_azel() 1383 1383 self._add_history("recalc_azel", varlist) 1384 print_log() 1384 1385 return 1385 1386  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  