Commits
Darrell Schiebel authored e7bb169011a
1 - | |
1 + | |
2 2 | ## CASAtools |
3 3 | |
4 4 | If you are looking for the place to check out [CASA](http://casa.nrao.edu/) with [Git](https://en.wikipedia.org/wiki/Git), this is not the right place. The repository to check out [CASA](http://casa.nrao.edu/) can be found [here](https://open-bitbucket.nrao.edu/projects/CASA/repos/casa/browse). At some point in the future, this may form the underlying kernel for a future version of [CASA](http://casa.nrao.edu/), but at this point, this package is still in gestation. |
5 5 | |
6 6 | CASAtools is a self-contained python module that provides the tools from the [CASA](http://casa.nrao.edu/) project. This module only contains the non-GUI tools which are the [SWIG](http://swig.org) bound C++ functionality from CASA. |
7 7 | |
8 8 | CASAtools can be built and used with either **Python** **3.4** or **3.6**. However, *[CASAtasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/CASAtasks/browse) can only be built with Python 3*. So if you plan to build [CASAtasks](https://open-bitbucket.nrao.edu/projects/CASA/repos/CASAtasks/browse), please ensure that you have a Python 3 interpreter available. |
9 9 | |
10 10 | ## Maturity |
11 11 | |