Srikrishna Sekhar 298304376c5 CAS-14270 : Add standard gridder to test_stokes
All the existing tests in test_stokes use the default gridder, i.e., the
standard gridder. This has now been explicitly specified, since not all
gridders support the same combination of Stokes parameters. CAS-14270 : Add standard gridder to test_stokes All the existing tests in test_stokes use the default gridder, i.e., the
standard gridder. This has now been explicitly specified, since not all
gridders support the same combination of Stokes parameters. 27 Feb 2024 CAS-14270 Srikrishna Sekhar f34beed0a8e CAS-14270 : Fixes to test_iterbot in tclean tests Made a number of changes to the iterbot tests :
(a) Added gridder = 'standard' to all the tests, since that was
implicitly assumed, and is salient to the outcome of the tests.
(b) Removed the test_iterbot_*_fullsummary tests. The fullsummary
parameter is tested in multiple other places in multiple different ways.
These tests provide no additional coverage vectors and add to the
runtime of the... 05 Feb 2024 CAS-14270 Srikrishna Sekhar d1f509393b3 CAS-14270 : Add default params to test_onefield A number of tests in the test_onefield class did not have the default
parameters explicitly specified, even when the tests were designed to
test those parameters. This commit adds the default parameters wherever
applicable.
Subsequent commits will do the same to the rest of the classes in
test_task_tclean and test_task_deconvolve 05 Feb 2024 CAS-14270 Sandra Castro 0a45919b4a4 M Pull request #774: CAS-13714 Merge in CASA/casa6 from CAS-13714 to master
* commit '9bd7a74d61dfcdb3638178e26880df518f04c9be':
This commit is unrelated to the changes on this branch. They are changes needed for the verification tests when running tests that are not in the casatasks/tests/tasks/ path. I also sorted again some of the entries in the json file that were out of place.
Removed unused function prepinputmask.... 31 Jan 2024 CAS-13714 Sandra Castro 9bd7a74d61d This commit is unrelated to the changes on this branch. They are changes needed for the verification tests when running tests that are not in the casatasks/tests/tasks/ path. I also sorted again
some of the entries in the json file that were out of place. 24 Jan 2024 Ville Suoranta 2ad6b58ab24 M Pull request #773: CAS-14125 Merge in CASA/casa6 from CAS-14125 to master
* commit '84f7fac6687c36a544699c3c4d06fe9baa4998f6':
Use c++14 standard on all platforms
Add status messages
Require C++14 on Macs 24 Jan 2024 CAS-14125 Sandra Castro dd2622d7de2 Removed unused function prepinputmask. 19 Jan 2024 Sandra Castro c6b60c4dead Removed casa5-related code from the tests. 16 Jan 2024 Takahiro Tsutsumi 6f83e42ed2a M Pull request #771: CAS-13705 Merge in CASA/casa6 from CAS-13705 to master
* commit '9483e883e5d389032b40e1139100991582c7315e': (31 commits)
add a commnet (mostly to retrigger the Bamboo build)
Update tests for the added overwrite parameter
Fixed a typo
Minor parameter description edit
Add overwrite parameter and check when overwrite=F
Edit on error message
A minor edit on the error message
Catch if there i... 13 Jan 2024 CAS-13705 Ville Suoranta 9483e883e5d M Merge branch 'master' into CAS-13705 12 Jan 2024 CAS-13705 David Mehringer 632b7aa2fc8 M Pull request #772: CAS-14165 create getcalmodvla task Merge in CASA/casa6 from CAS-14165 to master
* commit 'db60838f8f784f9de5b7e8875f0da1edafda74f2': (53 commits)
use certifi to squash [SSL: CERTIFICATE_VERIFY_FAILED] issue
update declaration and summary generated by casadocs
remove renamed files
rename calmodvla -> getcalmodvla
updated task description generated by casadocs
calmod -> calmodvla name change
calmod -> calmodvla name... 12 Jan 2024 CAS-14165 Ville Suoranta 84f7fac6687 M Merge branch 'master' into CAS-14125 10 Jan 2024 CAS-14125 George Moellenbrock 326629aeabf M Pull request #770: CAS-14219 Merge in CASA/casa6 from CAS-14219 to master
* commit '7334dd27c6038c278b21b700840c940e8f564478':
For CAS-14219, explicitly import measures (me) tool so it works in modular casa6; added revision description
For CAS-14219, some further minor refinements to the script and tests.
For CAS-14219, update formation of IGS filename to match the new CDDIS convention (including for rapid product f... 10 Jan 2024 3 Jira issuesTakahiro Tsutsumi b6a3f36c9dc M Merge branch 'master' into CAS-13705 09 Jan 2024 CAS-13705 David Mehringer db60838f8f7 use certifi to squash [SSL: CERTIFICATE_VERIFY_FAILED] issue 09 Jan 2024 George Moellenbrock 7334dd27c60 M Merge branch 'master' into CAS-14219 09 Jan 2024 CAS-14219 Takeshi Nakazato 8af308c8fe8 M Pull request #769: CAS-13087 Merge in CASA/casa6 from CAS-13087 to master
* commit 'e8d234d102b04e2a124f23c0e0af820bf72f978e': (51 commits)
CAS-13087 cleanup tentative code
Minor bug fix on test code
CAS-13087 fix problem in ms conformance tests
CAS-13087 more refactoring
CAS-13087 additional modofication for merging master into this branch
Revert "Merge branch 'master' into CAS-13087"
Merge branch 'master' ... 09 Jan 2024 CAS-13087 Ville Suoranta 07df7e213c0 M Pull request #768: Do not filter warnings in task_plotbandpass.py Merge in CASA/casa6 from CAS-14224 to master
* commit '04f05a69f407fc5014c2c7fd310a91f4de061672':
Do not filter warnings in task_plotbandpass.py 08 Jan 2024 CAS-14224 Srikrishna Sekhar 643fe56a886 M Pull request #767: CAS-13791 Merge in CASA/casa6 from CAS-13791 to master
* commit '0b3b01d988822e881a47dbb8a9138d5622ebfae6':
CAS-13791 : Modified tests to have gain=0.2. This reduces variability across build systems to below the standard tolerance threshold. Enabled the test for Mac too.
CAS-13791 : edited the ver test func for asp
CAS-13791: Set 'fusedthreshold = -1' to allow AspClean never switches to Hogbom. T... 08 Jan 2024 3 Jira issuesTakahiro Tsutsumi 72da40aa9e5 add a commnet (mostly to retrigger the Bamboo build) 06 Jan 2024 Takahiro Tsutsumi 9335d9ea35c Update tests for the added overwrite parameter 06 Jan 2024 Takahiro Tsutsumi f143f96ae8e Fixed a typo 05 Jan 2024 David Mehringer 2b2c5e3f079 update declaration and summary generated by casadocs 05 Jan 2024 David Mehringer e3214577bbb remove renamed files 05 Jan 2024 David Mehringer edd0194a348 rename calmodvla -> getcalmodvla 05 Jan 2024 Ville Suoranta 04f05a69f40 M Merge branch 'master' into CAS-14224 04 Jan 2024 CAS-14224 Akeem Wells e0c92f51981 M Merge branch 'master' into CAS-14165 04 Jan 2024 CAS-14165 Ville Suoranta 0b3b01d9888 M Merge branch 'master' into CAS-13791 04 Jan 2024 CAS-13791 Akeem Wells ab2de9bf152 M Pull request #766: CAS-14211 Merge in CASA/casa6 from CAS-14211 to master
* commit 'b903f6f49f135e22df49cd5ee2e6d7e41737b7db':
Update to add origin prefix to release branches
Update test_result_to_xml to convert runtime to seconds. Update returncode message
Refactor of runtest Nov. Remove bamboo options. Update xunit xml script. Update config generator to one function
Hotfix Update Regex for checkout 04 Jan 2024 CAS-14211 Srikrishna Sekhar b394bb44162 M Merge remote-tracking branch 'origin/master' into CAS-13791 03 Jan 2024 CAS-13791 Akeem Wells b903f6f49f1 M Merge branch 'master' into CAS-14211 02 Jan 2024 CAS-14211 Darrell Schiebel 12c654a59ea M Pull request #765: CAS-13568 - plotbandpass fails when caltable contains totally flagged spw on the final antenna Merge in CASA/casa6 from CAS-13568 to master
* commit '0f18b945256c97fadf8f2c91d2e9c5ec8fab5d7e':
remove debugging statements + adjust sloppyUnique(...) test with 'test_task_plotms.py' + check if 'adesc' is defined before setting attributes [CAS-13568]
add debug output for sloppyUnique(...) [CAS-13568]
sync sloppyUnique(...) to "plotbandpass3.py" [CAS-13568]
resolve problems with integ... 29 Dec 2023 CAS-13568 Darrell Schiebel 0f18b945256 M Merge branch 'master' into CAS-13568 28 Dec 2023 CAS-13568 Takeshi Nakazato e8d234d102b CAS-13087 cleanup tentative code 28 Dec 2023 CAS-13087 Takeshi Nakazato 267270118ae Minor bug fix on test code 25 Dec 2023 Inna Muzychenko 45612316142 M Pull request #763: CAS-14178 Merge in CASA/casa6 from CAS-14178 to master
* commit '688c451862916cf21a21bd11cbd0b7693241dda2':
CAS-14178 Refs #2601 Correct the xml formatting for the outfile parameter.
CAS-14178 delete the wrong description 22 Dec 2023 CAS-14178 Pam Harris abb32ffe27c M Pull request #764: CAS-14119 plotbandpass colorization Merge in CASA/casa6 from CAS-14119 to master
* commit 'e3d10b3e25026e5cf5159bac2af1762c8fcc4c94':
Add plotbandpass test for time overlay colorization
Shift plotbandpass overlay color list if multiple times have same color 22 Dec 2023 CAS-14119 Takeshi Nakazato aa246b4cf46 M Merge branch 'master' into CAS-13087 22 Dec 2023 CAS-13087 Srikrishna Sekhar e9095e9ef83 M Pull request #759: CAS-14203 - Fix tclean(niter=0) mask handling Merge in CASA/casa6 from CAS-14203 to master
* commit 'e4661c67a628b7bdaadc9ff39c7ad97ca9dc7914':
CAS-14203 - Add test cases
CAS-14203 : Fix for user-supplied zero mask 20 Dec 2023 CAS-14203 Ville Suoranta a796f2d947b M Pull request #762: CAS-14246 Merge in CASA/casa6 from CAS-14246 to master
* commit '343dffda2d1cf4962ade1ef4b8f013edeba426b0':
Update casacore version to 2cbdefe1defcc2dbd8b92811cab500333cf033fe
Update casacore to be65969210 20 Dec 2023 CAS-14246 Federico Montesino Pouzols a5edcc0c6a6 M Pull request #760: CAS-14185: "Flagdata mislabels correlations and scan in logfile" Merge in CASA/casa6 from CAS-14185 to master
* commit 'd039c0fb7b4703c58e79c41514ad0f8e400591cc':
add doc about basecnt also in task xml, CAS-14185
add basic tests for flagdata/summary w/ spwcorr=True and basecnt=True, CAS-14185
fix log line, also Spw=>Antenna, flagdata/summary w/ basecnt=True, CAS-14185
CAS-14185: Fix logger print when summarizing flag status for basecnt=True 20 Dec 2023 CAS-14185 Muzychenko Inna 688c4518629 CAS-14178 Refs #2601 Correct the xml formatting for the outfile parameter. 15 Dec 2023 CAS-14178 Neal Schweighart 80aafaa92d5 M Pull request #758: CAS-14200 Merge in CASA/casa6 from CAS-14200 to master
* commit '6e7c75489cf6ca6c024449cbfcb25bc771537478':
switched to date conversion using quanta tool
updated test case for ant pos time limit
Added a conversion for the dates into counts for days. This is a rough assumption i.e. years being 365 days months being 30
Added mechanical test for new ant_pos_time_limit parameter
fixed subparameter... 14 Dec 2023 CAS-14200 Federico Montesino Pouzols d039c0fb7b4 M Merge remote-tracking branch 'origin/master' into CAS-14185 14 Dec 2023 CAS-14185 Muzychenko Inna 8a1d8d1715b CAS-14178 delete the wrong description 13 Dec 2023 CAS-14178 Srikrishna Sekhar e4661c67a62 M Merge remote-tracking branch 'origin/master' into CAS-14203 13 Dec 2023 CAS-14203 Darrell Schiebel 2769f8946dd remove debugging statements + adjust sloppyUnique(...) test with 'test_task_plotms.py' + check if 'adesc' is defined before setting attributes [CAS-13568] 12 Dec 2023 CAS-13568 George Moellenbrock c7e73109e11 For CAS-14219, explicitly import measures (me) tool so it works in modular casa6; added revision description 12 Dec 2023 CAS-14219 Darrell Schiebel a84b19d81e2 add debug output for sloppyUnique(...) [CAS-13568] 11 Dec 2023 CAS-13568 George Moellenbrock 7f760a2ecd2 For CAS-14219, some further minor refinements to the script and tests. 11 Dec 2023 CAS-14219