Changeset 1651 for branches/alma


Ignore:
Timestamp:
10/21/09 15:17:15 (15 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-1441)

Ready to Release: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs:

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: A bit improvement in a parameter handling.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/python/asapmath.py

    r1650 r1651  
    922922                    the names of output scantable will be
    923923                    outprefix.antenna1, outprefix.antenna2, ....
     924                    If not specified, outprefix = filename is assumed.
    924925       overwrite    If the file should be overwritten if it exists.
    925926                    The default False is to return with warning
     
    985986    outname=''
    986987    if len(outprefix) > 0: prefix=outprefix+'.'
     988    else:
     989        prefix=filename
    987990    # Now do the actual splitting.
    988991    outfiles=[]
Note: See TracChangeset for help on using the changeset viewer.