https://github.com/cpinte/dynamite
DYNamical Analysis and MultIscale Tomography of line Emission
https://github.com/cpinte/dynamite
Last synced: 2 months ago
JSON representation
DYNamical Analysis and MultIscale Tomography of line Emission
- Host: GitHub
- URL: https://github.com/cpinte/dynamite
- Owner: cpinte
- License: mit
- Created: 2020-01-16T02:49:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T09:59:10.000Z (about 1 year ago)
- Last Synced: 2025-03-21T10:48:31.942Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 81 MB
- Stars: 1
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dynamite
DYNamical Analysis and MultIscale Tomography of line Emission
dynamite is a python package that perform kinematic and tomographic analysis of sub-mm molecular data of protoplanetary disks.
It follows the method presented in Pinte et al. 2018, with various improvements, to infer the geometry, velocity and temperature of the emitting molecular layers.
## Installation:
```
git clone https://github.com/cpinte/dynamite.git
cd dynamite
python3 setup.py install
```
If you don't have the `sudo` rights, use `python3 setup.py install --user`.
To install in developer mode: (i.e. using symlinks to point directly
at this directory, so that code changes here are immediately available
without needing to repeat the above step):
```
python3 setup.py develop
```