Pull request #908: CAS-14146
Merge in CASA/casa6 from CAS-14146 to master
* commit '83bba6f54e8e03e3b0d95a1798bb96106a5764bb': (52 commits)
changed wprojplanes for squint to use less than 16GB in unit tests CAS-14146 : cleanup print statements edit docs
Enhancement to not rephase for pointing outside of image
remove a white space that will cause sdimaging unit test to fail
some more doc changes
some doc for awp2
Fixed an array indexing that could go out of bounds in parallel and made psf making to use w=0 plane only.
added unittests for awp2 for widefield with squint
adding some awp2 tests
Fixed the prediction for squint
revert back to master for this as it is not the developers to modify this
Some cleanup modifications and fixes and traps added.
fixing a support search issue
some minor changes to speed up and make unit tests pass
only awproject need to check cfcache
warning for awp2 and mtmfs
increased L-band limit for old VLA as many unit test data insists that old VLA could observe below 1.3GHz !
brought stakeholder tests from CAS-13581
Fixed more yabs
Fix yab (yet another booboo)
...
Pull request #907: CAS-13616: Add multi-field specification of phasecenter for task_phaseshift
Merge in CASA/casa6 from CAS-13616 to master
* commit '38e1a8f2031e0cc25b5d6ce1ae8ceb2f6230bac9': (32 commits)
update and extend tests for output center values in same frame as metadata, CAS-13616
don't convert to J2000, write phasecenter vals using same frame as in the PHASE_DIR metadata, CAS-13616
fix bug re empty phasecenter frame, add tests, CAS-13616
clarify default phasecenter frame J2000, CAS-13616
use typing.Tuple for Python 3.8, CAS-13616
prefer f-strings to concats, CAS-13616
more formatting and indentation fixes from code review, try to get rid of tabs, CAS-13616
re-format with black, CAS-13616
suggestions from code review, more type hints prevent small leak, CAS-13616
fixes from code review, prevent small leak, CAS-13616
improve wording, from code review, CAS-13616
parse dicts, reorganize tvi config, shift depending on field, CAS-13616
test cases with dict and field selection, share common output checks with other classes, CAS-13616
check field subtable in all multified tests, check vis in unchanged fields, CAS-13616
extend and reorganize output checks in phaseshift_test cases, CAS-13616
check in/out FIELD subt, extend multified tests with better MS, CAS-13616
fix _update_field_subt when single phasecenter and field selection used together, CAS-13616
reduce tool try contexts and indentation levels, CAS-13616
remove assumptions that break with reindexing off, CAS-13616
remove duplicate phasecenter check, defer to TVI, CAS-13616
...