Changes between Version 5 and Version 6 of BetaTestingInstructions
- Timestamp:
- 04/11/06 14:11:34 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BetaTestingInstructions
v5 v6 64 64 sel.set_ifs(1) 65 65 myscan.set_selection(sel) 66 myscan.flag _spectrum(mask)67 # res tethe selection66 myscan.flag(mask) 67 # reset the selection 68 68 myscan.set_selection() 69 69 }}} … … 72 72 73 73 * '''scantable.convert_pol()''' - convert (manipulate) the data between 'linear', 'circular' and 'stokes' 74 74 75 * '''scantable.set_dirframe()''' - convert to a new Direction reference frame e.g. 'GALACTIC', 'B1950' 75 76