Merge pull request #553 in CASA/casa6 from CAS-13749 to master
* commit '240c9864011cff28c8a07cd64e6936342b076742':
updates necessary because of changes to measures typing API
fix breakage caused by non-CASA casacore changes
revert gitmodules, modify error message as requested by stake holder
added comments, no change in behavior
fixed type spotted by Tak
Update for correctly specifying default value
updated to allow spw to be specified as list of ints
update interface
slight irrevlevant change so builds get run again
fix quote issue
temp update modules to point to my casacore CAS-13749 add msmd.corrbit()
Merge pull request #549 in CASA/casa6 from CAS-12966 to master
* commit 'ac6a38a0c1b5728064978372cf173a4b518230a9':
Added regression to component mapping file.
Renamed input MS. Refactored some loops and improved readability
Renamed test script
Updated the test script and separated into two test cases, one for flagdata alone and the other to compare flagdata and mstransform outputs. Modified the location of the MSs in the script, which will also need to be done in the casatestdata repository.
changed the data paths to point to only the new data repo and removed casa5
Moved time avg and rflag test to regression directory
Added mstransform test case from CAS-11910
removed unused unflag then flag function, changed some prints to casalog statments, and re-added the timing funtion
Modified to fit the unittest layout
Moved the test to casatests/e2e and renamed it to test_e2e_time_average_and_rflag.py
Added flagdata regression test scripts