Skip to content

🏠 Demo Python environment for CASA 6 installation

License

Notifications You must be signed in to change notification settings

astropenguin/casa6-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🏠 Demo Python environment for CASA 6 installation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages