https://github.com/giuspugl/MCMole3D
Raw File
Tip revision: a49e1e43c80d4b47e381debabbbefa2ba00d6012 authored by Giuseppe Puglisi on 26 February 2020, 20:07:39 UTC
Randseed changes
Tip revision: a49e1e4
README.md
# MCMole3D
Monte-Carlo MOlecular Line Emission MCMOLE3D is a python package which simulates the 3D  molecular cloud emission in the Milky Way. In particular, it can simulate both  the unpolarized and polarized emission coming from the   first rotational line of Carbon Monoxide (CO, `J=1-0`).

Package  documentation: [MCMOle3D doc]( http://giuspugl.github.io/mcmole/index.html ). You can find also a  [Tutorial]( https://github.com/giuspugl/MCMole3D/blob/master/TUTORIAL.md ) 

`MCMole3D` simulations have been used for the results in   [Puglisi et al 2017](http://arxiv.org/abs/1701.07856)


## Package Dependencies
Please install the following packages  before running `MCMole3D`
- `numpy`
- `healpy`
- `h5py`
- `scipy`
- `astropy`

## Installing MCMole3D

We maintain the package on PyPI, just need to run 
`pip install mcmole3d`
back to top