Commits
Pull request #638: CAS-13260
Merge in CASA/casa6 from CAS-13260 to master * commit '768ef0db893ec95d52ab5332da33debdcec7bfdc': CAS-13260 : Fixed the math for the conversion of FWHM_lm to the factor used to compute the uvtaper Gaussian in uv. Modified test_cube_weighting_taper_13260 to use more realistic taper values, check for equivalence between settings in the image vs uv domains, and added a call/check for an elliptical taper. Modified xml inline docs for the uvtaper parameter to include the conversion math. CAS-13260: Skipped the unit test case test_cube_weighting_taper_cas13260_old until we can figure out what causes the common bean difference between the local runs and bamboo runs for reim_point_linRL.ms. CAS-13260: Changed file names in test_cube_weighting_taper_cas13260_old test case to rule out the difference between bamboo and local are not caused by undeleted same file names. Added two more cases with image size set to 200. CAS-13260: Added one more unit test case to trouble shooting why bamboo unit test returned different comm bean results than local unit test. CAS-13260: Modified test_cube_weighting_taper unit test cases in test_task_tclena.py accordingly since the convert factor changed in setFilter in VisImagingWeight.cc. CAS-13260: Fixed the bug: the wrong if-else bracket. CAS-13260: Modified /casatasks/xml/tclean.xml uvtaper notes from FWHM to HWHM. CAS-13260 Fixed the build error caused from VisImagingWeight.cc CAS-13260: Modified fact in setFilter modular in casatools/src/code/msvis/MSVis/VisImagingWeight.cc. Added unit test case test_cube_weighting_taper_cas13260 in casatasks/tests/tasks/test_task_tclean.py