Code commits
Casa6
-
Ville Suoranta 1187481cf827483df21d30957f5d85827495f469
Merge pull request #307 in CASA/casa6 from CAS-13161 to master
* commit 'bb03da8b253526484869487a66a13cc5551d8694': (33 commits)
use numpy.ma.masked_array to compute reference weight values.
update comments of _check_weight_values()
move constexpr values from SingleDishMS.h to SingleDishMS.cc
add unit tests for applying baseline table, also fix a bug in SingleDishMS::applyBaselineTable()
change kNRowBlocking and SinusoidWavenumber_kUpperLimit to constexpr values
change WeightIndex_k* to constexpr values instead of being defined with #define
add test cases for flagged spectra
clean-up
rename functions to remove files/directories
add default values in header definitions
change 'Dangerous' to 'Caution'
add comments to _check_weight_values()
add codes suggested to work with numpy 1.8.0 or later
use numpy.array_equal
remove <tuple>
tb.colnames() -> mytb.colnames()
clean-up
compute stddev and rms at once.
float -> double for higher precision
update the condition to reject bad outfile
... -
Sandra Castro 558df1478511d47d55b0bab7299ae4871b43eea7
Merge pull request #308 in CASA/casa6 from CAS-13105 to master
* commit '8cc9d04377fa4d74c2c57367328a338c26fcf241': (21 commits)
Add function git_fetch_casa_tests
Add missing comma to component_to_test_map.json
Added default tests and fixed other tags
Added default values to all tools tests. Added testType values to testGroup when they are casatools, stakeholder, regression and performance
Updated with more JIRA components and added default tags for some tests
Fix component_to_test_map.json
Updated components and names.
Cleaned up the file from casa5-only tests and regressions. Removed cerberus tests. Added new JIRA components to testGroup. Updated names and emails
Update how component_to_test_map.json is read by runTest.py. Add --branch, -b option to checkout branch from git. Update to remove 2 duplicates from component_to_test_map.json
Remove mpi flag from test_regression_fits_import_export
Set test_stk_alma_pipeline_imaging timeout
Add mpi flags
Add timeout field
arrange component_to_test_map.json alphabetically instead of grouped by type
New Version of component_to_test_map
Added new tests and new components.
Added test list for Single Dish component
First version of default tests
More updates to names and comments
Another round of updates after taking to Urvashi.
... -
Akeem Wells 8cc9d04377fa4d74c2c57367328a338c26fcf241
Merge branch 'master' into CAS-13105
-
Akeem Wells 166305f282111965cd7911ddec769553eb6d5552 m
Add function git_fetch_casa_tests
-
Akeem Wells b539db3e87139d49b73a7b832a4141625eb35639 m
Merge branch 'master' into CAS-13105
-
Wataru Kawasaki bb03da8b253526484869487a66a13cc5551d8694 m
use numpy.ma.masked_array to compute reference weight values.
-
Wataru Kawasaki 91840c5cb68858d69747f46c97ff27d918c9b373 m
update comments of _check_weight_values()
-
Wataru Kawasaki a9f0cc27c7ce8444c16711949ecd58a3f5147af2 m
move constexpr values from SingleDishMS.h to SingleDishMS.cc
-
Wataru Kawasaki 8db3733675ada263cde7acc4978cd1a86488efb6 m
add unit tests for applying baseline table, also fix a bug in SingleDishMS::applyBaselineTable()
- casa5/code/singledish/SingleDish/SingleDishMS.cc (version 8db3733675ada263cde7acc4978cd1a86488efb6) (diffs)
- casa5/gcwrap/python/scripts/tests/test_sdbaseline.py (version 8db3733675ada263cde7acc4978cd1a86488efb6) (diffs)
- casatasks/tests/tasks/test_sdbaseline.py (version 8db3733675ada263cde7acc4978cd1a86488efb6) (diffs)
-
Ville Suoranta 6eea5bacc663fecdd7254ffc88dd369638d6495b m
Add missing comma to component_to_test_map.json
-
Wataru Kawasaki 30a7e63be29055831cac4f3a448a91c0a0e63280 m
change kNRowBlocking and SinusoidWavenumber_kUpperLimit to constexpr values
-
Wataru Kawasaki 7c02de46c3560970dcd88eb5665fd72b7739cebc m
change WeightIndex_k* to constexpr values instead of being defined with #define
-
Wataru Kawasaki 89e2712b28047059355396e6c7ffa8cd414707da m
add test cases for flagged spectra
-
Wataru Kawasaki 44960909d357b6c488bd67a2296cc7e51eef4070 m
clean-up
-
Wataru Kawasaki 8fe3d3bcae90058c362b10c49cd0b271c87ca4f6 m
rename functions to remove files/directories
-
Wataru Kawasaki b32b5390076ca25fdad75ff2dcbeb159c510e4e1 m
add default values in header definitions
-
Wataru Kawasaki a1f110407c496dc22694e3d82a0f317ac519585a m
change 'Dangerous' to 'Caution'
-
Wataru Kawasaki d2d2ff154274c1df72ca262280aac753a989701c m
add comments to _check_weight_values()
-
Wataru Kawasaki e38d4bbd630a12be4a1d1738b3be2fdbab3bb796 m
add codes suggested to work with numpy 1.8.0 or later
-
Wataru Kawasaki 63a71a2f59c7d260c8843b665a935a155cd9d4ad m
use numpy.array_equal
-
Wataru Kawasaki d1cfa981ab1f427836bf4f9203f48f4006074867 m
remove <tuple>
-
Wataru Kawasaki fdfcc05052509fd797fbdafa0ecb59a97dc61ec6 m
tb.colnames() -> mytb.colnames()
-
Wataru Kawasaki 3fb42964287c486ed110e1f0310190027e220e22 m
clean-up
-
Wataru Kawasaki 0589fd219d9c630fe04e3785b1562e2efae4f1b6 m
compute stddev and rms at once.
-
Wataru Kawasaki 4b72147fb8ad2393a4d192b5c043aac61f96ead7 m
float -> double for higher precision
-
Wataru Kawasaki abe607c8c57a4394a1dfcea54453c13236afab19 m
update the condition to reject bad outfile
-
Wataru Kawasaki c2ad51e2448996ba48ce3caaa8a414649746957c m
a bugfix: tb.colnames() -> mytb.colnames()
-
Wataru Kawasaki 074da86f35d61f901777a645cb9c9cd7afc9202b m
use nullptr instead of NULL
-
Wataru Kawasaki 016922fcb6e4ddc22b3fcc1317936cb26b28034f m
use sdutil.tbmanager instead of locally defined one.
-
Wataru Kawasaki fe2766c6c28a935314edb416c238484bd849eba4 m
replaced tabs with spaces.
- casa5/code/singledish/SingleDish/SDMSManager.cc (version fe2766c6c28a935314edb416c238484bd849eba4) (diffs)
- casa5/code/singledish/SingleDish/SDMSManager.h (version fe2766c6c28a935314edb416c238484bd849eba4) (diffs)
- casa5/code/singledish/SingleDish/SingleDishMS.cc (version fe2766c6c28a935314edb416c238484bd849eba4) (diffs)
- casa5/code/singledish/SingleDish/SingleDishMS.h (version fe2766c6c28a935314edb416c238484bd849eba4) (diffs)
-
Wataru Kawasaki 7049cacad7ffb3da7c95e463b8d0ba3a26593f08 m
Merge branch 'master' into CAS-13161
-
Wataru Kawasaki 03737e870664f97044e0c905356a43577c718416 m
update fillCubeToOutputMs().
-
Wataru Kawasaki 8536dcb58fe0b46695006de33f1addc6856c9b1b m
add rstrip('/')
-
Wataru Kawasaki d7cef14fa777fc393f8452d0e4b2db52401fe1b1 m
remove unnecessary comments
-
Wataru Kawasaki 4e304cb0ef64649d724dfd4613ee9c9aa2cc7f35 m
updated a comment.
-
Sandra Castro 2b99857c8c9bdffad2b7f883e53d1137c5808f81 m
Added default tests and fixed other tags
-
Sandra Castro dc69b0fd1a2554299d866d7b966b1f873f694dab m
Added default values to all tools tests. Added testType values to testGroup when they are casatools, stakeholder, regression and performance
-
Sandra Castro 1b4adef2aab82b8d5b5e332a90ab752247ae32d9 m
Updated with more JIRA components and added default tags for some tests
-
Ville Suoranta 6e9d7652c5b670f3b5c8a6f7a82f2dd47a17a80c m
Fix component_to_test_map.json
-
Sandra Castro 8d76c479bd461700de824575eb9ddf9959e2b79e m
Updated components and names.
-
Sandra Castro 501c56c78029452cb2993072b71287569c5fc7b4 m
Cleaned up the file from casa5-only tests and regressions. Removed cerberus tests. Added new JIRA components to testGroup. Updated names and emails
-
Wataru Kawasaki 3e6127afffc37dca815bdd45bb0e5fb7b545235b m
remove sdbaseline.xml that were mistakenly added to casa6
-
Wataru Kawasaki cf82503d31d705a1b0701947be2407510cb05b3e m
remove singledishms tool files that were mistakenly added to casa6
-
Wataru Kawasaki 2adac50754e8a9a665c320adb12e8b7fb4ec65fb m
import contextlib for casa6 task code.
-
Wataru Kawasaki ee99c00ccd43d780173be7813f270b0fcc73413d m
commit changes for casa6 as well as some minor updates.
- casa5/gcwrap/python/scripts/task_sdbaseline.py (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
- casa5/gcwrap/python/scripts/tests/test_sdbaseline.py (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
- casa5/gcwrap/tasks/sdbaseline.xml (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
- casatasks/src/tasks/task_sdbaseline.py (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
- casatasks/tests/tasks/test_sdbaseline.py (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
- casatasks/xml/sdbaseline.xml (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
- casatools/binding/tools/singledishms/singledishms_cmpt.cc (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
- casatools/xml/tools/singledishms.xml (version ee99c00ccd43d780173be7813f270b0fcc73413d) (diffs)
-
Akeem Wells 1e9040b566c537ab36156c7326cba949647560f8 m
Merge branch 'CAS-13105' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13105
-
Akeem Wells c90c7727fc9f2a99fbd74ba7bef24fd716aeeb3e m
Update how component_to_test_map.json is read by runTest.py. Add --branch, -b option to checkout branch from git. Update to remove 2 duplicates from component_to_test_map.json
- casa5/gcwrap/python/scripts/casatestutils/component_to_test_map.json (version c90c7727fc9f2a99fbd74ba7bef24fd716aeeb3e) (diffs)
- casa5/gcwrap/python/scripts/casatestutils/runtest.py (version c90c7727fc9f2a99fbd74ba7bef24fd716aeeb3e) (diffs)
- casatestutils/casatestutils/component_to_test_map.json (version c90c7727fc9f2a99fbd74ba7bef24fd716aeeb3e) (diffs)
- casatestutils/casatestutils/runtest.py (version c90c7727fc9f2a99fbd74ba7bef24fd716aeeb3e) (diffs)
-
Wataru Kawasaki bf426b964cf19971038c83828f5c07cd001fcc5c m
add new option updateweight to sdbaseline.
- casa5/code/singledish/SingleDish/SDMSManager.cc (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/code/singledish/SingleDish/SDMSManager.h (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/code/singledish/SingleDish/SingleDishMS.cc (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/code/singledish/SingleDish/SingleDishMS.h (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/gcwrap/python/scripts/task_sdbaseline.py (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/gcwrap/python/scripts/tests/test_sdbaseline.py (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/gcwrap/tasks/sdbaseline.xml (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/gcwrap/tools/singledish/singledishms.xml (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
- casa5/gcwrap/tools/singledish/singledishms_cmpt.cc (version bf426b964cf19971038c83828f5c07cd001fcc5c) (diffs)
-
Ville Suoranta 9d46ab4e2fd816781216efb5beae4f9bc52ca061 m
Remove mpi flag from test_regression_fits_import_export
-
Ville Suoranta 64596ddfa10b44614526a9e40b2d1275751958a3 m
Set test_stk_alma_pipeline_imaging timeout
-
Ville Suoranta a48a36b734b83943e01667b17220f690f1ad2f0b m
Add mpi flags
-
Ville Suoranta 23b905f4ddf772aefbb7b286c8e1d3ab4cac08f2 m
Add timeout field
-
Akeem Wells <awells@humite.local> 3a18292630520f98ba6b74417bfdf0ae009cc712 m
arrange component_to_test_map.json alphabetically instead of grouped by type
-
Akeem Wells <awells@humite.local> 1dbf31ec5a7821ff02bf97021ade5240d5ec6f1e m
Merge branch 'master' into CAS-13105
-
Akeem Wells <awells@humite.local> da67ccebde0cbcf89fb6c9fab5d6f156d48d09ce m
New Version of component_to_test_map
-
Sandra Castro f4d1b791fc216137b61161ba35bb0a98e0540cda m
Added new tests and new components.
-
Sandra Castro 3458b80ecd412abd4b3ec57b86cf012e6462701d m
Merge branch 'CAS-13105' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13105
-
Wataru Kawasaki a41eb0147a9c9e7af418e0e9da79fb05d5e9fcca m
Merge branch 'master' into CAS-13161
-
Sandra Castro c8f74535eb17e78343632e219b02c6c3ea40bd58 m
Added test list for Single Dish component
-
Sandra Castro e8daa66a5ef95c8b45f74236a14a225da0000963 m
First version of default tests
-
Sandra Castro c3237b2a5816bfcf3c39a3c744f9f3d0c5de0f24 m
More updates to names and comments
-
Sandra Castro 25b8a10135d583f76c6f3224c282340b61ee77c1 m
Another round of updates after taking to Urvashi.
-
Sandra Castro 7636872879f8331af6be2dec063bac4c0cc3a5a9 m
Second draft of tests mapping to components.