Changeset 280
- Timestamp:
- 01/24/05 14:15:19 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r276 r280 61 61 def save(self, name=None, format=None, overwrite=False): 62 62 """ 63 Store the scantable on disk. This can be a asap file or SDFITS/MS2. 63 Store the scantable on disk. This can be an asap (aips++) Table, SDFITS, 64 Image FITS or MS2 format. 64 65 Parameters: 65 66 name: the name of the outputfile. For format="FITS" this 66 is the root file name (and can be empty). 67 is the directory file name into which all the files will 68 be written (default is 'asap_FITS') 67 69 format: an optional file format. Default is ASAP. 68 Allowed are - 'ASAP' (save as ASAP Table),70 Allowed are - 'ASAP' (save as ASAP [aips++] Table), 69 71 'SDFITS' (save as SDFITS file) 70 72 'FITS' (saves each row as a FITS Image)
Note:
See TracChangeset
for help on using the changeset viewer.