Pull request #928: CAS-14406
Merge in CASA/casa6 from CAS-14406 to master
* commit '780574cb276d2a2a28103985d5c8f4566c3d7ae0': (46 commits)
requires unique outvis and updated overwrite test
fixed overwrite option bug
fixed typo
Added the check for relevant spw to the syscal subtable as well
removed some extra prints
fix for frequency ranges
cleaned up some comments
The task should now also overwrite values without replacing the whole table or adding duplicates
changed test to match the new behavior. Removed some prints from the task to prevent crowding the output
Some indexing and naming fixes
fixed dict index error
Checks for existing antenna measurment for a given time and ignores antab data if not overwriting. Current overwrite still overwrites the whole file
Changed the gain curve interval to use the obs table information instead of ms metadata, same results as before but cleaner looking in task.
Changed the Type 1 and 2 to match the idi filler and use POWER(EL) and POWER(ZA) instead. Re-added the th table comparison to the test since the differences in other cols were not getting detected. Gain col still uses custom checker and is ignored by the test helper function.
lowering the atol on gain comparision? There are failures only for arm
fixed shape error when appending on gain_curve
fixed error with GAIN_CURVE append condition. Still might be challenges if gain len is 1?
More dev on case in new tarball
removed msg causing error, not sure why settrop had failure on recent build
added new gain curve append test case and fixed issue with gain curve append behavior
...