Srikrishna Sekhar 789e09f567a CAS-14283: Include stopcode for cycleniter criterion
Cycleniter is a "minor cycle exit criterion", which have their own set of
stopcodes that overlap in number with the major cycle criteria. For users of
interactive clean, this means that both cycleniter and niter (global) criteria
have stopcode 1.
In order to prevent confusion, I've assigned stopcode 11 to cycleniter. Since
this is the only minor cycle stopping criterion we are evaluating at the
moment, I have not implemented stopcode 12+ for the other conditions. CAS-14283: Include stopcode for cycleniter criterion Cycleniter is a "minor cycle exit criterion", which have their own set of
stopcodes that overlap in number with the major cycle criteria. For users of
interactive clean, this means that both cycleniter and niter (global) criteria
have stopcode 1.
In order to prevent confusion, I've assigned stopcode 11 to cycleniter. Since
this is the only minor cycle stopping criterion we are evaluating at th... CAS-14283-9 13 Nov 2024 CAS-14283 Darrell Schiebel d71ff9e3345 trigger new build [CAS-14283] CAS-14283-8 08 Nov 2024 CAS-14283 Darrell Schiebel 65792c8e125 M Merge branch 'master' into CAS-14283 CAS-14283-7 06 Aug 2024 CAS-14283 Ville Suoranta 4240debd07a M Pull request #841: CAS-14162 Merge in CASA/casa6 from CAS-14162 to master
* commit '95259f99590c8c9dc4e6ae202582751cb1fcdf59': (26 commits)
Remove #include <string.h>
Adapt the instructions to the new casaconfig
Create data directory
Fix final message
Remove unnecessary include
Fix compilation with gcc 13.2
Fix the final text on successful build
Make significant changes related the removal of .ONESHELL
A... 05 Aug 2024 CAS-14162 Neal Schweighart ab4ded97aab M Pull request #842: CAS-14382 Merge in CASA/casa6 from CAS-14382 to master
* commit '5f09eac5811a1590a5825e41fa189531b8973a40':
Fixed check for existing file
fixed path to data issues and updated connection failure message
moved igs_file parameter creation outside of the try statment... Still looking at why the mac build is failing on the branch
Put the whole attempt to grab data in the try
first attempt at switc... 05 Aug 2024 CAS-14382 Neal Schweighart 5f09eac5811 M Merge branch 'master' into CAS-14382 CAS-14382-6 01 Aug 2024 CAS-14382 Neal Schweighart b1ccaf0eb25 Fixed check for existing file CAS-14382-5 01 Aug 2024 Urvashi Rao Venkata fce755e7600 M Pull request #840: CAS-14392 Merge in CASA/casa6 from CAS-14392 to master
* commit '57e8a68eceb8d7edf6844213330e7cff3fe64ba0':
fix logging statement 2 tags 31 Jul 2024 CAS-14392 Ville Suoranta 95259f99590 Remove #include <string.h> CAS-14162-1 30 Jul 2024 Urvashi Rao Venkata 57e8a68eceb M Merge branch 'master' into CAS-14394 CAS-14392-2 30 Jul 2024 CAS-14394 Takahiro Tsutsumi 6b1210c8844 M Pull request #839: CAS-14399 Merge in CASA/casa6 from CAS-14399 to master
* commit '397078110eeaecdee274d4934fcc118204a3afc8':
Fixed a typo
Modified the error messages
Remove use of AipsRoot for searching datapath 6.6.5.15 30 Jul 2024 CAS-14399 David Mehringer 8d38b26c97c M Pull request #838: CAS-14396 fix includepix exclude pix types in imfit Merge in CASA/casa6 from CAS-14396 to master
* commit 'edb4dfcfcdde8cf828fbb82910e4d796e4ec4c47':
updated tests to python unittest, made includepix/excludepix doubles
fix includepix exclude pix types 6.6.5.14 29 Jul 2024 CAS-14396 Akeem Wells c5a1ef1cd72 M Pull request #837: CAS-14357 Merge in CASA/casa6 from CAS-14357 to master
* commit '1c1ed89c02d57f7772e27937a1e21b723f01ca7c':
Add check for when component list is empty. If yes, use default list of tests
Add update to documentation for rcdir, fix for bug in converter when test crash with segfault using xmlrunner
Rename rcdir to new parameter cachedir. path to users writable folder for internal files (formerly this... 6.6.5.13 26 Jul 2024 CAS-14357 Takahiro Tsutsumi 397078110ee M Merge branch 'master' into CAS-14399 CAS-14399-3 23 Jul 2024 CAS-14399 Takahiro Tsutsumi 7ec38554df3 Fixed a typo 23 Jul 2024 C. Enrique Garcia Dabo 38baec6728d M Merge branch 'master' into CAS-14162 23 Jul 2024 CAS-14162 Ville Suoranta c09773cc055 M Pull request #836: CAS-14395 Merge in CASA/casa6 from CAS-14395 to master
* commit '560dea0eff2ed632e117239f3611991f9c64a0c1':
Trigger a build
Convert numpy datatypes to built-in types in task_defintent.py
numpy.NaN to numpy.nan
numpy.alltrue to numpy.all
Convert numpy datatypes to built-in types
Change numpy.bytes_ to numpy.str_ in task_sdimaging.py
Fix numpy deprecations in task_sdimaging.py
Specifying t... 6.6.5.12 23 Jul 2024 CAS-14395 Ville Suoranta 560dea0eff2 M Merge branch 'master' into CAS-14395 CAS-14395-5 22 Jul 2024 CAS-14395 Ville Suoranta 224f12dc245 M Pull request #835: CAS-14397 Merge in CASA/casa6 from CAS-14397 to master
* commit '52e96fcaaf5475ba3ae098dfa9e9b9d9310e8d31':
Replace unary_function
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION only on Macs and Xcode15
Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION compile definition
Restore UtilJ.h
Remove __unary_function
Fixx C++17 deprecations 6.6.5.11 22 Jul 2024 CAS-14397 Takahiro Tsutsumi 25d1d3ae72c Modified the error messages CAS-14399-2 18 Jul 2024 Srikrishna Sekhar 400e3a0a52f CAS-14283: Fix bug with casalog import casalogs in _gclean.py was being imported from casatools rather than
casatasks, and causing the automated test to fail CAS-14283-6 18 Jul 2024 CAS-14283 Akeem Wells 1c1ed89c02d M Merge branch 'CAS-14363' into CAS-14357 CAS-14357-1 17 Jul 2024 2 Jira issuesAkeem Wells b7ac4adc6dc M Merge branch 'master' into CAS-14357 17 Jul 2024 CAS-14357 Akeem Wells 72ef189801b Add check for when component list is empty. If yes, use default list of tests CAS-14363-1 17 Jul 2024 Ville Suoranta 070728e41ee Trigger a build CAS-14395-4 17 Jul 2024 Ville Suoranta e3061579c06 Convert numpy datatypes to built-in types in task_defintent.py CAS-14395-3 16 Jul 2024 Ville Suoranta f5c33e651fc numpy.NaN to numpy.nan 16 Jul 2024 Ville Suoranta ef360a5a260 numpy.alltrue to numpy.all 16 Jul 2024 Ville Suoranta cb048b84063 Convert numpy datatypes to built-in types 16 Jul 2024 Ville Suoranta e486ccdf2bb Change numpy.bytes_ to numpy.str_ in task_sdimaging.py 16 Jul 2024 Ville Suoranta ffb211f657d Fix numpy deprecations in task_sdimaging.py CAS-14395-2 15 Jul 2024 Akeem Wells 864f4166a06 M Pull request #834: CAS-14388 Merge in CASA/casa6 from CAS-14388 to master
* commit '0e7a0d1357c10e6094e1e0c9a7f8594ba886edea':
Update test_eop_usno and test_eop_iers to use absolute mode when using testhelper compTables
Update testhelper to use math.isclose instead of manual calculation
Change mode comparison from percentage to absolute 6.6.5.10 15 Jul 2024 CAS-14388 Darrell Schiebel e6fcbd57f9a Specifying thrown exceptions is a deprecated idiom: casatools/src/code/synthesis/TransformMachines2/BeamSkyJones.h:340:70: error: ISO C++17 does not allow dynamic exception specifications
340 | const casacore::MDirection &dir2) const throw(casacore::AipsError);
| ^~~~~ CAS-14395-1 14 Jul 2024 Darrell Schiebel f8f2e6400ba string.h must be included to use strerror 14 Jul 2024 Darrell Schiebel 57b4047fa19 changes to support numpy v2 [CAS-14395] 14 Jul 2024 CAS-14395 Takahiro Tsutsumi 43bd36cc7b7 Remove use of AipsRoot for searching datapath CAS-14399-1 12 Jul 2024 George Moellenbrock 49cd1586aee M Pull request #833: CAS-14385 Merge in CASA/casa6 from CAS-14385 to master
* commit '8a29561ea99f51dd59e59031da2ced3e1e58f083':
I somehow had the test in the wrong level of the directory... Should be finding the right test now
updated test data paths
enabled the table comparision to the ref table
For CAS-14385, repaired access to data repo for VLA gaincurves in EJones.cc; updated test_task_gencal to include VLA-spe... 6.6.5.9 11 Jul 2024 CAS-14385 Akeem Wells 0e7a0d1357c Update test_eop_usno and test_eop_iers to use absolute mode when using testhelper compTables CAS-14388-3 10 Jul 2024 David Mehringer d390e054866 fix logging statement CAS-14392-1 09 Jul 2024 Akeem Wells 719e43386ab M Merge remote-tracking branch 'origin' into CAS-14388 CAS-14388-2 09 Jul 2024 CAS-14388 Takeshi Nakazato 4984c9aab00 M Pull request #832: CAS-14171 Merge in CASA/casa6 from CAS-14171 to master
* commit '7dc0539c7526704f547cf4f6230febf1e5f5052a':
refactoring
Refactoring for readability
Fail explicitly when exception occured during eval
add warning comment on possible intermittent failure
use f.tell() to get offset position
CAS-14171 add unit test for bug fix
CAS-14171 sort processSpwList_
CAS-14171 sort input collection for... 6.6.5.8 08 Jul 2024 CAS-14171 Inna Muzychenko fa1032522d3 M Pull request #831: CAS-13670 Merge in CASA/casa6 from CAS-13670 to master
* commit '034f2ec7ab8ae7e000e4ebe11a1a9a0f035889f3': (30 commits)
Revert "Delete workspace.xm"
Delete workspace.xm
Fix the error of the reference in the tests
Changes according to the NAOJ code review Refs #2679
Change according NAOJ code review Refs #2658, add minor fixes
Change according NAOJ code review Refs #2658, change to assertAl... 08 Jul 2024 CAS-13670 Takeshi Nakazato 7dc0539c752 M Merge branch 'master' into CAS-14171 CAS-14171-4 07 Jul 2024 CAS-14171 Muzychenko Inna 034f2ec7ab8 Revert "Delete workspace.xm" This reverts commit a65ad25bf3e6daffea13c911395ee6c3eb428b07. CAS-13670-13 07 Jul 2024 Ville Suoranta 52e96fcaaf5 Replace unary_function CAS-14397-5 05 Jul 2024 Ville Suoranta 47f04ca2620 Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION only on Macs and Xcode15 CAS-14397-4 05 Jul 2024 Ville Suoranta f60718b7f23 Add -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION compile definition CAS-14397-3 05 Jul 2024 Ville Suoranta 471fa341920 Restore UtilJ.h 05 Jul 2024 Ville Suoranta 1658a8bb29a Remove __unary_function CAS-14397-2 03 Jul 2024 Ville Suoranta e41786f5b40 Fixx C++17 deprecations CAS-14397-1 03 Jul 2024