casa
  1. casa

casa6

Public
  1. casa
  2. casa6

Commits

AuthorCommitMessageCommit dateIssues
Federico Montesino PouzolsVille SuorantaFederico Montesino Pouzols
335ea9fffc3MPull request #794: CAS-14332: fix task_flagdata for numpy 1.26.4Merge in CASA/casa6 from CAS-14332 to master * commit '5e023d676be241ac096c37a0b833103185d64d92': This change is unrelated to this branch, but it is necessary to make the CMake Pull Request tests pass as there was a conflicting line in the casatestutils json file that maps with the JIRA components to run the tests. constrain comparison to relevant (str) type CAS-14332CAS-14332
David MehringerVille SuorantaDavid Mehringer
c24e720af1eMPull request #795: update docs timesforfield(), timesforintent(), timesforscans()Merge in CASA/casa6 from CAS-14316 to master * commit '794463578c58f72e42987a157378c83a59056539': update docs timesforfield(), timesforintent(), timesforscans()CAS-14316
Neal SchweighartVille SuorantaNeal Schweighart
0b66fb6b737MPull request #793: changed test_fitorder to compare array lengths instead of all values since in new versions of numpy this results in an errorMerge in CASA/casa6 from CAS-14333 to master * commit 'c815911aac7300d7765ef03064f1a7a99d19e169': changed test_fitorder to compare array lengths instead of all values since in new versions of numpy this results in an errorCAS-14333
Sandra CastroSandra Castro
5e023d676beThis change is unrelated to this branch, but it is necessary to make the CMake Pull Requesttests pass as there was a conflicting line in the casatestutils json file that maps with the JIRA components to run the tests.
Takeshi NakazatoVille SuorantaTakeshi Nakazato
7e67a9e543bMPull request #792: CAS-14335 use scipy.signal.windows.gaussian instead of deprecated function scipy.signal.gaussianMerge in CASA/casa6 from CAS-14335 to master * commit '21417c57a99ca449876de93142a6271bf139ca8e': CAS-14335 use scipy.signal.windows.gaussian instead of deprecated function scipy.signal.gaussianCAS-14335
Federico Montesino PouzolsFederico Montesino Pouzols
a28f49ac1e0constrain comparison to relevant (str) type CAS-14332CAS-14332
Neal SchweighartNeal Schweighart
c815911aac7 changed test_fitorder to compare array lengths instead of all values since in new versions of numpy this results in an error
Takeshi NakazatoTakeshi Nakazato
21417c57a99CAS-14335 use scipy.signal.windows.gaussian instead of deprecated function scipy.signal.gaussianCAS-14335
Ville SuorantaVille Suoranta
d98e888ac27Trigger a build
David MehringerDavid Mehringer
794463578c5update docs timesforfield(), timesforintent(), timesforscans()
Akeem WellsVille SuorantaAkeem Wells
ec556653b99MPull request #790: CAS-13719Merge in CASA/casa6 from CAS-13719 to master * commit '30b7d8d2c562a14ba7fe32512f908732244a9614': remove .DS_Store files from code tree Finalize CAS-13719, with change for CAS-13298 Added remaining XML changes from CAS-13719 Updated XML simobserve, parameter incenter. Running commit to check if all works as expected before updating other XML files. Added punctuation to task descripti...2 Jira issues
Akeem WellsAkeem Wells
30b7d8d2c56remove .DS_Store files from code tree
Akeem WellsAkeem Wells
89eddf0ec3fMMerge remote-tracking branch 'origin/master' into CAS-13719CAS-13719
Pam HarrisVille SuorantaPam Harris
37d015eb1c1MPull request #788: CAS-14276 fix plotbandpass exceptionMerge in CASA/casa6 from CAS-14276 to master * commit 'e62c959ec065f26e98dc6a4a99ec3f403ae8e9bc': Fix showfdm overlay colors exceptionCAS-14276
Takahiro TsutsumiVille SuorantaTakahiro Tsutsumi
9ffdd79afdbMPull request #784: CAS-14272Merge in CASA/casa6 from CAS-14272 to master * commit '3ef88ee1bb5876d427e9a17c769178b8a34a5dc5': Re-worded the location of JPL-Horzions table in the task's docstring. Removed casa5-related code. Updated the docstring for MIME format test to reflect the current behavior. Removed the old casadoc URL in the task xml. removed debug print statement Removed reference to ephemeris data in a M...CAS-14272
Kazuhiko ShimadaVille SuorantaKazuhiko Shimada
22928258c5eMPull request #783: CAS-12844Merge in CASA/casa6 from CAS-12844 to master * commit 'd25edc89669436fe5fac52644547f30a2cd2cf80': CAS-12844: check existence of keyword 'QuantumUnits' in PRESSURE table CAS-12844: modified treatment of the pressure valiable CAS-12844: fixed a bug CAS-12844: modified to take the pressure unit and an elevation of antenna from TBCAS-12844
Ville SuorantaVille Suoranta
7dfd21363f9Trigger a build
Kazuhiko ShimadaKazuhiko Shimada
d25edc89669MMerge remote-tracking branch 'origin' into CAS-12844CAS-12844
Pam HarrisPam Harris
e62c959ec06MMerge branch 'master' into CAS-14276CAS-14276
David MehringerVille SuorantaDavid Mehringer
0b6f227d7bfMPull request #782: CAS-14235 new WS client task getantposalmaMerge in CASA/casa6 from CAS-14235 to master * commit '3ca5b63d630430a4c0f97da661ee3e3f6b196db8': (37 commits) doc corrections requested by akepley tweak of output data structure change output struct from list to dict added "caltype" to metadata fix up test add json.loads() to write to a file something easier for gencal to handle. Requested by Enrique. minor doc updates new doc...CAS-14235
Bjorn EmontsBjorn Emonts
62b7c847c8fFinalize CAS-13719, with change for CAS-132982 Jira issues
Bjorn EmontsBjorn Emonts
5df6874a007Added remaining XML changes from CAS-13719CAS-13719
Takahiro TsutsumiVille SuorantaTakahiro Tsutsumi
ed483931080MPull request #781: CAS-13359Merge in CASA/casa6 from CAS-13359 to master * commit '5c33a81582dbdaa21dea29ccb23df972dbfae96c': Now usescratch's default is True in setjy, modified setjy command in test_model_keys to explicitly set usescatch=False Add a test for the exception handling Modify to use RuntimeError rather than generic Exception and the boolean comparison to follow PEP8 Minor edit to retrigger build A ...CAS-13359
George MoellenbrockVille SuorantaGeorge Moellenbrock
9595e18f176MPull request #779: CAS-13544Merge in CASA/casa6 from CAS-13544 to master * commit '067003ae1f13325b61f64ccbd286adfbf761c9d9': For CAS-13544, remove CRs in xml text that seem to mess up formatting in casadocs. For CAS-13544, updated test_task_polfromgain.py to use proper symbolic link to input data in casatestdata (checked in by scastro this date); cleaned up polfromgain.xml to match corresponding changes in casadocs....CAS-13544
Bjorn EmontsBjorn Emonts
188a55e9a9cUpdated XML simobserve, parameter incenter.Running commit to check if all works as expected before updating other XML files.
David MehringerDavid Mehringer
3ca5b63d630doc corrections requested by akepley
Bjorn EmontsBjorn Emonts
f7b71aa87bcAdded punctuation to task description (as a test)
David MehringerDavid Mehringer
253db56ae74tweak of output data structure
David MehringerDavid Mehringer
3006ac45e0cchange output struct from list to dict
Ville SuorantaVille Suoranta
320ea757542MPull request #778: CAS-14093Merge in CASA/casa6 from CAS-14093 to master * commit '19913d87ffc730f6fa3dc4b4f9f32a663004e698': (37 commits) Update build.conf versions casaplotserver 1.8.1, casaplotms 2.4.1, casalogger 1.0.18, casafeather 0.0.21, casatablebrowser 0.0.34 Update plotms in build.conf Fix build.conf plotms Update plotserver version Update build.conf to dev versions Update PlotMS in build.conf to 2....CAS-14093
David MehringerDavid Mehringer
c268bbb13f4added "caltype" to metadata
David MehringerDavid Mehringer
5d92287e992fix up test
David MehringerDavid Mehringer
75cdc73a5acadd json.loads() to write to a file something easier for gencalto handle. Requested by Enrique.
Takeshi NakazatoVille SuorantaTakeshi Nakazato
66bed521c76MPull request #777: CAS-14266Merge in CASA/casa6 from CAS-14266 to master * commit '35aa5b675a4d465b976538cdcd112c1f70eb3772': CAS-14266 do not initialize UVWMachine for single-dish imagingCAS-14266
Ville SuorantaVille Suoranta
19913d87ffcUpdate build.conf versions casaplotserver 1.8.1, casaplotms 2.4.1, casalogger 1.0.18, casafeather 0.0.21, casatablebrowser 0.0.34
Ville SuorantaVille Suoranta
aa41bdeada3Update plotms in build.conf
Ville SuorantaVille Suoranta
192ab305cd1MMerge branch 'master' into CAS-14093CAS-14093
Takahiro TsutsumiTakahiro Tsutsumi
3ef88ee1bb5Re-worded the location of JPL-Horzions table in the task's docstring.Removed casa5-related code. Updated the docstring for MIME format test to reflect the current behavior. Removed the old casadoc URL in the task xml.
David MehringerDavid Mehringer
da4f80b3941minor doc updates
Ville SuorantaVille Suoranta
a24aff35f28MPull request #775: Update Casacore to f1c629840eMerge in CASA/casa6 from CAS-14274 to master * commit '0ea19da0cbb2b20ba84125a4a91978e020429fdc': Update Casacore to f1c629840eCAS-14274
Takeshi NakazatoTakeshi Nakazato
35aa5b675a4MMerge branch 'master' into CAS-14266CAS-14266
David MehringerDavid Mehringer
8bee9ba3c37new doc updates
David MehringerDavid Mehringer
9339dae883edoc fix
David MehringerDavid Mehringer
e71238a4ce8MMerge branch 'master' into CAS-14235CAS-14235
Srikrishna SekharDarrell SchiebelSrikrishna Sekhar
78334a52026MPull request #776: CAS-14184Merge in CASA/casa6 from CAS-14184 to master * commit '23ace523ef21f0c5a04b5bd5f527a147712e0274': (55 commits) CAS-14184 : Fix test to account for previous change CAS-14184 : Remove print statements in deconvolve CAS-14184 : Fix to deconvolve return dict CAS-14184 : Fixes to gclean tests + masking bugfix fixed typo in json entry. Renamed test_task_gclean to test_imagerhelpers_gclea...CAS-14184
Takahiro TsutsumiTakahiro Tsutsumi
6bd7db5c17bremoved debug print statement
Srikrishna SekharSrikrishna Sekhar
23ace523ef2CAS-14184 : Fix test to account for previous changeThe "test_mask_preserve_input_zero_mask" test in test_task_deconvolve was failing because of the wrong stopcode. As of the previous commit the stopcode is now over-written by the niter=0 dict, rather than what is written by the C++ code. This has no operation impact apart from the specific niter=0 case, and the stopcode for this test had to be changed to reflect that.CAS-14184
Srikrishna SekharSrikrishna Sekhar
a467ec080acMMerge remote-tracking branch 'origin/master' into CAS-14184CAS-14184
Srikrishna SekharSrikrishna Sekhar
17dcee84afcCAS-14184 : Remove print statements in deconvolveCAS-14184
Srikrishna SekharSrikrishna Sekhar
8f601cfc309CAS-14184 : Fix to deconvolve return dictThe task_deconvolve return dictionary did not contain "stopDescription" for the niter=0 case. This commit fixes that issue.CAS-14184