Pull request #747: CAS-14158Merge in CASA/casa6 from CAS-14158 to master
* commit '6fc247ee0be43ffa039ecfc8f9d77a43633bd055':
CAS-14158 add test case for error response from DB
CAS-14158 improved error message
CAS-14158 propagate server-side error to the user
Pull request #746: CAS-14095Merge in CASA/casa6 from CAS-14095 to master
* commit '9070c281f2ad4484d40600d1af223dc324aef5e8':
CAS-14095 add unit test for bug fix
CAS-14059 bug fix on sloppyUnique
Pull request #748: CAS-13960Merge in CASA/casa6 from CAS-13960 to master
* commit '0854cd2abce94352df99790ec5c2a095624e7a57':
CAS-13960 : Modify test to check ret dict
CAS-13960 : Fix return dict for calcres=False
CAS-13960 : Removed CASA5 if/else checks
CAS-13960: Enable return dict for niter=0 in deconvolve
CAS-13960 : Refactor of return dictionary class
CAS-13960 : Fix case of existing model image
CAS-13...
Pull request #745: CAS-13902Merge in CASA/casa6 from CAS-13902 to master
* commit 'f8d6df104fed564c8908341b7e292483e4574bb9':
CAS-13902 : Refactor the fix
CAS-13902 : Minor fix
CAS-13902 : Fix bug with multi-MS multi-SPW config
Pull request #744: CAS-13401Merge in CASA/casa6 from CAS-13401 to master
* commit '8fe5bf39e4a88dddaac3c6a5e366da6acf4709ea':
CAS-13401: Fix mtmfs::restore for common beam
CAS-13401 : Add test to check restoringbeam
CAS-13401 : Generalized fix from previous commit
CAS-13401: Fix for beam header in full-stokes MTMFS
Pull request #743: CAS-13392Merge in CASA/casa6 from CAS-13392 to master
* commit '7b1f80cd5b93f5371b4e9d62f53b74ae99eae23a':
CAS-13392: further improved SD image checks prior to heavy processing. Added check for freq axis existence and for the axis order.
CAS-13392: improved sd parameter checking before heavy computing starts.
CAS-13392: extended test_task_sdintimaging.py by one case which exercises the ability to...
Pull request #741: CAS-13539Merge in CASA/casa6 from CAS-13539 to master
* commit '2e020211c095743039857b1a9d41fa42a98ad3b3':
modified the doc for cubedata and cubesource
added new test as per reviewer's comment
Fixed a problem where Undefined frame was allowed to go through Doppler estimation
Pull request #738: CAS-14187Merge in CASA/casa6 from CAS-14187 to master
* commit '9982521b8e7519911b02eac88c52332beffd8bf6':
Revert "Skip test_imgval_startmodel_axesmismatch on OSX"
Skip test_imgval_startmodel_axesmismatch on OSX
Remove origin prefix from branches checked out via branch tag
Remove commented out lines. Add verbosity to printed warning
Update to generate xml in case of segfault
Pull request #739: CAS-14151Merge in CASA/casa6 from CAS-14151 to master
* commit 'e0d0f17bb675bb4e1b393e83ce67b0316ea35d04':
Revert "Fix casashell parameter coercion in task_simobserve"
Fix casashell parameter coercion in task_simobserve (CAS-14150)
Update casampi to 0.5.4
Use collections.abc since collections is deprecated in Python 3.10
GILState_Ensure/Release to prevent crash in Python >=3.9, CAS-13977
Pull request #740: CAS-13937Merge in CASA/casa6 from CAS-13937 to master
* commit 'a67a1d5839eb2531b6ec79d910edd67170aff7c9':
Update script for readability. Update encoding for string checking
Update Sparse Check to use bash by default. Check for git lfs installation
Cleaned up the code
Add test_casatasks.py to package
Added a test case for immoments and sdcal. Renamed the test tclean.
Added more test cases.
...
CAS-13401: Fix mtmfs::restore for common beamFixed how restoringbeam='common' and a user-input restoringbeam work
with mtmfs::restore. Both these cases now only set a single beam,
bringing mtmfs in line with the behavior of the other deconvolvers.
CAS-13960 : Modify test to check ret dictModified the `test_onefield_restart_mfs` test within
`test_task_tclean.py` to check for the existence of the `summaryminor`
key in the return dictionary.
In the case of `calcres=False`, it checks that the `summaryminor` key is
length 0, and when `calcres=True` it checks that `len(summaryminor) >
0`.
CAS-13960 : Fix return dict for calcres=FalseThe caclres=True check within `task_tclean.py` for the `niter=0` case
has been removed. The return dictionary is always constructed, but if
the residual image does not exist on disk the summaryminor key of the
return dictionary is not populated - instead, it is replaced with an
empty dictionary.
CAS-13401 : Add test to check restoringbeamAdded a test to check for the existence of the restoringbeam while
imaging with deconvolver='mtmfs' and stokes='IQUV'. Only the existence
of the restoring beam is checked in this new addition, not the
correctness.
Pull request #735: CAS-14087Merge in CASA/casa6 from CAS-14087 to master
* commit '4a480d7ff2d24be4adfa73bb25132df561a32632': (30 commits)
updated defintents short description for 'mode' in the xml
set mode was resetting non selected intents to the STATE_ID value of 0
Added message when filling with UNSPECIFED(DEFINTENT). Also Ignores UNSPECIFIED(DEFINTENT) if appending to it
when appending on UNSPECIFIED don't i...
Pull request #737: CAS-13872Merge in CASA/casa6 from CAS-13872 to master
* commit '366e1ed9a94a7e785398120d385e2e48cd13acb4':
CAS-13872 : Remove extraneous cout statements
CAS-13872 : Enable mt-mfs in task_deconvolve
CAS-13872 : Made the model image used for minor cycle residual cal be the difference model and not the full model. test_onefield_restart_mtmfs passes now.
CAS-13872 : Made mtmfs peak residual read fr...
Pull request #736: CAS-13844Merge in CASA/casa6 from CAS-13844 to master
* commit 'e96bd1d3c80d6942fbdd80e3c38db48fe7894d14':
CAS-13844 minor style change
Add singledish specific divideResidualByWeight
use lambda function to simplify log output.
clean-up
modified getPbMax() and divideResidualByWeight()
rewrite getPbMax() and divideResidualByWeight() without using SubImage instances
tidy up divideResidualByW...
CAS-13401 : Generalized fix from previous commitThe previous commit assumed that the restoring beam is identical for
every channel and polarization, and applied the last restoring beam to
all the planes.
The new fix correctly stores the restoring beam per channel/polarization
and applies it to the final restored image. This allows for the use case
of multi-frequency mt-mfs, where the beam can reasonably change across
the different channels.
CAS-13401: Fix for beam header in full-stokes MTMFSThis fixes the issue of full Stokes MT-MFS images not containing the
restoring beam information.
The bug was because internally MT-MFS reads in a subimage of the
restored image (per channel/polarization plane, per term) in order to
perform the residual normalization math and add the model. The beam
header was being set correctly within this sub-image per plane, but not
in the final image writt...
Pull request #734: CAS-14173 Fix plotms colorize autoscale point sizeMerge in CASA/casa6 from CAS-14173 to master
* commit 'ce5fcb4bb84eac9a01a42d16b456b232864d301d':
Restore order of build.conf list
Update build.conf casaplotms master version
Update build.conf plotms branch version
Update build.conf plotms branch version
Update plotms branch wheel in build.conf
Update plotms branch version with fix
Fix casashell parameter coercion in task_simobserve (CAS-14150)Remove dangling single quotes from the mapsize parameter in task XML, since default values for string constants no longer have their delimiters stripped.
Pull request #732: CAS-14180Merge in CASA/casa6 from CAS-14180 to master
* commit '1eeb1127ded3b15489066c0b44d8d2896cd16333':
Remove _crash_reporter_initialize
Remove telemetry from gcwrap
Remove telemetry methods from logsink.xml
Fix utils_cmpt.cc
Remove telemetry and crash reporter in Casatools
Remove telemetry and crash reporter from casatasks