Merge pull request #826 in CASA/casa from feature/CAS-9679 to master
* commit '0ae9f91891fa5beb311d705c0eec2b960de8d87a': (56 commits)
The quack is done after the full iterator has been created.
Refactor SubtableChangerTest to derive from MsFactoryTVITester
Fixed typo
Fixed the unit tests to use the new API for setFrequencySelections
Port to the new setFrequencySelections API
Port to the new setFrequencySelections API
Workaround issue with CAS-11734: getChannels() throws if phantom SPWs are present
Use the new methods in the disk layer VI to set the channel selection.
Changed the API for VisIterImpl2LayerFactory::setFrequencySelection to allow FrequencySelections.
Removed comparison of polarizationId that was mistakenly copied
Use the last API of compareVector
Move block away from if/else, since it is repeated in both clauses
Do not pass the spw parameter to the ChannelAverageTVI configuration
Fix typo
Add support for layered factory
New tests to check that SPW selection works with stacked PhaseShiftingTVI
Add layered factory support for PhaseShiftingTVI
Remove unused configuration parameter in base class FreqAxisTVI
Reduce the test loops to improve running time of test
New tests to check that SPW selection works with stacked HanningSmooth
...
Merge pull request #832 in CASA/casa from CAS-11858 to master
* commit 'a91c9421b9897c7efb6a35059cbcbd2cb0a45aeb': CAS-11858 add feature for selecting by scan
Merge pull request #835 in CASA/casa from CAS-12175 to master
* commit '03419ffe40a9492810a4805ceaacc038d0e7241e': CAS-12175: incorporate late tweak to Source table in SDM in generated code
The quack is done after the full iterator has been created.
The VisibilityIterator used for preSweep() was reusing the
same visibilityIterator_p variable that was later overwritten,
creating a dangling object that messed up the status.
Fixes partially CAS-9679