Code commits
Casa6
-
Ville Suoranta 7ba8a9b8b793420152fa5fa4eab5bef564b5af40
Merge pull request #298 in CASA/casa6 from CAS-12556 to master
* commit '57fa96309a1a644e8bafcc7490e884bf4a19fab8':
added a message to the xml docs about datatype.
CAS-12556 : Fixed a type-checking bug. Allowed 'int' values as well as float and double. -
Sandra Castro 4cff705f51612682f840260dfd014daf9411b8f4
Merge pull request #297 in CASA/casa6 from CAS-13040 to master
* commit 'd2e0a4b600d2bdb4d27f854a7ea81edc6d790834':
For CAS-13040, fixed Vector assignment issue introduced by casacore Arrays refactor that broke TEC calculation in gencal; activated associated test in test_gencal.py
For CAS-13040, replaced awkward (and python3 non-compliant) logic clauses that prepend zeros to low day-of-year numbers with str.zfill(3).
Fixed typo in tec_maps import and removed casa6 skip for tec_maps test
add tec_maps to casatasks.private (CAS-13040)
For CAS-13040, following previos commit, copy new (tec-aware) test_gencal.py to casa6/casatasks/tests/tasks/
For CAS-13040: add tec_maps.py to casa6/casatasks/src/scripts/ for casa6 support, associated change to test_gencal.py
For CAS-13040: Updated CDDIS retrieval mechanism to conform to new standards, improved print messaging, other python cleanup, python3-ification for CASA 6; added a very basic test to gencal for caltype='tecim' (but disabled in CASA6 for now) -
Sandra Castro 76b944ffaf230d3c6324a66dbe75cdbcab8062ec
Merge pull request #296 in CASA/casa6 from CAS-12957 to master
* commit 'f9512fb8c5bfca7ff31f5a62d8025441088ae553':
updating tclean tests to use new testhelper method names, updating test_cube_flagged_mosaic_mtmfs to not combine deconvolver='mtmfs' with specmode='cube'
better comments in test_cube-flagged_mosaic_* regression tests, removing savepars=True argument (not necessary)
un-skipping the cube mosaic tests
added unit tests for CAS-12957: 0-valued channels aren't skipped
Adding band-aid notification to help catch the case where all-zero images slip through SDAlgorithmBase::deconvolve
skipping completely masked channels and polarities by importing code change to SIImageStore::getPeakResidualWithinMask -
R. V. Urvashi <rurvashi@aoc.nrao.edu> 57fa96309a1a644e8bafcc7490e884bf4a19fab8
Merge branch 'master' into CAS-12556
-
Benjamin Bean <bbean@nrao.edu> f9512fb8c5bfca7ff31f5a62d8025441088ae553 m
Merge branch 'master' into CAS-12957
-
Benjamin Bean <bbean@nrao.edu> bd93e9c47f83e07f40c5d66287854a02d3532d95 m
updating tclean tests to use new testhelper method names, updating test_cube_flagged_mosaic_mtmfs to not combine deconvolver='mtmfs' with specmode='cube'
-
Benjamin Bean <bbean@nrao.edu> 52232e8df5b50fdf0860e419623f0abb04b6a962 m
Merge branch 'master' into CAS-12957
-
George Moellenbrock d2e0a4b600d2bdb4d27f854a7ea81edc6d790834 m
Merge branch 'master' into CAS-13040
-
George Moellenbrock 6881f74891b09610fb591c1e6027f48f350129f0 m
For CAS-13040, fixed Vector assignment issue introduced by casacore Arrays refactor that broke TEC calculation in gencal; activated associated test in test_gencal.py
- casa5/code/synthesis/MeasurementComponents/FJones.cc (version 6881f74891b09610fb591c1e6027f48f350129f0) (diffs)
- casa5/gcwrap/python/scripts/tests/test_gencal.py (version 6881f74891b09610fb591c1e6027f48f350129f0) (diffs)
- casatasks/tests/tasks/test_gencal.py (version 6881f74891b09610fb591c1e6027f48f350129f0) (diffs)
-
George Moellenbrock e4d04d466a8a577281bbdaee74244e0ee5ffbbd9 m
Merge branch 'master' into CAS-13040
-
George Moellenbrock d7d895d0ef229bf2994ffd53f69d93a6862c406b m
For CAS-13040, replaced awkward (and python3 non-compliant) logic clauses that prepend zeros to low day-of-year numbers with str.zfill(3).
-
Neal Schweighart 47598ce7a69be81ab87ff40356e8e03e92dfe306 m
Fixed typo in tec_maps import and removed casa6 skip for tec_maps test
-
Darrell Schiebel <darrell@schiebel.us> 391d00b36c8e06a7734e53ed4ab5aab5942410aa m
add tec_maps to casatasks.private (CAS-13040)
-
Benjamin Bean <bbean@nrao.edu> f0c05d9a88fae122eb7e6313099b09c1a7d9aac0 m
better comments in test_cube-flagged_mosaic_* regression tests, removing savepars=True argument (not necessary)
-
George Moellenbrock a418fab863b57481696b3516afd91ffea8790fd0 m
For CAS-13040, following previos commit, copy new (tec-aware) test_gencal.py to casa6/casatasks/tests/tasks/
-
George Moellenbrock c8972ccbeddb1290a914816f2598eff820578d50 m
For CAS-13040: add tec_maps.py to casa6/casatasks/src/scripts/ for casa6 support, associated change to test_gencal.py
-
Benjamin Bean <bbean@nrao.edu> 9a5b6b674a33a63deca088fa3a8f9f1763e0abd7 m
un-skipping the cube mosaic tests
-
George Moellenbrock 810ec9dad7a838dc8078c39b6e0b29a9ad288056 m
For CAS-13040: Updated CDDIS retrieval mechanism to conform to new standards, improved print messaging, other python cleanup, python3-ification for CASA 6; added a very basic test to gencal for caltype='tecim' (but disabled in CASA6 for now)
-
Benjamin Bean <bbean@nrao.edu> 90b859a121560ff44ae61897d613071bfde62217 m
added unit tests for CAS-12957: 0-valued channels aren't skipped
-
Benjamin Bean <bbean@nrao.edu> 888800ab2d4f56d8f2e83efbd41b3c5496b77ef3 m
Adding band-aid notification to help catch the case where all-zero images slip through SDAlgorithmBase::deconvolve
-
Benjamin Bean <bbean@nrao.edu> ed771aecb7bdca771c6e3c4643b28d1672475098 m
skipping completely masked channels and polarities by importing code change to SIImageStore::getPeakResidualWithinMask
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> ad9a755dc1dae32b30e3dc82f0f0eac5d7eabaee m
added a message to the xml docs about datatype.
-
R. V. Urvashi <rurvashi@aoc.nrao.edu> 5dbf2810c541299595359fbfd87e9d27f996d740 m
CAS-12556 : Fixed a type-checking bug. Allowed 'int' values as well as float and double.