Pull request #1062: CAS-14814
Merge 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 loop 2.) Use direct storage pointers 3.) Precompute structure offsets 4.) Return changed from BinaryDilationCore 5.) Remove the full image check in BinaryDilation() 6.) Avoid extra full-plane scans
Pull request #1061: CAS-14804
Merge 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 by rescaling the objfunc, and amplitudes, for more details see description at Jira ticket