Merge pull request #475 in CASA/casa6 from CAS-12294 to master* commit '6f5ba2cc44cd4c174f1326b93e34546da7d92203': (25 commits)
be less strict about flag counts, CAS-12294
make def chanbin match the task xml default, CAS-12294
fix wording in channel binning, CAS-12294
update doc link, CAS-12294
remode outdated notes about pre-average in list mode, CAS-12294
also throw exception when channel/timeavg in non-auto flagging methods in list mode, CA...
Merge pull request #474 in CASA/casa6 from CAS-13615 to master* commit '9e8c92efad8e6f370d62512234b3007d9a57bcf8':
Added new unittests to verify the CAS13615 fix and removed the degbugging print statements
Fixed the bug that saving model control parameters (readonly, usescratch) being resetted even for niter=0, which broked niter=0 predict model.
Merge pull request #471 in CASA/casa6 from CAS-13639 to master* commit '03e4c46d2eebecad1212e4199b39fcff2c7a6d9b':
CAS-13639 fix for another memory leak on type conversion
CAS-13639 remove the comment that might be related to the fix
CAS-13639 proper handling of reference count for dictionary key and values
Merge pull request #469 in CASA/casa6 from CAS-13622 to master* commit '1cc9672b4c7fb302a297ca9df0418ca6543b13e4':
CAS-13622: Fix TIME_RANGE in OBSERVATION table created by importfitsidi
Merge pull request #468 in CASA/casa6 from CAS-13640 to master* commit '52c525927c0169d46606d6c42cbdb4bb0fdba04f':
Removed the casa5 code
Replaced time.clock with time.perf_counter for compatibility with Python 3.8.
Merge pull request #467 in CASA/casa6 from CAS-13637 to master* commit '82f759a3606f80b3ac032405310a48dfeec9ce97':
CAS-13637 move feather gui source code to the new casafeather repository
Merge pull request #466 in CASA/casa6 from CAS-13463 to master* commit '52c006cd4880666d4a0a4de29c956aca49c4a70e':
CAS-13463 Updated comment
CAS-13463-2 Added comment
CAS-13463-2 Fixed portability bug: en_US locale existence not guaranted by POSIX.
Merge pull request #464 in CASA/casa6 from CAS-13627 to master* commit 'bf6098b90e206b55018cf65cd3e6c4af6552f15e':
Add --rcdir option
Bug Fixes for list option, remove --all option, map class option to dry-run, fix issue in writing skip tests to logfile, general script cleanup
Merge pull request #465 in CASA/casa6 from CAS-13478 to master* commit '9df6fd76db0c5d9f29f9f154855ec465551ea9f5':
Remove py3.x extension from the tarball name in runtest.py
Update almatasks version
Update build.conf to 1.2.0
Merge pull request #458 in CASA/casa6 from CAS-13493 to master* commit 'c65f853ac9d80729812235563a9b56f3d61b7b80':
CAS-13493 updating a few of the expected values
CAS-13493 don't overwrite parameter names in the function so that history gets recorded correctly
CAS-13493 removing test artifacts
CAS-13493 not checking for miscinfo keywords for sdonly images
CAS-13493 verifying that th.check_final(...) passes with a self.assertTrue(...)
CAS-13493...
Merge pull request #463 in CASA/casa6 from CAS-13623 to master* commit '07af1e398268a441df037ca5c162440289dcb4f4':
Closing table before assertion in test_fringefit.py
Removed an unhelpful and inaccurate comment
Added a simple test for FringeJones calibration tables to check consequences of FreqMetaData use
Fringefit task now uses FreqMetaData to get the reference frequency
Merge pull request #462 in CASA/casa6 from CAS-13461 to master* commit '7bda31ccd8e0baf058348006f8e883b217aa6c7c': (39 commits)
moved modules to latest versions after CAS-13461 mergers
updated build.conf to latest CAS-13461 versions
Copied some .cc files where the header files were previously copied to CASAviewer (orphaned implementation files not compiled anywhere)
latest versions for the modules in build.conf for this branch
removed code that ...