Merge pull request #495 in CASA/casa from ARD-master-sb to ARD-master
* commit 'f7de2599e8c8c20ec7667e9876db0f3699b9e085': (362 commits) CAS-10337 : Fixed bug of.sumwt not being reset before a gather, for multi-term
For CAS-11364 , enabled mtmfs with nterms=1
initialize asdm storage manager w/ CASAtools
removed "import find" from casa.py to fix failing pipeline test
fix typo in hdkey example
Fix fixplanets typo and fixuvw description
Remove find_pg import from task_wrappers.py
Fixed wrong handling of empty dictionary
Remove task_find
in-line help edits
Fix task_importvla typos. CAS-10576
Fix a typo in task_listvis docs
It will raise and error and exit if the alternative datapath is not found. Added the use of local instance of the table tool.
Bypass checks that are not relevant for the MMS. These checks look at specific cells in specific rows and because MS and MMS have different sorting order, they do not work as it is.
Fixed nsigma not being set initially in initMinorCycle. This is a workaround for now and more proper handling is done later.
Fix core dumps from badly-behaved data in FringeJones by adding better checks
In-line help rearrangement and more typo fixes
Added task_initweights to task_wrapper to be able to run in parallel. Added support to running with MMS in test_initweights Created static method to check when running on MPIClient Added test initweights in make_mmsdata to be able to create MMS for the tests
save debugging for now
when starting in an unwritable directory, warn about no log file unless --nologfile is specified
...