Changeset 196


Ignore:
Timestamp:
01/14/05 13:41:21 (19 years ago)
Author:
kil064
Message:

imporve docs for function 'save'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r194 r196  
    4949                del r,tbl
    5050
    51     def save(self, name, format='ASAP'):
     51    def save(self, name="", format='ASAP'):
    5252        """
    5353        Store the scantable on disk. This can be a asap file or SDFITS/MS2.
    5454        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).
    5657            format:      an optional file format. Default is ASAP.
    5758                         Allowed are - 'ASAP' (save as ASAP Table),
Note: See TracChangeset for help on using the changeset viewer.