Merge pull request #336 in CASA/casa6 from CAS-13370 to release/6.1.1
* commit '820ef4c90cee3c78066221adc66c54b438579b3b':
Fix pb math in task_simalma (CAS-13370)
fixes from amcnicho (CAS-13370)
severe error fix from CAS-13369 (CAS-13370)
no-op to trigger build
simanalyze cell parameter accepts non-strings (CAS-13370)
vector element fix (CAS-13370)
allow for specification of task dependencies in XML (CAS-13370)
Fix pb math in task_simalma (CAS-13370)
The .image file produced by clean in 5.4 had primary beam correction applied. Since CAS-12502 and the change to using imtclean instead of imclean in simanalyze (called by simalma) the .image file is now sky-flat and does not need an extra scaling by the primary beam before it is feathered with the SD image.
Ensure the task_simalma code follows the algorithm:
* create SD image
* create IF flat-noise image
* regrid SD to IF
* output = feather(SD*IF.pb, IF(flat-noise) )/ IF.pb~