https://github.com/cpinte/casa_cube
python tool to display and analysis astronomical data cubes
https://github.com/cpinte/casa_cube
Last synced: 2 months ago
JSON representation
python tool to display and analysis astronomical data cubes
- Host: GitHub
- URL: https://github.com/cpinte/casa_cube
- Owner: cpinte
- License: mit
- Created: 2020-07-10T01:44:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-12-12T22:45:39.000Z (6 months ago)
- Last Synced: 2026-03-03T01:49:41.628Z (3 months ago)
- Language: Python
- Homepage:
- Size: 86.9 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# casa_cube
casa_cube is a python package that provides an interface to data cubes generates by CASA or Gildas.
[](https://casa-cube.readthedocs.io/en/latest/)
It allows the user to perform simple tasks such plotting given channel maps, moment maps, line profile in various units, correcting for cloud extinction, reconvolving with a beam taper, triming a cube ...
The syntax is similar to pymcfost to perform quick and easy comparison with models.
## Installation
### Using pip
```
pip install casa_cube
```
### From the git repo
```
git clone https://github.com/cpinte/casa_cube.git
cd pymcfost
pip install .
```
To install in developer mode: (i.e. so that code changes here are immediately available without needing to repeat the above step):
```
pip install -e .
```