Build: #219 was successful Child of CASA-C6MP-389
Code commits
casa6
-
David Mehringer 414390e41f10b68d393866f45dbafcbdf71c7102
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() -
Darrell Schiebel 4a723a553560c1d96f8b398f99d6b38167fda7fc
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
... -
Urvashi Rao Venkata b582d0017e9d6013d70ea73602c198effa1cc929
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 -
Urvashi Rao Venkata db1e73aea82c3311398c2e99e2fec92a9aaae02d
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. -
David Mehringer 13bf5fd6d8979a4771fd56c6e86be473b591c719
Merge branch 'master' into CAS-13849
-
Wataru Kawasaki ac1cb71e3fecc6751456572e766ddecb8f4cd6ee
Pull request #590: fixed a bug found in sdbaseline when blmode=‘apply’
Merge in CASA/casa6 from CAS-13668 to master
* commit 'ddfa356e03bb0a5593e09f8c6aca1042b5639011':
remove default() which is no longer defined
update run_clipping_test() so that it can be called from test061 also
check return value of np.allclose()
use 'flag' instead of 'mask' for flag data
replace std::vector with casa::Vector and did refactoring
make i==0 and i==nchan-1 cases out of the loop
use only casa::Vector in get_masklist_from_mask()
use a constructor of std::vector that has initial value as an argument
use only spaces for indentation
use only spaces for indentation
use mask from bltable to compute weight in apply mode. add a unit test also
use slice to set array values -
Darrell Schiebel <darrell@schiebel.us> d9998c3d7e191b277f492b053ab29895e7783478
accomodate casacore vector conversion changes [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 860c256eff9096274c695188f163cb5b7d334fa3
Merge branch 'master' into CAS-13808
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 63ff6ac62a896a44d88e39d358be0141d5f85a99
Merge branch 'master' into CAS-12313
-
Darrell Schiebel <darrell@schiebel.us> 9c7c9ab6ac10a2a9a6469bb6d9109868decc3b14 m
validation: fix docs + segv [CAS-13808]
-
Wataru Kawasaki ddfa356e03bb0a5593e09f8c6aca1042b5639011 m
Merge branch 'master' into CAS-13668
-
urvashirau <urvashi.rau@gmail.com> d90b3f6673e1c650fe98fa25b2faa4808cea8ed8 m
CAS-13869 : Made the checkPB for nonzero edge pixels happen only for mosaic and awp gridders
-
David Mehringer 28a4d8300fd0365985433d2d5bdb02a00baf4fca m
add notes to getvalue and getunit that multi-dimensional arrays are not supported
-
David Mehringer a46784c6b07df08c69a89b6e84926c0382fdcb02 m
explict cast to Vector<double> as required by casacore update
-
David Mehringer d59ffda02cebeea6521292d2d1dbb59e0dc5a355 m
Merge branch 'master' into CAS-13849
Conflicts:
casatools/src/tools/quanta/quanta_cmpt.cc -
David Mehringer 93bbebb91afdc64ea3b180f12b71e7a3a46e9772 m
Merge branch 'CAS-13849' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13849
-
David Mehringer 95b9dc57fdc1d43f7e1534ed039b6e2129e7e5bf m
update qa.unit() which is just a wrapper for qa.quantity()
-
Darrell Schiebel <darrell@schiebel.us> 473bd2c48b1a7e8856934079902c661d52c04d8c m
verification: change rows(...) to row(...) [CAS-13808]
-
Wataru Kawasaki ca34a72db479ee9006bbdcea2cebdc18f8a595c3 m
Merge branch 'CAS-13666' into CAS-13668
Conflicts:
casatasks/tests/tasks/test_task_sdbaseline.py -
Wataru Kawasaki 586df236f65827d20dacec0a2845a107c30f1891 m
Merge branch 'master' into CAS-13668
-
Darrell Schiebel <darrell@schiebel.us> 5ee9dcc59eb82b1472997eb882aae7feb12968e1 m
fix formatting for readthedocs [3] (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> b747d3e5ea0ede476822c541719dd4cfde773459 m
fix formatting for readthedocs [2] (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> 83a5e99ef5c3281722a5b10d260b8db329e1fc54 m
fix formatting for readthedocs (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> b1a1c314b48dc98ef1031c0850c499cc94fdc17d m
trigger rebuild (CAS-13808)
-
Darrell Schiebel <darrell@schiebel.us> 6a0e9a518b51da6d0fe20122ad2ff2e07b664505 m
add useful constructor (like python-casacore) [CAS-13808]
- casatools/ac/templates/setup.py.in (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
- casatools/scripts/xml-casa (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
- casatools/xml/tablerow.xml (version 6a0e9a518b51da6d0fe20122ad2ff2e07b664505) (diffs)
-
Darrell Schiebel <darrell@schiebel.us> 00003454ec2e92c83fc56543b470a86543330116 m
improve docs + invalidate tablerow object when origin table is closed or deleted (CAS-13808)
- casatools/src/tools/table/table_cmpt.cc (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/table/table_forward.h (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/table/table_private.h (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/src/tools/tablerow/tablerow_private.h (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
- casatools/xml/table.xml (version 00003454ec2e92c83fc56543b470a86543330116) (diffs)
-
Sandra Castro b0197510d77010fcca152f749a705646252129d3 m
Added the new test_tool_quanta to the mapping of tests json file so that the tests run automatically in Bamboo.
-
Wataru Kawasaki f7b249075b6748b95927e1f35d4f1ce9f01d6a6a m
Merge branch 'master' into CAS-13666
-
David Mehringer 25c68611ea036d550aae74359cf5c3e27e886abf m
Merge branch 'master' into CAS-13849
-
Sandra Castro d68bdd41e19830770660495a423c1f9c76a9be3a m
Changed the directory where to get the test data from.
-
David Mehringer 53dff2e86a0cf0fd0ac9dadf91d8d9a84c41cbdd m
clean up
-
David Mehringer 18a55e1ace4fd5c73f7771e7756d415353acf94f m
checkpoint
-
David Mehringer 293e82bfdc8a23d2d51b0701bb983d433b283926 m
fix to make MacOS 11 CI build happy I hope
-
David Mehringer 68c0be9861cea6f92258c3f377ac56e827efbbab m
more informative error handling for convert()
-
David Mehringer 6be6feed70dde7eec46a5c4d32390731c786c50e m
code clean up
-
David Mehringer 8e3d0a71c38c67b6597cd81ef2fdfc3650a5113a m
tests for quanta tool
-
David Mehringer d5a2a8d240c9045ea907cc0a41e508e076a0acc9 m
updates to qa.convert() and qa.quantity()
-
Darrell Schiebel <darrell@schiebel.us> bca85f99f620b878cdda5d66e65f8b85a0c8d8b3 m
fixes for verification [CAS-13808]
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version bca85f99f620b878cdda5d66e65f8b85a0c8d8b3) (diffs)
- casatools/src/tools/tablerow/tablerow_private.h (version bca85f99f620b878cdda5d66e65f8b85a0c8d8b3) (diffs)
- casatools/tests/tools/table/test_tool_table.py (version bca85f99f620b878cdda5d66e65f8b85a0c8d8b3) (diffs)
-
Sandra Castro 7951cb98452f9a705fe89dca15d4de65717c5a1b m
Enable the new test_tool_table to run in Bamboo.
-
Wataru Kawasaki 00fa76716fd13f80dbbcafe942e53f0de5d076d9 m
Merge branch 'master' into CAS-13666
-
Darrell Schiebel <darrell@schiebel.us> 32e7fc1be24455952b26f285e9de8fe5e215a3de m
fix typo [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 751e4c4deb700827e1f84eae2a6dc4b6379acb89 m
add code review clarification [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 9b6a1d688ac58882bcee7a6954bda937a61eeb18 m
raw pointer fixes suggested during code review [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> a17dd815edb3d60ae05ce4e3a708d53035505584 m
add documentation for storing a row [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 5420706b3f2b4677c42c244bb6a0e1062dab357a m
add tests for 'columnnames' parameter [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 7362f1ce7a8e0929292cd01d4a576700c51f02ed m
add documentation [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> c6d825b29a2e7aea009ba1fba5a504d7c6cf1584 m
call accessor 'tb.rows( )' instead of 'tb.row( )'; help distinguish from python-casacore [CAS-13808]
-
Darrell Schiebel <darrell@schiebel.us> 7e22fe4c4959d93115188cb32fc0522d9851556e m
fix memory leaks and GIL related segv
-
Darrell Schiebel <darrell@schiebel.us> cb33a336359abd24307dfb8cc6eb716a58d07a1e m
simplify data path discovery
-
Darrell Schiebel <darrell@schiebel.us> 983dff9ccc7a14a24d404bbc6f2b93a9a38ab6f0 m
fix (un)signed warning
-
Darrell Schiebel <darrell@schiebel.us> 3ef2e9f55acb6da3d21313498bbdd8395ce60eed m
add test case for tablerow
-
Darrell Schiebel <darrell@schiebel.us> 01a608d92ad709c3ec786aa2397ebefc024f2167 m
fix array conversion to avoid segv on macos
-
Darrell Schiebel <darrell@schiebel.us> 368f595200353df730b51a765b9e08c0426dc5df m
change resolve( ) [for casatools only] to return a fully qualified path when the data is found directly using the search path
-
Darrell Schiebel <darrell@schiebel.us> fac52c989512237156b989f0dfc1a4ec40bd75f0 m
add done( ) to clear table reference
-
Darrell Schiebel <darrell@schiebel.us> 63bbe80704827104ad0f72cfa933fc581c496f1d m
Merge branch 'master' into CAS-13808
-
Darrell Schiebel <darrell@schiebel.us> 8934955ab33bfaef72774a0c20a1afff9e2e2948 m
missing semicolon
-
Darrell Schiebel <darrell@schiebel.us> b324472d2b82fa275ad1a76002134f87b67adce6 m
minor cleanup of formatting
-
Darrell Schiebel <darrell@schiebel.us> 073110681b88c59521d048d6719fc4fa95e10cc0 m
clean up shared_ptr use + remove changes related to adding global taql cmd
-
Darrell Schiebel <darrell@schiebel.us> 0a880ae88fd132df7df0cabab43ca12bb309c26f m
access to Python.h is required for cmpts w/ pyobj addition to XML
-
Darrell Schiebel <darrell@schiebel.us> 1bc3578fc983f006e6352a02f78db00a0c047c01 m
PyArray_New shape pointer is const in newer versions of numpy
-
Darrell Schiebel <darrell@schiebel.us> 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7 m
add row(...) to the table tool
- casatools/ac/templates/setup.py.in (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/binding/include/casa_typemaps.i (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/binding/include/casaswig_types.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/scripts/xml-casa (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/table/table_cmpt.cc (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/table/table_forward.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/table/table_private.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/tablerow/tablerow_cmpt.cc (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/tablerow/tablerow_forward.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/src/tools/tablerow/tablerow_private.h (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/xml/table.xml (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
- casatools/xml/tablerow.xml (version 27d590186faada8cae3d3bbfa0e2ba7de00fe4f7) (diffs)
-
Wataru Kawasaki da609680e9a88fe196e6175a6733f93c5a0733b6 m
Merge branch 'master' into CAS-13668
-
Wataru Kawasaki d5293fc7f9ebb60243ade07eba3ce1ec50d7f7ed m
Merge branch 'master' into CAS-13666
-
Josh Marvil 746b28197a3358a0043747be1432a262d27a50d5 m
replaced duplicate tsys-atm with tsys-manual in XML description of sm.setnoise tool method
-
Wataru Kawasaki 5fcf79ffc779ea49e07c1e1792ae721ca01024da m
Merge branch 'master' into CAS-13668
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> d789e32f0dddbeaa978c10b95d055fa2f57616c7 m
CAS-12313 : Added missing n_chan in xml inline doc for sm.setnoise() tool method.
-
Wataru Kawasaki 5f7c7df7dc558ff8b331c9303e479f9ac48dc2a6 m
Merge branch 'master' into CAS-13666
Conflicts:
casatasks/tests/tasks/test_task_sdbaseline.py -
Wataru Kawasaki 9eb53384e3c52044bec5860c0ca3f237d5c88e9f m
remove default() which is no longer defined
-
Wataru Kawasaki 1795815552a8b044814f295d836d4f8f734ebce5 m
Merge branch 'master' into CAS-13668 and fix conflicts in casatasks/tests/tasks/test_task_sdbaseline.py
-
Wataru Kawasaki 0098deda160ddf42ed20ab9a23a13ba06c92f14f m
update run_clipping_test() so that it can be called from test061 also
-
Wataru Kawasaki 0722834f3d0221961d1ee4097d894e4b3c51b245 m
check return value of np.allclose()
-
Wataru Kawasaki 022157814efb4e9f7d7184d6786b0c51cf6d3962 m
use 'flag' instead of 'mask' for flag data
-
Wataru Kawasaki efb99fc8194f70e0273ae66f200e76b95f367fa1 m
replace std::vector with casa::Vector and did refactoring
- casatools/src/code/singledish/SingleDish/BLParameterParser.cc (version efb99fc8194f70e0273ae66f200e76b95f367fa1) (diffs)
- casatools/src/code/singledish/SingleDish/BLParameterParser.h (version efb99fc8194f70e0273ae66f200e76b95f367fa1) (diffs)
- casatools/src/code/singledish/SingleDish/SingleDishMS.cc (version efb99fc8194f70e0273ae66f200e76b95f367fa1) (diffs)
-
Wataru Kawasaki 81bf9381cdb2ef782f6fe390bfdb89192f2353e7 m
make i==0 and i==nchan-1 cases out of the loop
-
Wataru Kawasaki 5c40176132ae69ecd52845e2de09cd53364a9b1e m
use only casa::Vector in get_masklist_from_mask()
-
Wataru Kawasaki aada7868603f4eff7a3bbf0801bf1c7612b228db m
use a constructor of std::vector that has initial value as an argument
-
Wataru Kawasaki d513d85abc8377874a4e5bfa4bdb7e71baad79d1 m
use only spaces for indentation
-
Wataru Kawasaki 6aea190de14a09bc4e2fe48da75bd2773cbb2a53 m
use only spaces for indentation
-
Wataru Kawasaki 48cd2898221d633fcf0575d3f8531f899f545df7 m
use mask from bltable to compute weight in apply mode. add a unit test also
- casatasks/tests/tasks/test_sdbaseline.py (version 48cd2898221d633fcf0575d3f8531f899f545df7) (diffs)
- casatools/src/code/singledish/SingleDish/BLParameterParser.cc (version 48cd2898221d633fcf0575d3f8531f899f545df7) (diffs)
- casatools/src/code/singledish/SingleDish/BLParameterParser.h (version 48cd2898221d633fcf0575d3f8531f899f545df7) (diffs)
- casatools/src/code/singledish/SingleDish/BaselineTable.cc (version 48cd2898221d633fcf0575d3f8531f899f545df7) (diffs)
- casatools/src/code/singledish/SingleDish/BaselineTable.h (version 48cd2898221d633fcf0575d3f8531f899f545df7) (diffs)
- casatools/src/code/singledish/SingleDish/SingleDishMS.cc (version 48cd2898221d633fcf0575d3f8531f899f545df7) (diffs)
-
Wataru Kawasaki 5f038983b25e5292ba9f65ab75d91da77029fc4e m
Merge branch 'CAS-13667' into CAS-13668
-
Wataru Kawasaki 6f6a91b5b707f34b7c97a6ef0a3626a89791415b m
Merge branch 'master' into CAS-13668
-
Wataru Kawasaki 21b6133f9afce0190e9b3be23e8ba6e7af076130 m
Merge branch 'master' into CAS-13668
-
Wataru Kawasaki 332bff2fb218d3a3b36fc419af67ab9fd6b7a884 m
use slice to set array values
-
Wataru Kawasaki 6b9e2176f843ef38d1db0869e2649c34e3836fe7 m
Merge branch 'master' into CAS-13666