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
...
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.
...