Commits
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)
No tags