Build: #285 was successful
Job: Test Regressions Many Linux 2.28 Rocky 8.10 Docker was successful
Code commits
casa6
-
Takahiro Tsutsumi 7274e44a3e3f643fb5606f5dfd2c7fbc354653e8
Pull request #1064: CAS-14713
Merge in CASA/casa6 from CAS-14713 to master
* commit '85a64657cf577e2f2e27f15d9e8dc1843ce1efcc':
remove the duplicated funtionality that exist in almatestutils
remove print statements for debugging
Modify the code based on code review
Remove some lines previously commented out
Clean up debug messages
Add missing import for casalog
fix check_list_vals to return False if at least one of the list index match fail. Add proper handling of per-Stokes plane multiple peak locaitons.
Per pol plane peak positions
Add a function to get a list of peak positions when the peak pix value is not unique and a test function to check against a list of possible positions. -
Kumar Golap 58d771b2f9737fb95362cc67cd6b117386be399f
Pull request #1060: CAS-14342
Merge in CASA/casa6 from CAS-14342 to master
* commit 'da072f6cba0d386485b1188c73e598cd335fc673':
redo this...foiled by SIImageStore smartness
fixed a place whereI missed widefield
fixed typo
Added widefield as a gridder for single field that can ignore blanking when pblimit is less than 0
fixed a typo that got in
Fix reviewer suggestion + some doc change
when pblimit is -ve for non A-term gridders the beam is set to 1.0 to allow for deconvolution of pesky sources without bothering about correctness of these sources -
Kumar Golap 163f7bcfe37c6d7988c925040f62302b9743903a
Pull request #1059: CAS-14520
Merge in CASA/casa6 from CAS-14520 to master
* commit '6d1b664f4857b653720cb2e3a5ff36128272277e':
removed "user" from a log line
added empty space between bracket and value printed
added logger message about fracbw used by bwtaper
disabling bwtaper test in parallel to allow this feature in
Changes in doc according to reviewer
forgot to push this one in
brought fracbw up to tclean and enable test for briggsbwtaper -
Darrell Schiebel aa008dd2de4c07b22b70e776396e755f906db639
Pull request #1055: CAS-14430
Merge in CASA/casa6 from CAS-14430 to master
* commit '0c4da0be7d119cd0bc22330490f7acbe3227f017':
[CAS-14430] remove comment that is now misleading
[CAS-14430] fix problem generating plot file WITHOUT showing the plot
remove line duplication (found in code review) [CAS-14430]
plotcomp: resurrect, update simulator use, clean up plot, patch back into predictcomp [CAS-14430]
fix errors signaled by the python interpreter [CAS-14430] like: ---------------------------------------------------------------------- casatasks/private/task_gencal.py:99: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if infile is not 'None' and infile is not '': casatasks/private/task_gencal.py:99: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if infile is not 'None' and infile is not '': casatasks/private/task_gencal.py:100: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if antenna is not '' or pol is not '' or len(parameter) != 0: casatasks/private/task_gencal.py:100: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if antenna is not '' or pol is not '' or len(parameter) != 0:
changes to resolve warnings about invalid escape sequences in strings [CAS-14430] like: ----------------------------------------------------------------------------------- casatasks/private/task_simalma.py:385: SyntaxWarning: invalid escape sequence '\d' q = re.compile('CYCLE\d?\d') -
Takahiro Tsutsumi 85a64657cf577e2f2e27f15d9e8dc1843ce1efcc m
remove the duplicated funtionality that exist in almatestutils
-
Takahiro Tsutsumi 1faca51ce1cbd22673e671bfd11a25a9ca52536a m
remove print statements for debugging
-
Takahiro Tsutsumi b8d02b8d7a23c3e0b5a3449f16dbf2763c52af71 m
Modify the code based on code review
-
Kumar Golap da072f6cba0d386485b1188c73e598cd335fc673
redo this...foiled by SIImageStore smartness
-
Kumar Golap 5e1e42dcc1efddf06c41b25c29161a05fec56919
fixed a place whereI missed widefield
-
Takahiro Tsutsumi 08de68578f0bb647373db2b80a93df655852dbc7 m
Remove some lines previously commented out
-
Kumar Golap e311eb30d529e17565f7fae5cedd9223b71fcb73
fixed typo
-
Kumar Golap 3bffb5213a5314f8fd87469b148fcce8ab33c3e5
Added widefield as a gridder for single field that can ignore blanking when pblimit is less than 0
-
Kumar Golap a6496101b8b5d0ef508d78894b50f5adfd1764c4
Merge branch 'master' into CAS-14342
-
Takahiro Tsutsumi 94c2a6878f41bba17876d22b3c12c5672d5d8565 m
Merge remote-tracking branch 'refs/remotes/origin/CAS-14713' into CAS-14713 merge to reconcile divergent local branch
-
Takahiro Tsutsumi 28e830b9ee75ef5b37a65568faea749297b33c63 m
Clean up debug messages
-
Akeem Wells 2f1ac5746f702155a0f5518b75ac7c8c77494542 m
Add missing import for casalog
-
Kumar Golap 6d1b664f4857b653720cb2e3a5ff36128272277e
removed "user" from a log line
-
Kumar Golap 73a000976d21b66e59fd1d46dc2c1855982f8656
Merge branch 'master' into CAS-14520
-
Takahiro Tsutsumi c97980db1775b1d458742f818699548872b9568f m
fix check_list_vals to return False if at least one of the list index match fail. Add proper handling of per-Stokes plane multiple peak locaitons.
-
Takahiro Tsutsumi fe6abb1993ecdcb395f7f632dd7360074c88e05d m
Per pol plane peak positions
-
Takahiro Tsutsumi 4c5db684e3d470760dcccd79f6f1bb9a93fc37cc m
Add a function to get a list of peak positions when the peak pix value is not unique and a test function to check against a list of possible positions.
-
Darrell Schiebel <darrell@schiebel.us> 0c4da0be7d119cd0bc22330490f7acbe3227f017 m
[CAS-14430] remove comment that is now misleading
-
Darrell Schiebel <darrell@schiebel.us> f69c945ac0e98de109e70e7f80c3796695ac0ddb m
[CAS-14430] fix problem generating plot file WITHOUT showing the plot
-
Darrell Schiebel <darrell@schiebel.us> 2e246db348ee344541aabea9c6313ff1876545db m
remove line duplication (found in code review) [CAS-14430]
-
Kumar Golap 7020c6ebecc2159f39ce2cebf84fb54527085f59 m
added empty space between bracket and value printed
-
Kumar Golap 133d1c556241e080b58f936b0d9a592e36d2cc2d m
added logger message about fracbw used by bwtaper
-
Kumar Golap 14de3d67d1c06d56fd4714053e8d49a99463491e m
Merge branch 'master' into CAS-14520
-
Kumar Golap e4fd6b640434079098aabd93b44b733a6fcd73b6 m
Merge branch 'CAS-14520' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-14520
-
Darrell Schiebel <darrell@schiebel.us> dfd07f704b85a915639e358b1ecce52293908ee5 m
plotcomp: resurrect, update simulator use, clean up plot, patch back into predictcomp [CAS-14430]
-
Darrell Schiebel <darrell@schiebel.us> 3335bb36a1cf77a656f14dddeee52d4b368d4ea7 m
fix errors signaled by the python interpreter [CAS-14430] like: ---------------------------------------------------------------------- casatasks/private/task_gencal.py:99: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if infile is not 'None' and infile is not '': casatasks/private/task_gencal.py:99: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if infile is not 'None' and infile is not '': casatasks/private/task_gencal.py:100: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if antenna is not '' or pol is not '' or len(parameter) != 0: casatasks/private/task_gencal.py:100: SyntaxWarning: "is not" with 'str' literal. Did you mean "!="? if antenna is not '' or pol is not '' or len(parameter) != 0:
-
Darrell Schiebel <darrell@schiebel.us> 1efb2921add1c4203a117c7e75aa0918363716fa m
changes to resolve warnings about invalid escape sequences in strings [CAS-14430] like: ----------------------------------------------------------------------------------- casatasks/private/task_simalma.py:385: SyntaxWarning: invalid escape sequence '\d' q = re.compile('CYCLE\d?\d')
- casatasks/src/private/cleanhelper.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/jplhorizons_query.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/simutil.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_appendantab.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_getcalmodvla.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_immath.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_plotbandpass.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_plotprofilemap.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_setjy.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_simalma.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
- casatasks/src/private/task_simobserve.py (version 1efb2921add1c4203a117c7e75aa0918363716fa) (diffs)
-
Kumar Golap 8ead346264529a74126e095b8ce54f2544fa27c5 m
disabling bwtaper test in parallel to allow this feature in
-
Kumar Golap 53ff0ef1325f4c3bf7bba1d78d40f58ab4c4841d m
Merge branch 'master' into CAS-14520
-
Akeem Wells a8c7edf198c9dadab5bf179be54a2095d25a4f81 m
Merge branch 'master' into CAS-14520
-
Kumar Golap 6afcdf9764c408cb30fd9416591fccc376b90613 m
fixed a typo that got in
-
Kumar Golap d0404ba65811b87a8462151ab2295fae548fa39e m
Fix reviewer suggestion + some doc change
-
Kumar Golap 51c0bcc29a7638700023cfc440e158f09c0b9a2a m
when pblimit is -ve for non A-term gridders the beam is set to 1.0 to allow for deconvolution of pesky sources without bothering about correctness of these sources
-
Kumar Golap 649fb8f1c95e8641ef86943ebaf3cd48412a7b31 m
Merge branch 'master' into CAS-14520
-
Kumar Golap be7dbacd6319ddc589107443cd678a179e6f0cc0 m
Merge branch 'master' into CAS-14520
-
Kumar Golap e5044f44d33d37bdf69aa2c127362438244505e3 m
Merge branch 'master' into CAS-14520
-
Kumar Golap 5cdb32832600cfd493beca72594b2f84910db990 m
Merge branch 'master' into CAS-14520
-
Kumar Golap 672fed4f44197515afe31e21ba5924c000af0c7e m
Changes in doc according to reviewer
-
Kumar Golap b65e1188853b7696ed813dd2893e51478e11adc2 m
forgot to push this one in
-
Kumar Golap daf1cd5802bf02dba633b1b5ef27f2d4127e1233 m
brought fracbw up to tclean and enable test for briggsbwtaper
- casatasks/src/private/imagerhelpers/input_parameters.py (version daf1cd5802bf02dba633b1b5ef27f2d4127e1233) (diffs)
- casatasks/src/private/task_tclean.py (version daf1cd5802bf02dba633b1b5ef27f2d4127e1233) (diffs)
- casatasks/tests/tasks/test_task_tclean.py (version daf1cd5802bf02dba633b1b5ef27f2d4127e1233) (diffs)
- casatools/src/code/synthesis/ImagerObjects/SynthesisImagerVi2.cc (version daf1cd5802bf02dba633b1b5ef27f2d4127e1233) (diffs)
- casatools/src/tools/synthesisimager/synthesisimager_cmpt.cc (version daf1cd5802bf02dba633b1b5ef27f2d4127e1233) (diffs)
- casatools/xml/synthesisimager.xml (version daf1cd5802bf02dba633b1b5ef27f2d4127e1233) (diffs)