Metadata-Version: 2.1
Name: mufasa
Version: 0.1.1
Summary: MUlti-component Fitter for Astrophysical Spectral Applications
Home-page: https://github.com/mcyc/mufasa
Author: Michael Chun-Yuan Chen
Author-email: mcychen@uvic.ca
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=2.7
Description-Content-Type: text/markdown

# MUFASA
MUlti-component Fitter for Astrophysical Spectral Applications.

## Reference

Please cite the following papers when using the code:
1. Chen, Di Francesco, Rosolowsky, and et al. "Velocity-Coherent Filaments in NGC 1333: Evidence for Accretion Flow?" ApJ (2020): Submitted.

## Installation

To install the latest version of ```MUFASA``` from this repository, run:

```
python setup.py install
```

To pip install a 'stable' release, run:
```
pip install mufasa
```


