- Timestamp:
- 10/21/09 15:17:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/python/asapmath.py
r1650 r1651 922 922 the names of output scantable will be 923 923 outprefix.antenna1, outprefix.antenna2, .... 924 If not specified, outprefix = filename is assumed. 924 925 overwrite If the file should be overwritten if it exists. 925 926 The default False is to return with warning … … 985 986 outname='' 986 987 if len(outprefix) > 0: prefix=outprefix+'.' 988 else: 989 prefix=filename 987 990 # Now do the actual splitting. 988 991 outfiles=[]
Note:
See TracChangeset
for help on using the changeset viewer.