Commits
Merge pull request #171 in CASA/casa6 from CAS-12613 to master
* commit '740cf65634c2e8d39e09e5549148dca544ee7040': (42 commits) Fixed a bug for handling a list of ms CAS-12613 : Fixed typo in 'regionmanager' initialization in create_sd_psf A few minor bug fixes, making them python3 compatible Added flagdata to import for CASA6 Rearranged the order of deconvolution setup so that iterbot initialization precedes the first runMajorCycle. Also fixed closing of ia tools to be done only when opened. CAS-12613 : Added unused helper method to pick params from the SD cube to feed into sdintimaging For CAS-12613, Added the option to auto-generate the SD PSF cube moved a 'qa' to '_qa' call as it worked for casa5 but not casa6. Re-enabled the delete in the teardown step. Forgot to do that earlier. CAS-12613 : Added support for partially flagged channels in INT data and SD cubes. Added checks for mfs and reffreq consistency. - fixed problem of usedata='int' not updating residual correctly after major cycles. -copied changes from casa5 to casa6 py files cas-12613 : added a trap for the 'mfs' and 'multiscale' usecase CAS-12613 : -- Modified mask behaviour such that it appears after restoration -- Fixed bug of calling pbcor for cubes (when not asked for). -- Edited truth values in tests to non-pbcor values. Turn on deleting of all inputs and outputs Removed non-ascii codes caussing errors Added new test sdintimaging to json file to trigger Jenkins jobs Removed a typo Minor edits: commented out use of local data, added a list of the tests in the header CAS-12613 : Disabled parallel runs. Removed a couple of other task parameters. CAS-12613 : Added numerical checks for ver tests. Fixed mask sync between chans. Edited task interface. ...