/casa6-demo

:house: Demo Python environment for CASA 6 installation

Primary LanguageShellMIT LicenseMIT

casa6-test

🏠 Python environment for testing modular CASA 6 installation

Requirements

  • pipenv
  • pyenv

You can install them by Homebrew:

$ brew install pyenv pipenv

Installation

$ git clone --recursive https://github.com/astropenguin/casa6-test.git
$ cd casa6-test
$ pipenv install
$ etc/configure

What etc/configure does?

  • creates IPython, Jupyter, matplotlib custom configs.
  • add backend setting of matplotlib (see hooks/hook-post)

For more information, please see astropenguin/pipenv-analysis-configs.

Usage

Run (I)Python:

$ pipenv run ipython

Then import casatasks:

In [1]: import casatasks