Changeset 2844 for trunk/python
- Timestamp:
- 08/27/13 14:52:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2840 r2844 341 341 The default (True) is to import direction 342 342 from MS/POINTING. 343 344 freq_tolsr: Whether to convert frequency frame information345 to LSRK or not.346 This is effective only when filename is MS.347 The default (False) is to import frequency348 as is.349 350 343 """ 351 344 if average is None: … … 376 369 # Measurement Set 377 370 opts={'ms': {}} 378 mskeys=['getpt','antenna' ,'freq_tolsr']371 mskeys=['getpt','antenna'] 379 372 for key in mskeys: 380 373 if key in args.keys():
Note:
See TracChangeset
for help on using the changeset viewer.