Build: #4 was successful Changes by Takeshi Nakazato
Code commits
casa6
-
Takeshi Nakazato 5c8dcab39e7f2a27e6ca89dedc93a04e3687aca4
Merge branch 'master' into CAS-13844
-
Pam Harris <pharris@nrao.edu> 98e15662cb996a6416b0b8fdcfef930cb8a3ca32 m
Pull request #734: CAS-14173 Fix plotms colorize autoscale point size
Merge in CASA/casa6 from CAS-14173 to master
* commit 'ce5fcb4bb84eac9a01a42d16b456b232864d301d':
Restore order of build.conf list
Update build.conf casaplotms master version
Update build.conf plotms branch version
Update build.conf plotms branch version
Update plotms branch wheel in build.conf
Update plotms branch version with fix -
Ville Suoranta b800d0a5a125c520f3493ca3ff0dd4bcc04d1737 m
Pull request #732: CAS-14180
Merge in CASA/casa6 from CAS-14180 to master
* commit '1eeb1127ded3b15489066c0b44d8d2896cd16333':
Remove _crash_reporter_initialize
Remove telemetry from gcwrap
Remove telemetry methods from logsink.xml
Fix utils_cmpt.cc
Remove telemetry and crash reporter in Casatools
Remove telemetry and crash reporter from casatasks -
Pam Harris <pharris@nrao.edu> ce5fcb4bb84eac9a01a42d16b456b232864d301d m
Restore order of build.conf list
-
Pam Harris <pharris@nrao.edu> a89271146d8ff369e588e8c12c4f2848e1c2be5e m
Merge branch 'master' into CAS-14173
-
Pam Harris <pharris@nrao.edu> 2fbb3be4b05a6e8942941d01f609ff0533380dca m
Update build.conf casaplotms master version
-
Darrell Schiebel 9041a8753887c55b2c8f5f139b51a3c9d65e4664 m
Pull request #733: CAS-14176
Merge in CASA/casa6 from CAS-14176 to master
* commit '1437e4150a1541809b15826462d9916a6a289dca':
add a longer description [CAS-14176]
FITS header values are limited to 68 characters [CAS-14176]
ORIGIN header entry varies [CAS-14176]
add function to header comment [CAS-14176]
move image::fitsheader member function test from stand-alone to large test file [CAS-14176]
add test for image::fitsheader member function [CAS-14176]
add image tool member function to return a FITS header as a dict [CAS-14176] -
Bob Garwood 56ebb72695dc0afaf0e9ea724452fd0970e8eea7 m
Pull request #731: CAS-14131 : sync alma ASDM code with CASA ASDM code
Merge in CASA/casa6 from CAS-14131 to master
* commit '090255482c3796c8326d406e75d0e7ba027f0a55':
CAS-14131 : sync alma ASDM code with CASA ASDM code -
Neal Schweighart 000249ecb8a219fd0b1624f8b6513be64dbebff0 m
Pull request #730: CAS-14190
Merge in CASA/casa6 from CAS-14190 to master
* commit '6510d9e57d48c658991c2f4e279f86d294416bac':
Changed tolerances in gainTypeKSpwCountMisMatch case to have an atol of 5e-5
Changed tolerances to be consistant across test case with an atol of 1e-7 -
Neal Schweighart 6510d9e57d48c658991c2f4e279f86d294416bac m
Changed tolerances in gainTypeKSpwCountMisMatch case to have an atol of 5e-5
-
Neal Schweighart 8ffae8d34ebd6bf31fadb5bbda7f1b47d775e82e m
Changed tolerances to be consistant across test case with an atol of 1e-7
-
Ville Suoranta 1eeb1127ded3b15489066c0b44d8d2896cd16333 m
Remove _crash_reporter_initialize
-
Ville Suoranta a1e6bc1fdbe856a106c5098ab4b8533a7f93bd42 m
Remove telemetry from gcwrap
-
Ville Suoranta be20460b54e42b8cb8adadb16ea256c4399acb8c m
Remove telemetry methods from logsink.xml
-
Ville Suoranta d5061b857c1f82539fb0212df2162407804e2fce m
Fix utils_cmpt.cc
-
Ville Suoranta 3781191d7fb51b434d946684d38c6bfa52102844 m
Remove telemetry and crash reporter in Casatools
-
Ville Suoranta 07917491d735078bf81e3f4863208e98e53f7fe2 m
Remove telemetry and crash reporter from casatasks
-
Pam Harris <pharris@nrao.edu> b9e177036bb62c9500ab997af66896d25b7dd5b1 m
Pull request #729: CAS-14157 fix plotms antenna iteration with selection
Merge in CASA/casa6 from CAS-14157 to master
* commit 'f098499efacc5ec437a8c6f2ac401165e8743d83':
Update plotms branch wheel in build.conf
Update build.conf plotms branch wheel -
Pam Harris <pharris@nrao.edu> f098499efacc5ec437a8c6f2ac401165e8743d83 m
Merge branch 'master' into CAS-14157
-
Takahiro Tsutsumi 783f01fc6ca38785233e5728ec547e05c8654417 m
Pull request #728: CAS-13085
Merge in CASA/casa6 from CAS-13085 to master
* commit 'e13ae7abcc887ef6197e92fceb4aab07bd0c6778': (26 commits)
CAS-13085: as requested by Sandra, removed anachronistic imports
Enable test_task_testconcat in Bamboo tests
CAS-13085: Made virtualconcat raise an exception when an input MS is a link.
CAS-13085: Added an improvement to the handling of missing scratch columns to virtualconcat which I had already introduced earlier in concat. Both tasks behave the same now. Deleted some commented out lines in concat.
Removed casa5 related imports and any use of is_CASA6/is_python3 from the code.
CAS-13085: extended mslisthelper method check_mslist by functionlity to verify the presence of unpopulated POINTING tables.
CAS-13085: Added test for unpopulated optional Main Table columns
CAS-13085: align testconcat and concat with virtualconcat: always use testcontent=Fals in check_mslist, i.e. warn whenever there is a potential problem even if the datacolumn is not populated.
CAS-13085: make virtualconcat complain then there are inconsistent columns in the input MSs even if they are not populated
Moved the mslisthelper to src/private as suggested by Tak.
CAS-13085: sanitize members of vis input parameter to remove trailing "/"
Made test scripts import ctsys for casa 6. Made task scripts use os.scandir instead of walk for casa 6.
Verified Ville's CASA6 version of task_testconcat with the space-only indentation and copied it on the CASA5 version.
Replace tabs with spaces in Casa 6 task_testconcat.py
Aligned the two copies of task_testconcat and made both Python2/3 compatible.
Updated unit tests for test_concat.
Updating the datapath to the testdata in test_testconcat. Made both casa5 and casa6 test scripts identical.
CAS-13095 typo correction in a comment
CAS-13085: Removed the line from _future_ import print_function as requested by S. Castro.
CAS-13085: Introduced the use of mslisthelper.check_mslist() also in task_testconcat
... -
Takahiro Tsutsumi e13ae7abcc887ef6197e92fceb4aab07bd0c6778 m
Merge branch 'master' into CAS-13085
-
Darrell Schiebel <darrell@schiebel.us> 1437e4150a1541809b15826462d9916a6a289dca m
Merge branch 'master' into CAS-14176
-
Darrell Schiebel <darrell@schiebel.us> 4ab73c807c839da99f7e6b648638bc6a56ac4645 m
add a longer description [CAS-14176]
-
Darrell Schiebel <darrell@schiebel.us> 0ee549887e7f0612d9b3a0b67b96313858a354a7 m
FITS header values are limited to 68 characters [CAS-14176]
-
Bob Garwood 090255482c3796c8326d406e75d0e7ba027f0a55 m
Merge branch 'master' into CAS-14131
-
Pam Harris <pharris@nrao.edu> bd779fd2aedffbe0562e046c067b986e725e3f7d m
Pull request #727: CAS-14085 update Qt-based apps to support Qt5
Merge in CASA/casa6 from CAS-14085 to master
* commit 'cd76d3dbb008677f4c4a658584f6d0c1740fb502':
Update GUI wheel versions in build.conf for Qt5 support
Update viewer/plotms branch wheels in build.conf for latest fixes
Trigger a build
Update wheel versions in build.conf
Update plotms wheel version in build.conf
Update build.conf with latest GUI branch wheels
Update casaviewer==1.8.1a14085.dev8 and casafeather==0.0.18a14085.dev4
Update build.conf with gui branch wheels
Fix viewer wheel version after master update
Update gui branch wheel versions
Set gui branch wheels in build.conf
Update build.conf to branch wheels -
Pam Harris <pharris@nrao.edu> cd76d3dbb008677f4c4a658584f6d0c1740fb502 m
Update GUI wheel versions in build.conf for Qt5 support
-
Pam Harris <pharris@nrao.edu> f4022f3da6b4d78a15a3cfcc1299e58294226bff m
Update build.conf plotms branch version
-
Pam Harris <pharris@nrao.edu> 1a08cec961721058bc434daf4ad01907bff3154d m
Update build.conf plotms branch version
-
Pam Harris <pharris@nrao.edu> 486e6c5813b741f7a486baefddfa848d5f9fd05c m
Update plotms branch wheel in build.conf
-
Darrell Schiebel <darrell@schiebel.us> 531e1bf56cdf9e31b352f36fb0539904da3e73a9 m
ORIGIN header entry varies [CAS-14176]
-
Sandra Castro ed365000d298972952d907ab9547688245b2e57c m
Pull request #725: CAS-14161
Merge in CASA/casa6 from CAS-14161 to master
* commit 'e7b5c87a20ae1bf759a98adb59135e28b3837c7a':
Fixed value tag for other timebin parameters.
Fixed default value of quackinterval in the tool according to the value of the task.
Added missing /value tag for parameter timebin.
Fixed a dataset left-over in the tearDownClass of the flagdata tests
Added default for timebin in contraints block to 0s as done for the parameter above.
Modified also the helper text to show 1.0 as the default value.
Try default of quackinterval 1.0. Try removing single quotes from values of listitems inside constraints. -
Darrell Schiebel <darrell@schiebel.us> 3116ecbadd1da97105f79ac3b715901545522c62 m
add function to header comment [CAS-14176]
-
Darrell Schiebel <darrell@schiebel.us> 8e01ac4c1a7dbc3209180c70ff12beff3c3c6f60 m
move image::fitsheader member function test from stand-alone to large test file [CAS-14176]
-
Darrell Schiebel <darrell@schiebel.us> d90c73b5e7fc14ddd5890323db7566661249e23f m
add test for image::fitsheader member function [CAS-14176]
-
Takeshi Nakazato a14f16dffe46fe56ee2c47de403e1ed2bd7303c6 m
Pull request #724: CAS-14023 set dummy time stamp 1 day before recorded time value
Merge in CASA/casa6 from CAS-14023 to master
* commit 'd2f4a22f52409a701d1ae4f1b8943e0b0936e3bb':
CAS-14023 set dummy time stamp 1 day before recorded time value -
Darrell Schiebel <darrell@schiebel.us> 50acbb971cb8c6f58453a7b1f00dae4668c8f59b m
add image tool member function to return a FITS header as a dict [CAS-14176]
- casatools/src/code/stdcasa/StdCasa/variant.cc (version 50acbb971cb8c6f58453a7b1f00dae4668c8f59b) (diffs)
- casatools/src/code/stdcasa/variant.h (version 50acbb971cb8c6f58453a7b1f00dae4668c8f59b) (diffs)
- casatools/src/tools/image/image_fitsheader.cc (version 50acbb971cb8c6f58453a7b1f00dae4668c8f59b) (diffs)
- casatools/xml/image.xml (version 50acbb971cb8c6f58453a7b1f00dae4668c8f59b) (diffs)
-
Takahiro Tsutsumi 1a195f4e1583d0128e9d9e56012112798393885e m
Merge branch 'master' into CAS-13085
-
Pam Harris <pharris@nrao.edu> 5dfe305842d2f6cd9416d391fab4672bf8556707 m
Update plotms branch version with fix
-
Takeshi Nakazato d2f4a22f52409a701d1ae4f1b8943e0b0936e3bb m
Merge branch 'master' into CAS-14023
-
Sandra Castro e7b5c87a20ae1bf759a98adb59135e28b3837c7a m
Fixed value tag for other timebin parameters.
-
Sandra Castro 3236713ed6cb87df7405cb5f1e6898ccc6e09640 m
Fixed default value of quackinterval in the tool according to the value of the task.
-
Sandra Castro 45cc7e02363f8480f9f1fb780ed9f599ccf9bd4b m
Added missing /value tag for parameter timebin.
-
Pam Harris <pharris@nrao.edu> a87cacaf91fb84f45475e09dfa55c2c695fa5ade m
Update plotms branch wheel in build.conf
-
Pam Harris <pharris@nrao.edu> dd1040f5da4b8fc846a2515f3b62737847e54ee2 m
Update viewer/plotms branch wheels in build.conf for latest fixes
-
Ville Suoranta 92b206f2f432717da1325f5e313a33a363a4061c m
Trigger a build
-
Sandra Castro 36287498f1d29dd2d0bd48bc222c095d5b51f468 m
Fixed a dataset left-over in the tearDownClass of the flagdata tests
-
Sandra Castro d1bb0c4ee5489a941e2b83c6998153c8e507e4b4 m
Added default for timebin in contraints block to 0s as done for the parameter above.
-
Pam Harris <pharris@nrao.edu> d2d3b50cb69f1e08e679357259587d96ee21c967 m
Update wheel versions in build.conf
-
Pam Harris <pharris@nrao.edu> feade7b9988d510f0c9223dc6a0f55e0fa95b376 m
Merge branch 'master' into CAS-14157
-
Pam Harris <pharris@nrao.edu> 6591574d586a8985130abbe315e242d676ae67d7 m
Merge branch 'master' into CAS-14085
-
smcastro <smcastro@users.noreply.github.com> 4af6e00d2b945310135a60bca2912a19b0cb54c4 m
Modified also the helper text to show 1.0 as the default value.
-
smcastro <smcastro@users.noreply.github.com> d24763a7dbcfd4fc51926ee0e1045907e5cb5f7a m
Try default of quackinterval 1.0. Try removing single quotes from values of listitems inside constraints.
-
Pam Harris <pharris@nrao.edu> d55ce37f85e86da426d99f282991505442261480 m
Merge branch 'master' into CAS-14085
-
Pam Harris <pharris@nrao.edu> 21cfb86774a7fdb2832aadea83bdf2a48189c50f m
Update build.conf plotms branch wheel
-
Takeshi Nakazato 800030cac44917e81e681b5681dbfe37ec3d2cfa m
CAS-14023 set dummy time stamp 1 day before recorded time value
-
Pam Harris <pharris@nrao.edu> 6440ea4937612a1c22aea769f7dbc96cbb1ffc80 m
Update plotms wheel version in build.conf
-
Pam Harris <pharris@nrao.edu> f9e5876e382526e117999da710f7c3289b8e1643 m
Update build.conf with latest GUI branch wheels
-
Ville Suoranta 17c5fa6df36b1b245359aa6fa68f73521c1a78da m
Update casaviewer==1.8.1a14085.dev8 and casafeather==0.0.18a14085.dev4
-
Pam Harris <pharris@nrao.edu> 7673e677c4b669297a4c98694ad149642cea29d1 m
Merge branch 'master' into CAS-14085
-
Pam Harris <pharris@nrao.edu> 2fa47488e29721cdf4cffdc64c3d58f7d2462707 m
Update build.conf with gui branch wheels
-
Pam Harris <pharris@nrao.edu> 27d5d1685f27057b5b96972010dc6d893adf418e m
Merge branch 'master' into CAS-14085
-
Bob Garwood e52090547df748f35fd6ab7baaa58251043f99cd m
CAS-14131 : sync alma ASDM code with CASA ASDM code
- casatools/src/code/alma/ASDMBinaries/BaselineMetadata.cc (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
- casatools/src/code/alma/ASDMBinaries/BaselineMetadata.h (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
- casatools/src/code/alma/ASDMBinaries/DataDescriptionsSet.h (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
- casatools/src/code/alma/ASDMBinaries/SDMBinData.cc (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
- casatools/src/code/alma/ASDMBinaries/SDMBinData.h (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
- casatools/src/code/alma/ASDMBinaries/SDMDataObjectReader.cc (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
- casatools/src/code/alma/Enumtcl/Enum.hpp (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
- casatools/src/code/alma/Enumtcl/enum_set.hpp (version e52090547df748f35fd6ab7baaa58251043f99cd) (diffs)
-
Pam Harris <pharris@nrao.edu> 06cbcebac8e0252ff2da0a5e681a17b5a01b94a4 m
Fix viewer wheel version after master update
-
Pam Harris <pharris@nrao.edu> 39fdd7c26dd80d198e37ce3c820ab6c4e7f135e9 m
Update gui branch wheel versions
-
Pam Harris <pharris@nrao.edu> 690d53ecd8710a2ce0ccfde2ca20864ec5a7282a m
Set gui branch wheels in build.conf
-
Pam Harris <pharris@nrao.edu> 5ce7d78d8c256946c6fa0261c0cef82883da757e m
Update build.conf to branch wheels
-
Dirk Petry <dpetry@eso.org> ee45fbfbde3eded524b069cae8376e741a463ed7 m
CAS-13085: as requested by Sandra, removed anachronistic imports
-
Sandra Castro 7cef68570e1459641bf69da778769e3a34b07b22 m
Enable test_task_testconcat in Bamboo tests
-
Dirk Petry <dpetry@eso.org> 2fe888cb1895440425e3501e2806ab59993aa341 m
CAS-13085: Made virtualconcat raise an exception when an input MS is a link.
-
Dirk Petry <dpetry@eso.org> be5518c45f3a5fbc0f84d67c005bb89dca3167b3 m
CAS-13085: Added an improvement to the handling of missing scratch columns to virtualconcat which I had already introduced earlier in concat. Both tasks behave the same now. Deleted some commented out lines in concat.
-
Takahiro Tsutsumi 64ee5b6d399fd8e8a38566f314744ae3234a371c m
Removed casa5 related imports and any use of is_CASA6/is_python3 from the code.
- casatasks/src/private/mslisthelper.py (version 64ee5b6d399fd8e8a38566f314744ae3234a371c) (diffs)
- casatasks/src/private/task_concat.py (version 64ee5b6d399fd8e8a38566f314744ae3234a371c) (diffs)
- casatasks/src/private/task_testconcat.py (version 64ee5b6d399fd8e8a38566f314744ae3234a371c) (diffs)
- casatasks/src/private/task_virtualconcat.py (version 64ee5b6d399fd8e8a38566f314744ae3234a371c) (diffs)
-
Dirk Petry <dpetry@eso.org> f29c991735a9ad2b78ae8beeb8eac0f1b1798f79 m
CAS-13085: extended mslisthelper method check_mslist by functionlity to verify the presence of unpopulated POINTING tables.
-
Dirk Petry <dpetry@eso.org> 5c26505b8beeb970b40051b0aa550ebae76ba84d m
CAS-13085: Added test for unpopulated optional Main Table columns
-
Dirk Petry <dpetry@eso.org> 174bda54924e50200db016f93b40876442f9d9dd m
CAS-13085: align testconcat and concat with virtualconcat: always use testcontent=Fals in check_mslist, i.e. warn whenever there is a potential problem even if the datacolumn is not populated.
- casa5/gcwrap/python/scripts/task_concat.py (version 174bda54924e50200db016f93b40876442f9d9dd) (diffs)
- casa5/gcwrap/python/scripts/task_testconcat.py (version 174bda54924e50200db016f93b40876442f9d9dd) (diffs)
- casatasks/src/private/task_concat.py (version 174bda54924e50200db016f93b40876442f9d9dd) (diffs)
- casatasks/src/private/task_testconcat.py (version 174bda54924e50200db016f93b40876442f9d9dd) (diffs)
-
Dirk Petry <dpetry@eso.org> 9c6adcadf0b6c356653484a5e1a70f6c6b019fac m
CAS-13085: make virtualconcat complain then there are inconsistent columns in the input MSs even if they are not populated
-
Dirk Petry <dpetry@eso.org> 9a311ba9a7ac206b51049914c96fa2b6aa3f9964 m
Moved the mslisthelper to src/private as suggested by Tak.
-
Dirk Petry <dpetry@eso.org> 18fbc3f623b760c62a7e1d3dd44bed0abc272f35 m
Merge branch 'master' into CAS-13085 (another month has passed and this branch needs to catch up again so testing is meaningful)
-
Dirk Petry <dpetry@eso.org> 013dbe3916fb8547c088d50be042b32a3db18b9a m
Merge branch 'master' into CAS-13085
Conflicts:
casatasks/setup.py
casatasks/tests/tasks/test_task_testconcat.py
Resolved by using the versions from master. -
Dirk Petry <dpetry@eso.org> ef1441f8ab78de60869ade6b216f0a0cbf71430e m
CAS-13085: sanitize members of vis input parameter to remove trailing "/"
-
Dirk Petry <dpetry@eso.org> 60d6564b47b5b0e1e65d731bde6046c48d1832f3 m
Merge branch 'master' into CAS-13085 - needed to update the quite old other parts of the branch
-
Dirk Petry <dpetry@eso.org> f758a80c179a8151c830c05a5e3c7302ee0d135a m
Made test scripts import ctsys for casa 6. Made task scripts use os.scandir instead of walk for casa 6.
- casa5/gcwrap/python/scripts/task_testconcat.py (version f758a80c179a8151c830c05a5e3c7302ee0d135a) (diffs)
- casa5/gcwrap/python/scripts/tests/test_testconcat.py (version f758a80c179a8151c830c05a5e3c7302ee0d135a) (diffs)
- casatasks/src/tasks/task_testconcat.py (version f758a80c179a8151c830c05a5e3c7302ee0d135a) (diffs)
- casatasks/tests/tasks/test_testconcat.py (version f758a80c179a8151c830c05a5e3c7302ee0d135a) (diffs)
-
Dirk Petry <dpetry@eso.org> 53dc12dcd8d8d1db2481d3fab64476fc6ac0d07b m
Verified Ville's CASA6 version of task_testconcat with the space-only indentation and copied it on the CASA5 version.
-
Ville Suoranta d900eb5be3bf019f1cf8a1da24bb77bafa8e393e m
Replace tabs with spaces in Casa 6 task_testconcat.py
Also modify the way some of the Exceptions are raised. -
Dirk Petry <dpetry@eso.org> c5f5496cd84c55cb03faddd5223a14a637b65f54 m
Aligned the two copies of task_testconcat and made both Python2/3 compatible.
-
Dirk Petry <dpetry@eso.org> a29ab962beb46965b68fe4eeb50d8b3e6f2646a8 m
Updated unit tests for test_concat.
-
Sandra Castro eb7ea82401f2f37bc1fce756f88f7dd75c27e0bf m
Merge branch 'master' into CAS-13085
-
Sandra Castro ade7b02d1896c69fb7fb86fe1c2239e807bad63c m
Updating the datapath to the testdata in test_testconcat. Made both casa5 and casa6 test scripts identical.
-
Sandra Castro ff1af32a9dd6d38b56d9d117be15c75e5bc4689c m
Merge branch 'master' into CAS-13085 Fixed conflict in casatasks/setup.py
-
Dirk Petry <dpetry@eso.org> 43b3be0f14cb72d4a62a605ca93d82e14a1bae40 m
CAS-13095 typo correction in a comment
-
Dirk Petry <dpetry@eso.org> b881a50331168e3aa0d8618ebb837c3e3d2a2d6c m
Merge branch 'master' into CAS-13085 since it was stale.
-
Dirk Petry <dpetry@eso.org> d9ec5a88fc51b42611c6135a40f02fd929d556b8 m
CAS-13085: Removed the line from _future_ import print_function as requested by S. Castro.
-
Dirk Petry <dpetry@eso.org> 9ecfdff9c34138e48686263fa885c8c80a9f8d1d m
CAS-13085: Introduced the use of mslisthelper.check_mslist() also in task_testconcat
-
Dirk Petry <dpetry@eso.org> 9202df5fb20e58edc0ac4484a89e9dd7ef79a035 m
CAS-13085: tidied up casalog naming
-
Dirk Petry <dpetry@eso.org> 9d81bdc2e97ce6d15fd61d34f0f54e1f506fb612 m
Merge branch 'master' into CAS-13085 as recommended by Ville.
-
Dirk Petry <dpetry@eso.org> 9ebf84d690cd06a318ac095f842a8b393e595b67 m
CAS-13085: updated casatasks/setup.py with mslisthelper entry
-
Dirk Petry <dpetry@eso.org> 9eae5d1a5a894d40275610456bbc16a6f758e5ad m
CAS-13085: added the sort_mslist function to mslisthelper and used it in tasks concat and virtualconcat.
- casa5/gcwrap/python/scripts/recipes/mslisthelper.py (version 9eae5d1a5a894d40275610456bbc16a6f758e5ad) (diffs)
- casa5/gcwrap/python/scripts/task_concat.py (version 9eae5d1a5a894d40275610456bbc16a6f758e5ad) (diffs)
- casa5/gcwrap/python/scripts/task_virtualconcat.py (version 9eae5d1a5a894d40275610456bbc16a6f758e5ad) (diffs)
- casatasks/src/scripts/mslisthelper.py (version 9eae5d1a5a894d40275610456bbc16a6f758e5ad) (diffs)
- casatasks/src/tasks/task_concat.py (version 9eae5d1a5a894d40275610456bbc16a6f758e5ad) (diffs)
- casatasks/src/tasks/task_virtualconcat.py (version 9eae5d1a5a894d40275610456bbc16a6f758e5ad) (diffs)
-
Dirk Petry <dpetry@eso.org> f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936 m
Moved the new check_mslist helper function from cleanhelper to new recipes file mslisthelper.py and introduced its use in tasks concat and virtualconcat.
- casa5/gcwrap/python/scripts/cleanhelper.py (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
- casa5/gcwrap/python/scripts/recipes/CMakeLists.txt (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
- casa5/gcwrap/python/scripts/recipes/mslisthelper.py (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
- casa5/gcwrap/python/scripts/task_concat.py (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
- casa5/gcwrap/python/scripts/task_virtualconcat.py (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
- casatasks/src/scripts/cleanhelper.py (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
- casatasks/src/tasks/task_concat.py (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
- casatasks/src/tasks/task_virtualconcat.py (version f1fe0b09287c1194e66abeb8a0f8a1f6cbfcb936) (diffs)
-
Dirk Petry <dpetry@eso.org> 4766ff0319fdd377967c079b60798fd8fdc474ec m
Also put a copy of the new cleanhelper into casatasks/src/scripts/cleanhelper.py
-
Dirk Petry <dpetry@eso.org> 73e340bc81861546616c3fffbe0558337cede5d2 m
CAS-13085: added check_mslist() method to cleanhelper.py and added a call to it in task_concat.py (also as a demo for other tasks). The method returns a dictionary which is empty if all MSs in the input list have a consistent setup. In the case of concat, there will now be a warning message if the check_mslist return value is not =={} saying that the concatenation may fail.