Pull request #659: CAS-13876
Merge in CASA/casa6 from CAS-13876 to master
* commit 'e4233b2e36a8f38c3b420635f67903d71b33eef0': (23 commits)
removed duplicate import
changed import path for LogMessage which appeared to cause an issue in the pull request build
fixing some differences between this branch and master
fixed typo
Removing all Plot proxy server references not on master. Unsure if this is the cause of the build errors
replaced missing plotproxyserver imports
Added an exception for gaintype='K'. Previously all above_minsnr and above_minblperant would be 0. Now it is the same as data_unflagged. This will be changed in the next iteration.
last commit undid the include changes from master. fixed here
moved the return dict refant count to properly count when refants drop out and use an alternative.
Fixed typos in docstrings
Fixed tools test case that was failing due to changed keys
Fixed new cases flagging data used in other test cases. Adjusted the logging spacing and added selectvis container in the output dictionary for clenliness
Added logging output about the dictionary structure
Added new test cases for the new output dictionary
fixed the return_dict test case. As this return structure changes this test case will need to be revisited
Fixed an issue where expectedUnflagged would overwrite previous values, sometimes resulting in 0 even with previously unflagged data
Added Gaintype dependent checks for data_unflagged
moved the initialization of antennaMap_ to its own gate. Changed calcounts to use nPar() for determining the shape of the map
seperated expected and data_unflagged accumulation to seperate stage
Contain the new solve info in the "solvestats" key
...