Ville Suoranta | 85fb20d3ce0M | Merge pull request #351 in CASA/casa6 from CAS-13334 to master* commit '5402da0a44402041405ada6b2682f9c1baa87b92':
Forgot that old vi is still being tested in synthesisimager
fix a type that got introduced in the negative frequency case
Missed a compiler warning about a non return value
Fixed a first partition swing underestimation due to hitting channel 0 and some cleanup of temp files that seems to remain sometimes
fixed a couple of extra comm...2 tags | | CAS-13334 |
Kumar Golap | 5402da0a444Forgot that old vi is still being tested in synthesisimager | Forgot that old vi is still being tested in synthesisimager | | |
Kumar Golap | 3bb0937af51M | Merge branch 'master' into CAS-13334 | | CAS-13334 |
Sandra Castro | 2c7b2bd9ae7M | Merge pull request #343 in CASA/casa6 from CAS-13387 to master* commit '6461ae65446dc16788e715551088154b0ed04234':
Add Missing Import
Add submodule datahelpers | | CAS-13387 |
Takeshi Nakazato | 9bf2557df1fM | Merge pull request #346 in CASA/casa6 from CAS-13360 to master* commit 'bd94c94ca4091c7869aec3cc196735324fc42d12':
Use the SPW and polID from the msiter to improve performance
Cache the spw and pol for determineChannelSelection in the row loop under row blocking
Read the spectral windows and polarizations before the loop on rows
Rename test_eq->func_test_eq to avoid issues with pytest
test_flagdata: Unflag test MS before running flagdata and che... | | CAS-13360 |
Ville Suoranta | bc18dfea2a8M | Merge pull request #347 in CASA/casa6 from CAS-13369 to master* commit '665970a0a1a03f0deea878db422e7c7ac598d22a':
Fix pb math in task_simalma (CAS-13369)
Adding a new regression script based on the simalma casaguides from https://casaguides.nrao.edu/index.php?title=Simalma_(CASA_5.4). This regression will monitor that task simalma works properly for those use-cases described in the guides. The fits file used by the regression is added to the casatest... | | CAS-13369 |
Sandra M Castro | 6461ae65446M | Merge branch 'master' into CAS-13387 | | CAS-13387 |
C. Enrique Garcia Dabo | bd94c94ca40M | Merge branch 'master' into CAS-13360 | | CAS-13360 |
Sandra Castro | b6e882b8abbM | Merge pull request #345 in CASA/casa6 from CAS-13398 to master* commit '71d8c098968d4e4d9a1ebab471f7599275a5c189':
Update plotms master wheel
Update test_plotms for Mac, plotms wheel
Set plotms branch wheel
Add plotms test for cal axes
Fix plotms cache for cal axis types | | CAS-13398 |
Andrew McNichols | 665970a0a1aM | Merge branch 'master' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13369Conflicts:
casatools/ac/templates/setup.py.in
casatools/readme.md
casatools/scripts/gcw-pick
casatools/scripts/xml-casa
The jar file had been incremented underneath these changes | | CAS-13369 |
Ville Suoranta | 367c54a0cf0M | Merge pull request #342 in CASA/casa6 from CAS-13395 to master* commit '3be1c6524f8876c870ba3342332a876fb1991fd6':
Fixed the issue described in CAS-13395...i.e building image coordinates with second or subsequent ms does not gum up the works for moving source, | | CAS-13395 |
Ville Suoranta | 91ecf40aa7eM | Merge pull request #344 in CASA/casa6 from hf-update-test-timeouts to master* commit '6da9ca320dc1b601bd172a12520c68d8fbcf7450':
Shorten test_stk_alma_pipeline_imaging timeout
Increase timeouts | | |
Pam Harris | 71d8c098968 | Update plotms master wheel | | |
Pam Harris | 4bcd4050383M | Merge branch 'master' into CAS-13398 | | CAS-13398 |
Akeem Wells | 068d7f1d84c | Add Missing Import | | |
Ville Suoranta | 7229f1b3bcdM | Merge pull request #341 in CASA/casa6 from CAS-13218 to master* commit 'addeb67e92c593f19fe4b45b1b06b9182ad30d79':
replace tabs with spaces (CAS-13218)
added an important note about virtual column and ephermides sources | | CAS-13218 |
Pam Harris | b2448fdb356 | Update test_plotms for Mac, plotms wheel | | |
Ville Suoranta | dafe59116c2M | Merge pull request #340 in CASA/casa6 from CAS-13340 to master* commit 'ea52ffb17a392b120445b80ccd3b7d73e63bad50':
Additional fix to modify_dict() so that modificcation of the task list happens only once per testcase
Added the changes to casa5 side
Fixed a bug in check_list_vals in imagetesthelpers and added test_dict modify function to remove the task commands not used in actual execution of the test due to the if-else block. | | CAS-13340 |
Pam Harris | f84e6b58ba5 | Set plotms branch wheel | | |
Pam Harris | fd3406b3b4f | Add plotms test for cal axes | | |
Kumar Golap | 3be1c6524f8 | Fixed the issue described in CAS-13395...i.e building image coordinates with second or subsequent ms does not gum up the works for moving source, | | CAS-13395 |
Pam Harris | 116479c2fcc | Fix plotms cache for cal axis types | | |
C. Enrique Garcia Dabo | 6bae6876360M | Merge branch 'master' into CAS-13360 | | CAS-13360 |
Ville Suoranta | 01e7efd0ae7M | Merge pull request #339 in CASA/casa6 from CAS-13195 to master* commit 'e30a81584590fe1862e311fa785614ac6e088ab1': (25 commits)
add comment to trigger one more build, CAS-13195
restore original sequence of parameters, CAS-13195
fix hidden sub-parameters of createmms, CAS-13195
use subparam="true" and not "yes", CAS-13195
fix subparam for CASA6 (CAS-13195)
remove subparam descriptions and defaults conditional on subparam, breaks inp help, CAS-1... | | CAS-13195 |
C. Enrique Garcia Dabo | 3c500fd71c8 | Use the SPW and polID from the msiter to improve performanceFixes partially CAS-13360 | | CAS-13360 |
C. Enrique Garcia Dabo | 02c3f38e2c9 | Cache the spw and pol for determineChannelSelection in the row loop under row blockingFixes partially CAS-13360 | | CAS-13360 |
C. Enrique Garcia Dabo | 10b3e3692a0 | Read the spectral windows and polarizations before the loop on rowsFixes partially CAS-13360 | | CAS-13360 |
Darrell Schiebel | addeb67e92c | replace tabs with spaces (CAS-13218) | | CAS-13218 |
Darrell Schiebel | e30a8158459M | Merge branch 'master' into CAS-13195Conflicts:
build.conf | | CAS-13195 |
Ville Suoranta | 6f51524ff78M | Merge pull request #337 in CASA/casa6 from CAS-8335 to master* commit 'c88ba856788a91d9245a974fdee7033299064878': (23 commits)
Update plotms master wheel
Fix caltable averaging test
Advance plotms wheel
Fix caltable averaging with spw selection, add tests
Advance plotms branch wheel
Fix merge errors
Advance plotms branch wheel version
Update plotms wheel
Advance plotms branch version
Make test consistent
Fix tab
sync test_plotms w... | | CAS-8335 |
Ville Suoranta | a8c5ee2d428M | Merge pull request #338 in CASA/casa6 from CAS-13389 to master* commit 'f487b175536e482febe4e457017e425f30c5fa39':
Renamed dataset used in test according to new name in casatestdata. | | CAS-13389 |
Akeem Wells | 4990bae40f2 | Add submodule datahelpers | | |
Ville Suoranta | cb8eff0057bM | Merge pull request #335 in CASA/casa6 from CAS-13181 to master* commit '9e51eb23549f6aa3e02272ec1bf968b4fccd63d5':
add blue color in inp for non-default values (CAS-13181)
make tget/tput/inp consistent (CAS-13181)
add support for tput(...) (CAS-13181) | | CAS-13181 |
Andrew McNichols | 72d21ff7a17 | Fix pb math in task_simalma (CAS-13369)The .image file produced by clean in 5.4 had primary beam correction applied. Since CAS-12502 and the change to using imtclean instead of imclean in simanalyze (called by simalma) the .image file is now sky-flat and does not need an extra scaling by the primary beam before it is feathered with the SD image.
Ensure the task_simalma code follows the algorithm:
* create SD image
* create IF flat-... | | 2 Jira issues |
Pam Harris | c88ba856788 | Update plotms master wheel | | |
Pam Harris | 7437c98fa95M | Merge branch 'master' into CAS-8335 | | CAS-8335 |
Sandra M Castro | f487b175536 | Renamed dataset used in test according to new name in casatestdata. | | |
Takahiro Tsutsumi | ea52ffb17a3 | Additional fix to modify_dict() so that modificcation of the task listhappens only once per testcase | | |
Ville Suoranta | 7b208ae1739M | Merge pull request #334 in CASA/casa6 from CAS-13374 to master* commit 'dcb731e6d46dd537595bc9be5a4d06978851d0c0':
CAS-13374 updating another number in image fit list (index 2) to match current values
CAS-13374 increasing precision of updated testing numbers, copying test number to CASA5 version of the test
CAS-13374 missed one of the values that was off in the mpi tests
CAS-13374 update alma stakeholder test values to match current test results | | CAS-13374 |
C. Enrique Garcia Dabo | 8e932b7a24d | Rename test_eq->func_test_eq to avoid issues with pytestExplanation.
Fixes CAS- | | |
C. Enrique Garcia Dabo | da18f84adf2 | test_flagdata: Unflag test MS before running flagdata and check for total flagged rowsFixes partially CAS-13360 | | CAS-13360 |
C. Enrique Garcia Dabo | fdfa202da38 | Improve VisibilityIteratorImpl2 unit tests with row blockingFixes partially CAS-13360 | | CAS-13360 |
Pam Harris | c8df82619c5M | Merge branch 'master' into CAS-8335 | | CAS-8335 |
Takahiro Tsutsumi | eb1e0980b09 | Added the changes to casa5 side | | |
C. Enrique Garcia Dabo | 1af8ab55e37 | Add test to flagdata that exercises an MS with decreasing number of rows in subsequent chunksFixes partially CAS-13360 | | CAS-13360 |
Ville Suoranta | 01706ab040cM | Merge pull request #331 in CASA/casa6 from CAS-13350 to master* commit 'f30e9412ef0fa3836a26e714d750f5d0be61a907': (30 commits)
Update tclean test for CASA 5.
Remove non-ascii characters from CAS-13350
Update casacore reference.
Update BriggsCubeWeightor constructor call in tCubeBriggsWeightor.cc
Remove print statement, add comments, improve test_mosaic_briggsbwtaper.
Add briggsbwtaper code to getWeightUniform function.
Remove print statemen... | | CAS-13350 |
Ville Suoranta | 48d59b29a56M | Merge pull request #332 in CASA/casa6 from CAS-13373 to master* commit 'af1b4f5fadcb746d030025bc330022268968fc97':
Added test to check the retrieval of weight and sigma columns
Do not post-process weight column that created after channel average
Add explanaion about the retrieval of columns in mstool with different setup | | CAS-13373 |
Pam Harris | 74af160cdbf | Fix caltable averaging test | | |
Ville Suoranta | 77b953d8f83M | Merge pull request #333 in CASA/casa6 from CAS-13276 to master* commit '8b250863e4aa95b9e41a912f722795090ac10ade':
CAS-13276 Keep track of created axes | | CAS-13276 |
Pam Harris | 2b2c9a74cb1 | Advance plotms wheel | | |