Merge pull request #251 in CASA/casa6 from CAS-11514 to master
* commit '8f6dbfeba29b2e0ba4abe79582fc94b0319c7219':
bring test_exportuvfits up to date and sync
reverted .gitmodules change
casacore update
add test for exportuvfits for MS with no SOURCE table CAS-11514, fix up CASA6 test_exportuvfits and copy it to CASA5 test_exportuvfits and add CASA5 test_exportuvfits in preparation for adding verification tests for this ticket
temporarily point casacore in .gitmodules to my fork CAS-11514 don't require SOURCE/REST_FREQUENCY column
Merge pull request #250 in CASA/casa6 from CAS-11139 to master
* commit 'a15bc49f4f1eaff43f5ff3239ee85d04401956d2':
Remove obsolete comment
Enable test split_test_wttosig in test_split.py
Synchronize test script between casa5 and casa6
Synchronize with the latest version of this scripts under casa5
Compare WEIGHT column with relative tolerances.
When testing partition, do not check that the input WEIGHT column is the same.
If both DATA and CORRECTED_DATA are output, then SIGMA and WEIGHT are related to the respective column
Remove duplicated function
Reenable tests with time average, checking weight and sigma
Remove mention to test_split2.py in the cmake configuration
Remove obsolete test test_split2.py
Copy over the changes done lately to test_split2.py into test_split.py
Fix the logic to write sigma and weight columns for split operations
Do not modify the input buffer, but rather use the output buffer
Sets the weight column to the inverse square of the sigma
Reenable functional test for weights and sigma
Merge pull request #249 in CASA/casa6 from CAS-13250 to master
* commit 'd412b8ad2a22c3757d322e50401e3e58f748bf39':
make CASA 5 task exception message more informative, CAS-13250
Merge pull request #247 in CASA/casa6 from CAS-13038 to master
* commit 'cd6aba6b0e05c94c75f05bfd2967e6ff4684f0a4':
added additional clean up to the tear down function
Updated combine spw test
Added changes suggested on ticket
Changed the unittests_list email contact to George
Fixed def suite function arguments and added the test to CMakeLists and unittests_list
Fixed some of the test cases looking at wrong Dtrue table
updated the polcal test to look at the new data in the repo
edited some of the checks for the circular cases
Added new polcal test. Will likely recieve more updates