Pull request #594: CAS-13849 mods to quanta tool to support cngi feather2
Merge in CASA/casa6 from CAS-13849 to master
* commit '13bf5fd6d8979a4771fd56c6e86be473b591c719':
add notes to getvalue and getunit that multi-dimensional arrays are not supported
explict cast to Vector<double> as required by casacore update
update qa.unit() which is just a wrapper for qa.quantity()
Added the new test_tool_quanta to the mapping of tests json file so that the tests run automatically in Bamboo.
clean up
checkpoint
fix to make MacOS 11 CI build happy I hope
more informative error handling for convert()
code clean up
tests for quanta tool
updates to qa.convert() and qa.quantity()
Pull request #592: CAS-13808
Merge in CASA/casa6 from CAS-13808 to master
* commit 'd9998c3d7e191b277f492b053ab29895e7783478': (32 commits)
accomodate casacore vector conversion changes [CAS-13808]
validation: fix docs + segv [CAS-13808]
verification: change rows(...) to row(...) [CAS-13808]
fix formatting for readthedocs [3] (CAS-13808)
fix formatting for readthedocs [2] (CAS-13808)
fix formatting for readthedocs (CAS-13808)
trigger rebuild (CAS-13808)
add useful constructor (like python-casacore) [CAS-13808]
improve docs + invalidate tablerow object when origin table is closed or deleted (CAS-13808)
Changed the directory where to get the test data from.
fixes for verification [CAS-13808]
Enable the new test_tool_table to run in Bamboo.
fix typo [CAS-13808]
add code review clarification [CAS-13808]
raw pointer fixes suggested during code review [CAS-13808]
add documentation for storing a row [CAS-13808]
add tests for 'columnnames' parameter [CAS-13808]
add documentation [CAS-13808]
call accessor 'tb.rows( )' instead of 'tb.row( )'; help distinguish from python-casacore [CAS-13808]
fix memory leaks and GIL related segv
...
Pull request #591: CAS-13869 : Made the checkPB for nonzero edge pixels happen only for mosaic and awp gridders
Merge in CASA/casa6 from CAS-13869 to master
* commit 'd90b3f6673e1c650fe98fa25b2faa4808cea8ed8': CAS-13869 : Made the checkPB for nonzero edge pixels happen only for mosaic and awp gridders
Pull request #593: CAS-12313
Merge in CASA/casa6 from CAS-12313 to master
* commit '63ff6ac62a896a44d88e39d358be0141d5f85a99':
replaced duplicate tsys-atm with tsys-manual in XML description of sm.setnoise tool method CAS-12313 : Added missing n_chan in xml inline doc for sm.setnoise() tool method.