Changeset 196
- Timestamp:
- 01/14/05 13:41:21 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r194 r196 49 49 del r,tbl 50 50 51 def save(self, name , format='ASAP'):51 def save(self, name="", format='ASAP'): 52 52 """ 53 53 Store the scantable on disk. This can be a asap file or SDFITS/MS2. 54 54 Parameters: 55 name: the name of the outputfile 55 name: the name of the outputfile. For format="FITS" this 56 is the root file name (and can be empty). 56 57 format: an optional file format. Default is ASAP. 57 58 Allowed are - 'ASAP' (save as ASAP Table),
Note:
See TracChangeset
for help on using the changeset viewer.