Commits
64 64 | Default '' (none) |
65 65 | keepflags -- Keep flagged data, if possible |
66 66 | Default True |
67 67 | |
68 68 | keepmms -- If the input is a multi-MS, make the output one, too. (experimental) |
69 69 | Default: False |
70 70 | |
71 71 | """ |
72 72 | |
73 73 | casalog.origin('oldsplit') |
74 - | casalog.post("Warning: the oldsplit task is only for testing. Please use tclean/split or mstransform instead.", "WARN") |
74 + | casalog.post("Warning: the oldsplit task is only for testing. Please use split or mstransform instead.", "WARN") |
75 75 | mylocals = locals() |
76 76 | rval = True |
77 77 | try: |
78 78 | |
79 79 | if (keepmms and ParallelTaskHelper.isParallelMS(vis)): |
80 80 | if (timebin!='0s' and timebin!='-1s'): |
81 81 | casalog.post('Averaging over time with keepmms=True may lead to results different\n' |
82 82 | +' from those obtained with keepmms=False due to different binning.', 'WARN') |
83 83 | |
84 84 | myms = mstool() |