Pull request #923: CAS-14525 update snr default value to use default value used by web serviceMerge in CASA/casa6 from CAS-14525 to master
* commit '743e531fe73e7e0d8152c94e790ad29c089c8f26':
small doc changes
added test to check parms when snr="default" and snr=5
doc updates
updates to make default value work
small doc fix
some changes, checking in xml updates to build casadocs
Pull request #917: Make pyversion work with double digit Python versionsMerge in CASA/casa6 from CAS-14373 to master
* commit '50d2da81e77a2fc1af4927b530ebed9363217ffd':
Make pyversion work with double digit Python versions
Pull request #921: CAS-14473Merge in CASA/casa6 from CAS-14473 to master
* commit '22ff54115d60fa3559c05b9a2fa95f2fe17678c0':
Update build.conf
Replace distutils remove_tree with shutil.rmtree
Replace distutils remove_tree with shutil shutil.copytree
Update build.conf to 14473 UI wheels
CAS-14503: added the reference of global scope to exec()
CAS-14503: fixed for versions prior to 3.12
CAS-14503: specified ...
Pull request #919: CAS-14512Merge in CASA/casa6 from CAS-14512 to master
* commit 'b3c610daceb9bcef5bd3d22fc8f85857e4b68f13':
casaconfig version is now 1.0.3, install_requires line for casaconfig during development is commented out
Can't get setup.cfg to work. Using setup.py instead
Switch to setup.cfg and https
Install casaconfig requirement from the Git repository
Fix casaconfig version in build.conf
Use se...
Pull request #920: CAS-14508Merge in CASA/casa6 from CAS-14508 to master
* commit 'f49b0ec02ad13716dc8e3be29ebd26f323207b6a':
pick up casacore fix for IPosition error + remove references to Memory:::allocatedMemoryInBytes (which was removed from casacore and uses the deprecated mallinfo) [CAS-14508]
pick up casacore fixes [CAS-14508]
function invocation needed [CAS-14508]
Pull request #918: CAS-13969Merge in CASA/casa6 from CAS-13969 to master
* commit '2885395bb7d35f0a0fe3cc57cd9d8919ea0f4029':
Skipping settrop due to intermittent failures
fixed typo
The ratio of diff is the same even for the mac failures
testing mean comparison and grabbing data for plotting
Output of settrop appears to be different. outputting slice to compare
additional reporting on some failure stats
te...
Pull request #912: CAS-14517: Add more importfitsidi testsMerge in CASA/casa6 from CAS-14517 to master
* commit '140f25e73f41b13effb39e85f6b57e1965872901':
CAS-14517: Add more importfitsidi tests
Pull request #913: CAS-14401 set image brightness unit according to the unit of MS data columnMerge in CASA/casa6 from CAS-14401 to master
* commit '26fe7533fa5c48d4f094f7af9596d1626b74432b':
add one more test case: check if task parameter overrides brightness unit
Add type hint and docstring to test helper function
Add description on unit search order
fixed wrong test name
Add supplementary comment
CAS-14401 refactoring, type hints, docstrings, and one more test case
CAS...
Pull request #915: Update casampi wheel to 0.5.6 in build.confMerge in CASA/casa6 from CAS-14534 to master
* commit 'ff0eaf32159fb48a569ec6850570a509d7b8587d':
Update casampi wheel to 0.5.6 in build.conf
Pull request #914: CAS-14526Merge in CASA/casa6 from CAS-14526 to master
* commit '1fa240b0c662c34dbe52c7dfd47c45d2849b88bc':
changed the tolerance for test_wterm_awp2
adjusted some parameters and fixed a if condition that was not intended in last checkin.
correcting a merge oversampling increase and re-enabling wterm_awp2 test
Remove extra backtick
CAS-14526 : Add warning about awphpg
fixed some tolerance an...
CAS-14526 : Add warning about awphpgAdded some lines to the XML description to indicate that awphpg is
unavailable for general use at this time, and will be in a future
release.
Also added a trap in task_tclean.py that prints a similar warning if a
user attempts to launch the gridder.
Pull request #910: CAS-13581Merge in CASA/casa6 from CAS-13581 to master
* commit '3dc69ddd7e1aa570214a18ac48f42dc5b1ec505a': (88 commits)
reduce the memory profile of wterm_awp2
added an extra check for record value
Fix an edge-case bug that prevented vlass_stk to run without failing in parallel
CAS-13581 : Fix test_tclean.py
avoid unnecessary construction of MSColumn
revert oversampling for awproject to 20...
CAS-13581 : Fix test_tclean.pyThe test_wterm_squint_awp2 test was failing on the PR builds because it
ran out of memory. Reduced the number of wplanes to 2 (previously 4) to
reduce mem requirements.