Revert "Merge pull request #836 in CASA/casa from CAS-11988 to master"
This reverts commit dfe43d8d0b1a5db075714c90b9ebebb19b9a2053, reversing
changes made to 81ca466bc3aba9e379151b421f3427f60842656d.
Merge pull request #837 in CASA/casa from bugfix/CAS-12203 to master
* commit '26cf1c25d80f07c940c8dba9f61991c276ab5afe': (69 commits)
Updated regressions for merge of CAS-12203 with casa-master
Updated regressions for merge of CAS-12203 with casa-master
Revert "Modified the ic2233 regressios to updated values for the merge"
Modified the ic2233 regressios to updated values for the merge
Changed default for conjbeams to false in all places I could find (5 edits in three files; tclean.xml, synthesisimager{.xml,_cmpt.cc})
Minor additions for the psterm parameter
Added more information for the psterm parameter
Simplified code in SynthesisImagerVi2::reloadCFCache().
Re-start reloadCFCache() from Py and fixed the C++ code to work for FTMs that use CFCache mechanism.
Some more minor changes to the doc.
Modified test-values for regressions to pass + doc improvements in .xml.
Typo corrections in the inline help text.
Output of std::string.find() needs to be received in unsigned long (unsigned int works incorrectly, without a warning!).
Output of std::string.find() needs to received in unsigned long (unsinged int works incorrectly, without warning!).
getenv: Generalized construction of env. variable + changed precedence to env. variable first (then .casarc).
getenv: Generalized construction of env. variable from .casarc variable + changed precedence to env. variables first (then .casarc).
Resolved blank-line conflict.
Added control via CFC_VERBOSE #define to control verbosity during CFC construction.
Added WFUDGE getenv param.
A temp. commit to make SDMaskHandler.cc compile. The original code had SHARE_PTR which complier does not find. So replaced with std:shared_ptr.
...
Merge pull request #836 in CASA/casa from CAS-11988 to master
* commit '61b09c36d8c61a85310aa342d327b8f2eb8ab55b': (30 commits)
Fix SPW output subtable if the number of channnels not divisible by chanbin
Add unit test for SPWs fully averaged
Use STL to copy container
Add test for SPWs without averaging
Allow setting the chanbin of second TVI in the fixture
Adjust existing assocSpwId for the originally copied SPWs
Add STL namespace: vector -> std::vector
Add STL namespace: map -> std::map
Fix remaining access to mutable var.
Check SPW subtable when two ChannelAverageTVIs are concatenated and there is a MS selection
Fix unit test with number of channels not divisible by chanbin
Fix indentation
Fix the unit tests after changing getChannels() from FreqAxisTVI
Add test to check SPW subtable when number of channels is not divisible by chanbin
Add unit test for the SPW subtable propagation
Improve google test context message in case of failure
Indent properly source file
Add more variability in the generated synthetic MS
Fix compiler warning
Override nSpectralWindows()
...