Changeset 280


Ignore:
Timestamp:
01/24/05 14:15:19 (19 years ago)
Author:
kil064
Message:

document function 'save' better for 'image fits' output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r276 r280  
    6161    def save(self, name=None, format=None, overwrite=False):
    6262        """
    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.
    6465        Parameters:
    6566            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')
    6769            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),
    6971                                       'SDFITS' (save as SDFITS file)
    7072                                       'FITS' (saves each row as a FITS Image)
Note: See TracChangeset for help on using the changeset viewer.