...
Task04
Doesn't alter the MS
This task could possibly run at the same time as Task01 except that I have combined this with Task05 which requires both Task01 and Task04.
run_tclean( 'iter1', robust=-2.0, uvtaper="3arcsec" )
...
Task13
Doesn't alter the MS
Could this run in parallel with one or more previous run_tclean calls like Task12?
run_tclean( 'iter0d', datacolumn='corrected', cfcache=cfcache_nowb, calcres=False )
...
Task14
Doesn't alter the MS
This task could possibly run at the same time as Task12 or Task13 except that I have combined this with Task15 which requires both Task14 and Task12.
run_tclean( 'iter1b', datacolumn='corrected', robust=-2.0, uvtaper="3arcsec" )
...