Changeset 589
- Timestamp:
- 04/27/05 11:40:02 (21 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  branches/Release-1-fixes/python/scantable.py (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      branches/Release-1-fixes/python/scantable.pyr580 r589 432 432 Set the frame type of the Spectral Axis. 433 433 Parameters: 434 frame: an optional frame type, default 'LSRK'. 434 frame: an optional frame type, default 'LSRK'. Valid frames are: 435 'REST','TOPO','LSRD','LSRK','BARY', 436 'GEO','GALACTO','LGROUP','CMB' 435 437 Examples: 436 438 scan.set_freqframe('BARY') … … 440 442 valid = ['REST','TOPO','LSRD','LSRK','BARY', \ 441 443 'GEO','GALACTO','LGROUP','CMB'] 444 442 445 if frame in valid: 443 446 inf = list(self._getcoordinfo()) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
