Merge pull request #404 in CASA/casa6 from CAS-13433 to master
* commit '2b0c6dc44c9212dfc65f758ed4ee175e2b7aa8a0':
Updated the fiducial values (psf min_val_pos and sumwt min_val_pos)
Fix a problem that snuck in when merging conflicts
Fixed a crash with moswt=T
Fixed a mosweight=T bug
added hybrid solution to large swing channel padding
remove printouts
some more experimentation
made sure for large images extra padding is reduced to save on memory.
reduce the extra safety padding for very large images.
Fixed a memory issue when ms's atre very wide apart
Merge pull request #403 in CASA/casa6 from CAS-12985 to master
* commit '358934ade7af03754528dd49667433aa03d9fd87':
add unit tests to sdbaseline for uppercase insensitive parameters
Removed the ignorecase=True from parameter interpolation in cvel2.xml following what was done for mstransform. Removed the test case that was added for this case.
removed ignorecase from interpolation sub-parameter in mstransform, removed related test CAS-12985 fix unit test failure of sdbaseline CAS-12985 fix sdsmooth unit test failure due to incorrect handling of case-insensitive string
Added test cases to exercise the switch of upper/lower cases for the parameters that are modified in the XML files of this branch.
Removed left-over marks from merge conflict.
Update casacore
casa 5: also look in <allowed> for "ignorecase" (CAS-12985)
remove duplicate ignorecase attributes (CAS-12985)
ignorecase belongs in <allowed> instead of <param> (CAS-12985)