Pull request #1071: CAS-14778Merge in CASA/casa6 from CAS-14778 to master
* commit '0d731f5701553c3bcd07344a0be600f6ec4afee4':
CAS-14778 : Fix rectangular image case
rename to cameltype and assert that dimensions are either both even or both odd
Add test
Copy the solution for odd pixels that was found for Matrix Cleaner over to also apply to MultiTermMatrixCleaner.cc Validated on Cygnus A, scales=[0,1], nterms=1, ...
Pull request #1069: CAS-14825Merge in CASA/casa6 from CAS-14825 to master
* commit 'ab5779d7deaa35eb006c36f649795df34e1e2806':
CAS-14825 : Remove traps for nterms < 2 and MT-MFS
Pull request #1067: CAS-14454Merge in CASA/casa6 from CAS-14454 to master
* commit '21c177edd7dc97ff82dd395da776255d46cd9553':
Fixed: trying to just fill model column was not copying over the tt images to the cube model for prediction
As per reviewer comment added a squint correction test to the mvc test.
Added unit tests and fixed a per pol normalization
Fix an oversight ...when having pol images the full pol pb ...
CAS-14778 : Fix rectangular image caseSpecifically, allow one axis to be odd and the other even. Previously
this was trapped as an exception, but this is explicitly a use-case that
tclean supports.
Pull request #1068: CAS-14763Merge in CASA/casa6 from CAS-14763 to master
* commit 'f2e0db200c55d4b3c26e06bf80d6211944a47756': (74 commits)
Change type to G
Add standard errors for parameters
Update xml and tests
Change default clock order and update the test data origin
Remove debugging list type, return of task zenithdelaycal is dict
Updated test to use data with all VLBA antennas
Updated test header
Add...
Pull request #1063: CAS-14797Merge in CASA/casa6 from CAS-14797 to master
* commit 'd0332c4e3cda643f0a1b8a128c35f1a6ee2e973f':
Streamline the implementations of helper functions in just two helper functions now made available in MatrixCleaner.cc
Search only over inner square
Make MSMT-CLEAN compatible with previous runs again
repeat same accelerations for AspMatrixCleaner and for MultiTermMatrixCleaner
This code...
Pull request #1062: CAS-14814Merge in CASA/casa6 from CAS-14814 to master
* commit 'cb65c9b710137b44a5624dadade29b814c6a2a3d':
Remove dead code
labeling, pruning and blob-size counting in memory, avoid temporary copies
Optimize Automasking region labelling and pruning
Main bottleneck is binaryDilation computation. This part of the code has been accelerated now, by: 1.) Remove IPosition constructions from inner loo...
Pull request #1061: CAS-14804Merge in CASA/casa6 from CAS-14804 to master
* commit 'b21128a27d35f918b11d60dad2d1ff729e92d923':
Inflate epsilon for passing tests across platforms
Add tclean task for CAS-14804, depends on fasr dataset
Update comparison values in test_onefield_asp
Reverse to normalization with psf width again, this makes the unittest testonefieldasp performing superior to old version again
Solution...
Pull request #1066: CAS-14798Merge in CASA/casa6 from CAS-14798 to master
* commit '8959b8b05b1f67087d8deb301e5ccd2c73ecfcfb':
[CAS-14798] update build.conf for master build of GUI wheels
[CAS-14798] increment version for bamboo build-based jar files
[CAS-14798] fix botched isolation of build from casa-source tree
[CAS-14798] fix typo in casalogger version number
[CAS-14798] trigger a clean rebuild
[CAS-14798]...
Pull request #1064: CAS-14713Merge in CASA/casa6 from CAS-14713 to master
* commit '85a64657cf577e2f2e27f15d9e8dc1843ce1efcc':
remove the duplicated funtionality that exist in almatestutils
remove print statements for debugging
Modify the code based on code review
Remove some lines previously commented out
Clean up debug messages
Add missing import for casalog
fix check_list_vals to return False if at least ...
Pull request #1060: CAS-14342Merge in CASA/casa6 from CAS-14342 to master
* commit 'da072f6cba0d386485b1188c73e598cd335fc673':
redo this...foiled by SIImageStore smartness
fixed a place whereI missed widefield
fixed typo
Added widefield as a gridder for single field that can ignore blanking when pblimit is less than 0
fixed a typo that got in
Fix reviewer suggestion + some doc change
when pblimit is -ve for ...
Pull request #1059: CAS-14520Merge in CASA/casa6 from CAS-14520 to master
* commit '6d1b664f4857b653720cb2e3a5ff36128272277e':
removed "user" from a log line
added empty space between bracket and value printed
added logger message about fracbw used by bwtaper
disabling bwtaper test in parallel to allow this feature in
Changes in doc according to reviewer
forgot to push this one in
brought fracbw up to tclean...
Pull request #1055: CAS-14430Merge in CASA/casa6 from CAS-14430 to master
* commit '0c4da0be7d119cd0bc22330490f7acbe3227f017':
[CAS-14430] remove comment that is now misleading
[CAS-14430] fix problem generating plot file WITHOUT showing the plot
remove line duplication (found in code review) [CAS-14430]
plotcomp: resurrect, update simulator use, clean up plot, patch back into predictcomp [CAS-14430]
fix errors ...
CAS-14825 : Remove traps for nterms < 2 and MT-MFSThis allows nterms=1 to run, which is mathematically consistent with
using hogbom clean via different internal machinery.
We will deprecate this usage mode at a future date, but this resolves
issues with running the pipeline in this mode.
Pull request #1057: CAS-14808: improved task messaging, added unit test case testSky_sdObs_noise, updated stakeholder testsMerge in CASA/casa6 from CAS-14808 to master
* commit 'fd028a1e11a9a712747c80c3508fd96597a93a87':
CAS-14808: improved task messaging, added unit test case testSky_sdObs_noise, updated stakeholder tests