https://casaguides.nrao.edu/index.php/Main_Page
For Linux C Shell variants (csh, tcsh), for example: setenv PATH /usr/local/casa-release-5.8.0-109.el7/bin:${PATH} casa For bash shell variants: export PATH=/usr/local/casa-release-5.8.0-109.el7/bin:${PATH} casa
For Linux C Shell variants (csh, tcsh), for example: setenv PATH /usr/local/casa-pipeline-release-5.6.1-8.el6/bin:${PATH} casa For bash shell variants: export PATH=/usr/local/casa-pipeline-release-5.6.1-8.el6/bin:${PATH} casa
For Linux C Shell variants (csh, tcsh), for example: setenv PATH /usr/local/casa-pipeline-release-5.6.2-3.el6/bin:${PATH} casa For bash shell variants: export PATH=/usr/local/casa-pipeline-release-5.6.2-3.el6/bin:${PATH} casa
For Linux C Shell variants (csh, tcsh), for example: setenv PATH /usr/local/casa-6.5.0-15-py3.6/bin:${PATH} casa For bash shell variants: export PATH=/usr/local/casa-6.5.0-15-py3.6/bin:${PATH} casaPrevious versions
export PATH=/usr/local/casa-6.4.4-31-py3.8/bin:${PATH} setenv PATH /usr/local/casa-6.4.4-31-py3.8/bin:${PATH} setenv PATH /usr/local/casa-6.3.0-48/bin:${PATH} export PATH=/usr/local/casa-6.3.0-48/bin:${PATH}
For Linux C Shell variants (csh, tcsh), for example: setenv PATH /usr/local/casa-6.2.1-7-pipeline-2021.2.0.128/bin:${PATH} casa For bash shell variants: export PATH=/usr/local/casa-6.2.1-7-pipeline-2021.2.0.128/bin:${PATH} casa
For Linux C Shell variants (csh, tcsh), for example: setenv PATH /usr/local/casa-6.2.1-7-pipeline-2021.2.0.128/bin:${PATH} casa For bash shell variants: export PATH=/usr/local/casa-6.2.1-7-pipeline-2021.2.0.128/bin:${PATH} casaNote that the same release contains both the VLA and the ALMA pipeline.
Pip wheels for casatools and casatasks are available as Python 3 modules from the public PyPI server casa-pip.nrao.edu. This allows simple installation and import in to standard Python 3.6 environments. The casatools wheel is necessarily a binary wheel so there may be some compatibility issues for some time as we work toward making wheels available for important Python configurations. Initially, we are targeting Python 3.6 as provided by RedHat for our wheel production, with RH6 and RH7 as official supported platforms. We have had some success on other Linux-based platforms as well, but we do not recommend the use of Conda until compatibility with Conda is better understood. The following prerequisites must be present on the host machine before installing CASA: Python 3.6 libgfortran3 (yum or apt-get install) Installation instructions are as follows (from a Linux terminal window): $ python3.6 -m venv casa6 $ source casa6/bin/activate (casa6) $ pip install --index-url https://casa-pip.nrao.edu/repository/pypi-casa-release/simple casatools (casa6) $ pip install --index-url https://casa-pip.nrao.edu/repository/pypi-casa-release/simple casatasks Test with the following: which python ~/casa6/bin/python (casa6) $ python Python 3.6.9 (default, Nov 7 2019, 10:44:02) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import casatools >>> help(casatools) >>> import casatasks >>> help(casatasks)
casa
casa
McMullin, J. P., Waters, B., Schiebel, D., Young, W., & Golap, K. 2007, Astronomical Data Analysis Software and Systems XVI (ASP Conf. Ser. 376), ed. R. A. Shaw, F. Hill, & D. J. Bell (San Francisco, CA: ASP), 127
See https://casa.nrao.edu/reference.shtml
ls -d /usr/local/casa*There is also AIPS.