Merge pull request #298 in CASA/casa6 from CAS-12556 to master
* commit '57fa96309a1a644e8bafcc7490e884bf4a19fab8':
added a message to the xml docs about datatype. CAS-12556 : Fixed a type-checking bug. Allowed 'int' values as well as float and double.
Merge pull request #297 in CASA/casa6 from CAS-13040 to master
* commit 'd2e0a4b600d2bdb4d27f854a7ea81edc6d790834':
For CAS-13040, fixed Vector assignment issue introduced by casacore Arrays refactor that broke TEC calculation in gencal; activated associated test in test_gencal.py
For CAS-13040, replaced awkward (and python3 non-compliant) logic clauses that prepend zeros to low day-of-year numbers with str.zfill(3).
Fixed typo in tec_maps import and removed casa6 skip for tec_maps test
add tec_maps to casatasks.private (CAS-13040)
For CAS-13040, following previos commit, copy new (tec-aware) test_gencal.py to casa6/casatasks/tests/tasks/
For CAS-13040: add tec_maps.py to casa6/casatasks/src/scripts/ for casa6 support, associated change to test_gencal.py
For CAS-13040: Updated CDDIS retrieval mechanism to conform to new standards, improved print messaging, other python cleanup, python3-ification for CASA 6; added a very basic test to gencal for caltype='tecim' (but disabled in CASA6 for now)
Merge pull request #296 in CASA/casa6 from CAS-12957 to master
* commit 'f9512fb8c5bfca7ff31f5a62d8025441088ae553':
updating tclean tests to use new testhelper method names, updating test_cube_flagged_mosaic_mtmfs to not combine deconvolver='mtmfs' with specmode='cube'
better comments in test_cube-flagged_mosaic_* regression tests, removing savepars=True argument (not necessary)
un-skipping the cube mosaic tests
added unit tests for CAS-12957: 0-valued channels aren't skipped
Adding band-aid notification to help catch the case where all-zero images slip through SDAlgorithmBase::deconvolve
skipping completely masked channels and polarities by importing code change to SIImageStore::getPeakResidualWithinMask