Pull request #1028: CAS-14732
Merge in CASA/casa6 from CAS-14732 to master
* commit '4367509f637e844d0ace77ea151e165bd67efc38':
moved the check but had to fix stuff as empty string was acceptable at that stage.
move the check for units in starting model to SyntheisisImager
force saving of model image
Throw an exception if model is not in units of Jy/pixel
Fixed an image copy with mask being applied which did not copy the units
AssertionError: radii keyword is missing in the ephem table
test_task_getephemtable.py:312: in test_save_rawdata
self.fail("radii keyword is missing in the ephem table")
E AssertionError: radii keyword is missing in the ephem table
AssertionError: False is not true
test_task_getephemtable.py:347: in test_secondaryname_in_parentheses
self.assertTrue("NAME" in keys)
E AssertionError: False is not true