Pull request #748: CAS-13960
Merge in CASA/casa6 from CAS-13960 to master
* commit '0854cd2abce94352df99790ec5c2a095624e7a57': CAS-13960 : Modify test to check ret dict CAS-13960 : Fix return dict for calcres=False CAS-13960 : Removed CASA5 if/else checks CAS-13960: Enable return dict for niter=0 in deconvolve CAS-13960 : Refactor of return dictionary class CAS-13960 : Fix case of existing model image CAS-13960 : fullsummary is no longer a subparameter
Add multifield return dict tests
Add tests for single-field return dictionary
Add multifield support for tclean return dict
Add keys for fullsummary support in tclean
update _gclean for the current state of casagui [CAS-13960]
Add summaryminor to tclean return dict for niter=0
Add dummy return dict when niter=0 in tclean
Pull request #744: CAS-13401
Merge in CASA/casa6 from CAS-13401 to master
* commit '8fe5bf39e4a88dddaac3c6a5e366da6acf4709ea': CAS-13401: Fix mtmfs::restore for common beam CAS-13401 : Add test to check restoringbeam CAS-13401 : Generalized fix from previous commit CAS-13401: Fix for beam header in full-stokes MTMFS
Pull request #743: CAS-13392
Merge in CASA/casa6 from CAS-13392 to master
* commit '7b1f80cd5b93f5371b4e9d62f53b74ae99eae23a': CAS-13392: further improved SD image checks prior to heavy processing. Added check for freq axis existence and for the axis order. CAS-13392: improved sd parameter checking before heavy computing starts. CAS-13392: extended test_task_sdintimaging.py by one case which exercises the ability to create single-channel output (mosaic) images based on a single-channel input SD image and parameter setting nchan=1 without providing an input SD psf image. CAS-13392: re-introduced a change necessary for deconvolver=mtmfs with nterms=1 which is needed for single-channel images, this time in such a way that it doesn't break the tests with nterms=2 CAS-13392: as recommended by Ville, copied over build.conf from master CAS-13392: removed one change from previous commit which made task test fail. CAS-13392: made up for the fact that dishdia has no default anymore and set it explicitly to the old default (100.) in all sdintimaging calls in test_task_sdintimaging.py . CAS-13392 - changes to achieve ability to with SD images which have only one channel or no per-plane restoring beams; also removed dishdia default of 100. and forced user to provide value; improved built-in documentation