Commits

Rui Xue authored 8cc755f3d04 Merge
Pull request #981: PIPE-1672: update hif tclean cleanbase following the proposed casa tclean interface change cas-13924

Merge in PIPE/pipeline from PIPE-1672-update-hif_tclean-cleanbase-following-the-proposed-casa-tclean-interface-change-cas-13924 to main * commit 'e666eb9418100f7e371fecd738013b9ac462c732': PIPE-1672: set tclean/fullsummary=False for cube imaging to avoid the potential mpibuffer-related issues. PIPE-1672: set tclean/interactive to False due to the change from CAS-13924.
No tags

pipeline/hif/tasks/findcont/findcont.py

Modified
333 333 antenna=antenna, spw=real_spwsel,
334 334 intent=utils.to_CASA_intent(inputs.ms[0], target['intent']),
335 335 field=target['field'], start=start, width=width, nchan=nchan,
336 336 outframe=outframe, scan=scanidlist, specmode=specmode, gridder=gridder,
337 337 mosweight=mosweight, perchanweightdensity=perchanweightdensity,
338 338 pblimit=0.2, niter=0, threshold='0mJy', deconvolver='hogbom',
339 339 interactive=False, imsize=target['imsize'], cell=target['cell'],
340 340 phasecenter=phasecenter, stokes='I', weighting=weighting,
341 341 robust=robust, uvtaper=uvtaper, npixels=0, restoration=False,
342 342 restoringbeam=[], pbcor=False, usepointing=usepointing,
343 - savemodel='none', parallel=parallel)
343 + savemodel='none', parallel=parallel, fullsummary=False)
344 344 self._executor.execute(job)
345 345
346 346 # Try detecting continuum frequency ranges
347 347
348 348 # Determine the representative source name and spwid for the ms
349 349 repsource_name, repsource_spwid = ref_ms.get_representative_source_spw()
350 350
351 351 # Determine reprBW mode
352 352 repr_target, _, repr_spw, _, reprBW_mode, real_repr_target, _, _, _, _ = image_heuristics.representative_target()
353 353 real_repr_spw = context.observing_run.virtual2real_spw_id(int(repr_spw), ref_ms)

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut