Merge pull request #116 in CASA/casa6 from CAS-12617 to master
* commit 'ec8ba59192386e8e309c53a70e3911f2a2cc05e8': (57 commits)
docs about default value CAS-12617 : Added one more sub-test to cover a missing combination of modes
made the env.variable edits happen only for serial and not parallel CAS-12617 : Set parallel=self.parallel in the test_hetarray tclean calls so that it actually goes in parallel....
Turned on hetarray test suite CAS-12617 : Set/reset env variables. Remove a debug/print statement. Copied test_tclean from casa5 to casa6 trees. CAS-12617 : Added two new tests for heterogenous pointing corrections. Currently disabled (in the suite definition) because the data isn't in the repo yet. CAS-12617 : Another edit to allow the blank default to work for usepointing=True, but with no heterogenous offsets (i.e. same as casa 5.6)
Fixing VB2CFBMap.h to default sigmaDev to be a zero float vector of size 2
Parameter enforcing of the pointingoffsetsigdev internally within VB2CFBMap
For CAS-12617, changed the default of the new parameter to be an empty array [] CAS-12617 : bug fix for pointing offset read indexing
For CAS-12617, editing both copies of input_parameters.py
For CAS-12617, copied python code from casa5 to casa6 areas.
Interface and log changes for CAS-12617 to get all test_tclean tests to pass
chg: To reduce the checking for the maxCFShape change
chg: CFBuffer.cc to cache the maxCFShape value to reduce repeated reading of the buffer. Destructor timer reporting in VB2CFBMap.h
chg: To pass a reference instead of assigning the pointing offset vector in baselineType.cc. This allows for the parallel run to work. chg: In VB2CFBMap explicitly checking array sizes to avoid parallel run failure of recompute
chg: Checks for the second sigmaDev parameters only for antenna change in each VB. The units have been fixed in the checking and reporting of the increment. dev: A function to write a V<V<d>> from a v<v<d>> in BaselineType
chg: tAWPFTM to initialize AWPWBFTNew properly
...
Merge pull request #115 in CASA/casa6 from CAS-12913 to master
* commit '2308d678dec0b4484719843af9d2841f3a592dcf':
fix to workaround bug in componentlist images
updatest so bamboo tests will pass
fix test bug
rename test scripts
updates to componentlistimage req tests
updated files for componentlistimage tests
rename test script
Merge branch 'master' into CAS-12617 Resolve conflict in test_tclean.py : another ticket added another test suite and so does this branch.... modified the names in the list. Fixed xml problem