Srikrishna Sekhar 40b0c6f9a39 M Pull request #885: CAS-14201 Merge in CASA/casa6 from CAS-14201 to master
* commit 'b71d591b336f451eafdd6b5d603f185da4313b2b':
CAS-14201 : Fix bug with mask=[]
CAS-14201 : Undo previous commit, with fix
CAS-14201 : Removed spurious immod call
CAS-14201 : Removed debug print statements
CAS-14201 : Intermediate commit, many cout statements
CAS-14201 : Fix peakResNM and peakRes swap
CAS-14201 - Multifield summar... Yesterday CAS-14201 Srikrishna Sekhar b71d591b336 CAS-14201: Fix bug with mask=[]
If mask is passed in as an empty list, in the case of niter=0 the return
dictionary construction fell over. os.path.exists() wants an empty
string, but if an empty list was passed in it threw a KeyError.
This is now fixed by putting in the appropriate guard rails before it
gets to os.path.exists. The length of the input mask is tested, so
regardless of empty string or list it will catch it there.
This fixes the failing test case in simanalyze. CAS-14201 : Fix bug with mask=[] If mask is passed in as an empty list, in the case of niter=0 the return
dictionary construction fell over. os.path.exists() wants an empty
string, but if an empty list was passed in it threw a KeyError.
This is now fixed by putting in the appropriate guard rails before it
gets to os.path.exists. The length of the input mask is tested, so
regardless of empty string or list it will catch it the... 2 days ago CAS-14201 Ihor Ihnatiev 13f6e3f0f3a M Pull request #884: CAS-14439 Merge in CASA/casa6 from CAS-14439 to master
* commit 'f11c3ddeec7842927b187f6a4c9dcee141eab55b':
RChanges according to the NAOJ code review Refs #2721 and Refs #2726 - emove dcolor codes from sdimaging deprecation warning due to log file readability issues
Changes according to the NAOJ code review Refs #2715 - changed line length
Removed test messages from warning
Deprecation warning ... 5 days ago CAS-14439 Srikrishna Sekhar a50650a4785 M Merge remote-tracking branch 'origin/master' into CAS-14201 1 week ago CAS-14201 Ihor Ihnatiev f11c3ddeec7 M Merge branch 'master' into CAS-14439 14 Nov 2024 CAS-14439 Akeem Wells 5c7ff663419 M Pull request #883: Update to use util find_spec instead of find_loader Merge in CASA/casa6 from CAS-14470 to master
* commit 'acf17965893895c92835c7cabddf517ca0821f05':
Update to use util find_spec instead of find_loader 05 Nov 2024 CAS-14470 Akeem Wells acf17965893 Update to use util find_spec instead of find_loader 25 Oct 2024 Takahiro Tsutsumi c26249c8821 M Pull request #880: Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix Merge in CASA/casa6 from CAS-14465 to master
* commit 'bc7512a0f92339aa2ee25a7909238b92e8879733':
Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix 24 Oct 2024 CAS-14465 Ihor Ihnatiev c2c652557c4 RChanges according to the NAOJ code review Refs #2721 and Refs #2726 - emove dcolor codes from sdimaging deprecation warning due to log file readability issues 21 Oct 2024 Takahiro Tsutsumi bc7512a0f92 Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix 17 Oct 2024 Ville Suoranta 28ed41636d5 M Pull request #879: Update tests/tasks/test_task_simobserve.py ( CAS-14429 ) Merge in CASA/casa6 from CAS-14429 to master
* commit '0f91b3e9b4011f3b383a3f5920b31c1c54b658d4':
Update tests/tasks/test_task_simobserve.py ( CAS-14429 ) 17 Oct 2024 CAS-14429 C. Enrique Garcia Dabo 4921ac23672 M Pull request #877: CAS-14253 Merge in CASA/casa6 from CAS-14253 to master
* commit '5092c74f3e1b3523f35946fd9e67b24a7dbde8c1':
Add test cases for expected failures in gencal
Add test with the new functionality to create a caltable from ALMA antenna positions JSON file
CAS-14253 : Use input JSON file to compute the ALMA antenna position corrections
CAS-14253 : Describe the infile parameter for the JSON ALMA antenna p... 17 Oct 2024 CAS-14253 Ihor Ihnatiev 71373facc12 Changes according to the NAOJ code review Refs #2715 - changed line length 17 Oct 2024 Ihor Ihnatiev 39c3e314e93 Removed test messages from warning 17 Oct 2024 Ihor Ihnatiev 730c2050fe5 Deprecation warning for sdimaging task - added color highlight 16 Oct 2024 Ihor Ihnatiev 138fe5d16d1 Deprecation warning for sdimaging task 16 Oct 2024 C. Enrique Garcia Dabo 5092c74f3e1 M Merge branch 'master' into CAS-14253 16 Oct 2024 CAS-14253 C. Enrique Garcia Dabo 727f56b56e8 M Merge commit '597480507465b5b0a800ba5dcfe13554a12b4bd2' into CAS-14253 16 Oct 2024 CAS-14253 C. Enrique Garcia Dabo 675eba3c8e1 M Merge commit '8b0120d0d2d2ecb47b0d80c076b30679aa556d70' into CAS-14253 16 Oct 2024 CAS-14253 C. Enrique Garcia Dabo ce03b1d052e M Merge commit '73c121f99c0f7a5a950101aa43852ac46365e370' into CAS-14253 16 Oct 2024 CAS-14253 Takahiro Tsutsumi ce914402cb0 M Pull request #876: CAS-14350 Merge in CASA/casa6 from CAS-14350 to master
* commit '0ef240c2282d14ed16d17ccdcc10f1f45943e765':
Add a unit test
Add a check if a parameter is a list before trying to reorder for the list-of-MS parameters. 14 Oct 2024 CAS-14350 Kazuhiko Shimada 2f7e80b18ec M Pull request #874: CAS-14417 Merge in CASA/casa6 from CAS-14417 to master
* commit '5415115a5ffd466b56ce96afce6383a48c610642':
CAS-14417 : modified tests with channel selection to execute tsdimaging properly
CASA-14417 : fixed the regression test of M100/SD
CAS-14417 : added some tests for the interpolation parameter
CAS-14417 : modified tests to change default interpolation parameter from nearest to linear 14 Oct 2024 2 Jira issuesVille Suoranta 8d65b1aa58e M Pull request #875: CAS-14416 Merge in CASA/casa6 from CAS-14416 to master
* commit '5fd67776d234f5b1bdd6ddfc8cf0194d717c1287':
Update casaviewer in build.conf
Update CasaViewer version in build.conf
Update build.conf 14 Oct 2024 CAS-14416 Ville Suoranta 5fd67776d23 Update casaviewer in build.conf 11 Oct 2024 C. Enrique Garcia Dabo e287e92a347 M Merge branch 'master' into CAS-14253 11 Oct 2024 CAS-14253 C. Enrique Garcia Dabo ff5b9a68b8b M Merge branch 'master' into CAS-14253 11 Oct 2024 CAS-14253 Akeem Wells 029970bd1f0 M Pull request #872: CAS-14457 Merge in CASA/casa6 from CAS-14457 to master
* commit 'e14d7a1ce2e2621eb4ab5d5d8d66b05975b435c8':
Add backward compatibility
Convert assertDictContainsSubset(a, b) to assertEqual(b, b | a)
Add test_tool_synthesisutils to component_to_test_map 10 Oct 2024 CAS-14457 Akeem Wells e14d7a1ce2e Add backward compatibility 08 Oct 2024 Akeem Wells 578bf5600fc Convert assertDictContainsSubset(a, b) to assertEqual(b, b | a) 08 Oct 2024 Akeem Wells 573a3f65b29 Add test_tool_synthesisutils to component_to_test_map 08 Oct 2024 Takahiro Tsutsumi 7f59542b4d4 M Pull request #871: CAS-14371 Merge in CASA/casa6 from CAS-14371 to master
* commit '754c61a43cacd511bf7b85e7053d53082f3aeb38':
Removed the numbsubms parameter setting in importasdm after Tak's fix to the setjy code.
Use ms_p to extract MS table name instead of mssel_p to avoid an issue encountered involving MMS
Added numsubms=2 to the importasdm call to bypass the error with MMS in setjy when using usescratch=False 07 Oct 2024 CAS-14371 Ville Suoranta ac417588598 M Pull request #870: Update casacore Merge in CASA/casa6 from CAS-14451 to master
* commit '9c057c10a5f8aec71b26df690072c036ec5fa2a2':
Update casacore 02 Oct 2024 CAS-14451 Sandra Castro 59748050746 M Pull request #869: CAS-14391 Merge in CASA/casa6 from CAS-14391 to master
* commit '40014047719f1b68325a80aca9a19607df4c5e5f':
Removed another instance checking for Python 2 code.
Removed casa5-related code. Added import inspect in parallel_task_helper Removed the use of default for a few regression scripts Removed the suite function from a few test scripts.
Fixed the local_vars variable inside the write history blo... 30 Sep 2024 CAS-14391 Ville Suoranta 8b0120d0d2d M Pull request #868: CAS-14441 Merge in CASA/casa6 from CAS-14441 to master
* commit '05d9d968863b51760c41918d0f09825e44df2d7c':
Escape double quotes
Refine filtering for CAS-14441 27 Sep 2024 CAS-14441 Ville Suoranta 9c057c10a5f Update casacore 27 Sep 2024 Sandra Castro 40014047719 Removed another instance checking for Python 2 code. 27 Sep 2024 Andrew McNichols 0f91b3e9b40 Update tests/tasks/test_task_simobserve.py ( CAS-14429 ) Clean up tearDown methods that were not completely removing test files from the working directory 24 Sep 2024 CAS-14429 Ville Suoranta 05d9d968863 Escape double quotes 23 Sep 2024 Ville Suoranta d87b14bb000 Update CasaViewer version in build.conf 20 Sep 2024 Sandra Castro 754c61a43ca Removed the numbsubms parameter setting in importasdm after Tak's fix to the setjy code. 20 Sep 2024 Takahiro Tsutsumi 8cb84c48a2a M Merge branch 'master' into CAS-14371 19 Sep 2024 CAS-14371 Takahiro Tsutsumi 0a8dee7aaab Use ms_p to extract MS table name instead of mssel_p to avoid an issue encountered involving MMS 19 Sep 2024 Ville Suoranta df5270a3b6c Refine filtering for CAS-14441 18 Sep 2024 CAS-14441 Sandra Castro 8549f4ed409 Added numsubms=2 to the importasdm call to bypass the error with MMS in setjy when using usescratch=False 18 Sep 2024 Srikrishna Sekhar 1c6da784040 CAS-14201 : Undo previous commit, with fix Undoing the previous commit, and added the concomitant change in
SIMinorCycleController.cc. The changes to SIMinorCycleController were
only local, and hence my local tests were passing, but since they were
never pushed Bamboo tests were failing.
This is an effort to check if this fixes the Bamboo tests. 17 Sep 2024 CAS-14201 Takeshi Nakazato f127ea9c33e M Pull request #865: CAS-13863 Merge in CASA/casa6 from CAS-13863 to master
* commit 'bbe7d372e537c293e32064db11eef17498ec9f4e':
CAS-13863 update unittest to be consistent with the implementation
CAS-13863 incorporate the update provided by Todd Hunter 17 Sep 2024 CAS-13863 Takeshi Nakazato 73c121f99c0 M Pull request #863: CAS-9957 Merge in CASA/casa6 from CAS-9957 to master
* commit '60c4540243eb8ce72f8f074d4fd56ccb910b3563':
refactoring
refactoring using slice functions
npol=4 is not supported
put const before type
Refactoring for consistent coding style
define weightMat as reference
renamed weightspec to weightSpec
CAS-9957 handle the case when both Wxx and Wyy is zero
Use built-in types instead of c... 17 Sep 2024 CAS-9957 Takeshi Nakazato bbe7d372e53 M Merge branch 'master' into CAS-13863 17 Sep 2024 CAS-13863 Kazuhiko Shimada 5415115a5ff CAS-14417 : modified tests with channel selection to execute tsdimaging properly 16 Sep 2024 CAS-14417 Takeshi Nakazato 60c4540243e M Merge branch 'master' into CAS-9957 16 Sep 2024 CAS-9957