1. casa
  2. casa6

Commits

AuthorCommitMessageCommit dateIssues
Srikrishna SekharSrikrishna Sekhar
298304376c5CAS-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_stokesAll 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
Srikrishna SekharSrikrishna Sekhar
f34beed0a8eCAS-14270 : Fixes to test_iterbot in tclean testsMade 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...CAS-14270
Srikrishna SekharSrikrishna Sekhar
d1f509393b3CAS-14270 : Add default params to test_onefieldA 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_deconvolveCAS-14270
Sandra CastroVille SuorantaSandra Castro
0a45919b4a4MPull request #774: CAS-13714Merge 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....CAS-13714
Sandra CastroSandra Castro
9bd7a74d61dThis commit is unrelated to the changes on this branch. They are changes needed for the verificationtests 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.
Ville SuorantaVille Suoranta
2ad6b58ab24MPull request #773: CAS-14125Merge in CASA/casa6 from CAS-14125 to master * commit '84f7fac6687c36a544699c3c4d06fe9baa4998f6': Use c++14 standard on all platforms Add status messages Require C++14 on MacsCAS-14125
Sandra CastroSandra Castro
dd2622d7de2Removed unused function prepinputmask.
Sandra CastroSandra Castro
c6b60c4deadRemoved casa5-related code from the tests.
Takahiro TsutsumiVille SuorantaTakahiro Tsutsumi
6f83e42ed2aMPull request #771: CAS-13705Merge 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...CAS-13705
Ville SuorantaVille Suoranta
9483e883e5dMMerge branch 'master' into CAS-13705CAS-13705
David MehringerVille SuorantaDavid Mehringer
632b7aa2fc8MPull request #772: CAS-14165 create getcalmodvla taskMerge 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...CAS-14165
Ville SuorantaVille Suoranta
84f7fac6687MMerge branch 'master' into CAS-14125CAS-14125
George MoellenbrockVille SuorantaGeorge Moellenbrock
326629aeabfMPull request #770: CAS-14219Merge 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...3 Jira issues
Takahiro TsutsumiTakahiro Tsutsumi
b6a3f36c9dcMMerge branch 'master' into CAS-13705CAS-13705
David MehringerDavid Mehringer
db60838f8f7use certifi to squash [SSL: CERTIFICATE_VERIFY_FAILED] issue
George MoellenbrockGeorge Moellenbrock
7334dd27c60MMerge branch 'master' into CAS-14219CAS-14219
Takeshi NakazatoVille SuorantaTakeshi Nakazato
8af308c8fe8MPull request #769: CAS-13087Merge 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' ...CAS-13087
Ville SuorantaSandra CastroVille Suoranta
07df7e213c0MPull request #768: Do not filter warnings in task_plotbandpass.pyMerge in CASA/casa6 from CAS-14224 to master * commit '04f05a69f407fc5014c2c7fd310a91f4de061672': Do not filter warnings in task_plotbandpass.pyCAS-14224
Srikrishna SekharSandra CastroSrikrishna Sekhar
643fe56a886MPull request #767: CAS-13791Merge 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...3 Jira issues
Takahiro TsutsumiTakahiro Tsutsumi
72da40aa9e5add a commnet (mostly to retrigger the Bamboo build)
Takahiro TsutsumiTakahiro Tsutsumi
9335d9ea35cUpdate tests for the added overwrite parameter
Takahiro TsutsumiTakahiro Tsutsumi
f143f96ae8eFixed a typo
David MehringerDavid Mehringer
2b2c5e3f079update declaration and summary generated by casadocs
David MehringerDavid Mehringer
e3214577bbbremove renamed files
David MehringerDavid Mehringer
edd0194a348rename calmodvla -> getcalmodvla
Ville SuorantaVille Suoranta
04f05a69f40MMerge branch 'master' into CAS-14224CAS-14224
Akeem WellsAkeem Wells
e0c92f51981MMerge branch 'master' into CAS-14165CAS-14165
Ville SuorantaVille Suoranta
0b3b01d9888MMerge branch 'master' into CAS-13791CAS-13791
Akeem WellsVille SuorantaAkeem Wells
ab2de9bf152MPull request #766: CAS-14211Merge 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 checkoutCAS-14211
Srikrishna SekharSrikrishna Sekhar
b394bb44162MMerge remote-tracking branch 'origin/master' into CAS-13791CAS-13791
Akeem WellsAkeem Wells
b903f6f49f1MMerge branch 'master' into CAS-14211CAS-14211
Darrell SchiebelVille SuorantaDarrell Schiebel
12c654a59eaMPull request #765: CAS-13568 - plotbandpass fails when caltable contains totally flagged spw on the final antennaMerge 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...CAS-13568
Darrell SchiebelDarrell Schiebel
0f18b945256MMerge branch 'master' into CAS-13568CAS-13568
Takeshi NakazatoTakeshi Nakazato
e8d234d102bCAS-13087 cleanup tentative codeCAS-13087
Takeshi NakazatoTakeshi Nakazato
267270118aeMinor bug fix on test code
Inna MuzychenkoVille SuorantaInna Muzychenko
45612316142MPull request #763: CAS-14178Merge 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 descriptionCAS-14178
Pam HarrisVille SuorantaPam Harris
abb32ffe27cMPull request #764: CAS-14119 plotbandpass colorizationMerge 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 colorCAS-14119
Takeshi NakazatoTakeshi Nakazato
aa246b4cf46MMerge branch 'master' into CAS-13087CAS-13087
Srikrishna SekharPam HarrisSrikrishna Sekhar
e9095e9ef83MPull request #759: CAS-14203 - Fix tclean(niter=0) mask handlingMerge in CASA/casa6 from CAS-14203 to master * commit 'e4661c67a628b7bdaadc9ff39c7ad97ca9dc7914': CAS-14203 - Add test cases CAS-14203 : Fix for user-supplied zero maskCAS-14203
Ville SuorantaDarrell SchiebelVille Suoranta
a796f2d947bMPull request #762: CAS-14246Merge in CASA/casa6 from CAS-14246 to master * commit '343dffda2d1cf4962ade1ef4b8f013edeba426b0': Update casacore version to 2cbdefe1defcc2dbd8b92811cab500333cf033fe Update casacore to be65969210CAS-14246
Federico Montesino PouzolsVille SuorantaFederico Montesino Pouzols
a5edcc0c6a6MPull 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=TrueCAS-14185
Muzychenko InnaMuzychenko Inna
688c4518629CAS-14178 Refs #2601 Correct the xml formatting for the outfile parameter.CAS-14178
Neal SchweighartSandra CastroNeal Schweighart
80aafaa92d5MPull request #758: CAS-14200Merge 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...CAS-14200
Federico Montesino PouzolsFederico Montesino Pouzols
d039c0fb7b4MMerge remote-tracking branch 'origin/master' into CAS-14185CAS-14185
Muzychenko InnaMuzychenko Inna
8a1d8d1715bCAS-14178 delete the wrong descriptionCAS-14178
Srikrishna SekharSrikrishna Sekhar
e4661c67a62MMerge remote-tracking branch 'origin/master' into CAS-14203CAS-14203
Darrell SchiebelDarrell Schiebel
2769f8946ddremove debugging statements + adjust sloppyUnique(...) test with 'test_task_plotms.py' + check if 'adesc' is defined before setting attributes [CAS-13568]CAS-13568
George MoellenbrockGeorge Moellenbrock
c7e73109e11For CAS-14219, explicitly import measures (me) tool so it works in modular casa6; added revision descriptionCAS-14219
Darrell SchiebelDarrell Schiebel
a84b19d81e2add debug output for sloppyUnique(...) [CAS-13568]CAS-13568
George MoellenbrockGeorge Moellenbrock
7f760a2ecd2For CAS-14219, some further minor refinements to the script and tests.CAS-14219

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut