Pull request #770: CAS-14219
Merge in CASA/casa6 from CAS-14219 to master
* commit '7334dd27c6038c278b21b700840c940e8f564478':
For CAS-14219, explicitly import measures (me) tool so it works in modular casa6; added revision description
For CAS-14219, some further minor refinements to the script and tests.
For CAS-14219, update formation of IGS filename to match the new CDDIS convention (including for rapid product files). Use 'gunzip' instead of (deprecated in RHEL) 'uncompress' (CAS-14292) and decrease fontsize in VLA-centric TEC plot (CAS-13741). Also cleaned up various tedious python code near these changes.
Pull request #769: CAS-13087
Merge in CASA/casa6 from CAS-13087 to master
* commit 'e8d234d102b04e2a124f23c0e0af820bf72f978e': (51 commits) CAS-13087 cleanup tentative code
Minor bug fix on test code CAS-13087 fix problem in ms conformance tests CAS-13087 more refactoring CAS-13087 additional modofication for merging master into this branch
Revert "Merge branch 'master' into CAS-13087"
Merge branch 'master' into CAS-13087
rename disabled task test
minor style update so that the codes sync with master CAS-13087 fix conformance issue on CORRECtED_DATA column CAS-13087 make the same change to CASA5 tests (should crash) CAS-13087 add conformance test for CORRECTED_DATA (should crash) CAS-13087 style changes: ''' -> """
Merge master into CAS-13087. Conflicts resolved manually CAS-13087 strict column existence check by setting testcontent False CAS-13087 add documentation for relevant functions
coding style fix
import modules with required names
import calibrater tool
fixed wrong test names, added tests to test suite
...