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.
Pull request #909: Increased timeout limit to run the VLASS 1.2 tests in Bamboo.Merge in CASA/casa6 from CAS-14519 to master
* commit 'dc9c7dde2722508c0135b5e05de763ffc1b6918b':
Increased timeout limit to run the VLASS 1.2 tests in Bamboo.
Pull request #908: CAS-14146Merge in CASA/casa6 from CAS-14146 to master
* commit '83bba6f54e8e03e3b0d95a1798bb96106a5764bb': (52 commits)
changed wprojplanes for squint to use less than 16GB in unit tests
CAS-14146 : cleanup print statements edit docs
Enhancement to not rephase for pointing outside of image
remove a white space that will cause sdimaging unit test to fail
some more doc changes
some doc for aw...
Pull request #907: CAS-13616: Add multi-field specification of phasecenter for task_phaseshiftMerge in CASA/casa6 from CAS-13616 to master
* commit '38e1a8f2031e0cc25b5d6ce1ae8ceb2f6230bac9': (32 commits)
update and extend tests for output center values in same frame as metadata, CAS-13616
don't convert to J2000, write phasecenter vals using same frame as in the PHASE_DIR metadata, CAS-13616
fix bug re empty phasecenter frame, add tests, CAS-13616
clarify default phasecenter fr...
Pull request #906: CAS-14477Merge in CASA/casa6 from CAS-14477 to master
* commit 'cc9c2bd2403188e1efdd666fb973f56949e06eed':
Remove extra CMake flags for gsl in readme.md for the macOS installation
Revert "Remove GSL flags from the readme.md file."
Remove GSL flags from the readme.md file.
Implement Renauds's patch in CAS-14477
Pull request #902: CAS-14195Merge in CASA/casa6 from CAS-14195 to master
* commit 'd74c9a0ba4ec491506f98bf594b2710a3258278a':
For CAS-14195, tidy up doc info in fringefit.xml
For CAS-14195, improve inline documentation for corrcomb parameter.
changed np.alltrue to np.all for new test case
For CAS-14195, added combine='spw',concatspws=True tests to Fringefit_corrcomb2 test
For CAS-14195, add new Fringefit_corrco...
Pull request #904: Update casacore to commit 1f3a55af2fde7b0dd1f36af31a65e0d4d67ee283Merge in CASA/casa6 from CAS-14442 to master
* commit '88ab03e37df0bdd857328871f21a9135c3fd3f10':
Update casacore to commit 1f3a55af2fde7b0dd1f36af31a65e0d4d67ee283
Pull request #901: CAS-14249Merge in CASA/casa6 from CAS-14249 to master
* commit 'c849f9cdf483096d07fbcdf2d805d0fdae773bd9':
ratesmooth now marked as experimental in the xml
re-toggled on rate smoothing for the test case
Added ratesmooth param to toggle using rates while smoothing rates are now also smoothed by smoothtime
added param passed to ct globals
remove new param from ctglobals
fixed test failure. St...
Pull request #898: CAS-13901Merge in CASA/casa6 from CAS-13901 to master
* commit '11d23f30ace690f7459f16e7fcfb288a8e5998ca':
CAS-13901: Remove asp warnings from XML
CAS-13901 : Skip asp tests on Mac darwin
CAS-13901 : Remove asp niter check in test_deconvolve
Enabled previously skipped tests 5, 53, 68, 71 87, and 90 because they are passing again. Added skip to tests 72 and 91 as both of them crash on macOS and ...
Pull request #900: CAS-14324Merge in CASA/casa6 from CAS-14324 to master
* commit '5dc8e4458daf5060a0061e03dc814880d5bef6e0':
added coverage for mosweight=True and weighting is uniform
fix a bug where uniform was not considered as briggs weighting
Fix a problem with gridwt when restart
Full IQUV briggs weighting mtmfs psf shape bug...fixed
some changes as suggested by reviewer
CAS-14324 : improvements to unit...
Pull request #899: CAS-14507Merge in CASA/casa6 from CAS-14507 to master
* commit '3ffb7e15811f3b8e0a8fed746325730b0b8bd111':
Check for the FC variable for the Fortran compiler path and name
fix hardcoded path to libgcc [CAS-14507]
Pull request #897: Updated task tclean XML following CAS-14501Merge in CASA/casa6 from CAS-14501 to master
* commit 'c5c3c77699fbe29bba5f53db4ff131acbc9822e0':
Updated task tclean XML following CAS-14501
CAS-13901: Remove asp warnings from XMLRemoved warnings about ASP not working in deconvolve.xml, and references
to it being an experimental algorithm in tclean.xml
CAS-14146 : cleanup print statements edit docsMade some minor changes to the documentation on the awp2 parameter list,
and cleaned up some stray print statements.
Also moved the trap that caught mtmfs with awp2 from imagerhelpers into
task_tclean with all the other traps.