Metadata-Version: 2.1
Name: rmfit
Version: 1.0
Summary: Fit Rossiter McLaughlin Data
Home-page: https://github.com/gummiks/rmfit/
Author: Gudmundur Stefansson
Author-email: gummiks@gmail.com
License: GPLv3
Keywords: Astronomy
Classifier: Topic :: Scientific/Engineering :: Astronomy
License-File: LICENSE
Requires-Dist: emcee
Requires-Dist: batman-package
Requires-Dist: radvel
Requires-Dist: pyde
Requires-Dist: corner
Requires-Dist: pandas

# rmfit

Fitting Rossiter McLaughlin Data.

# Installation

Should be able to do the following:

```
git clone git@github.com:gummiks/rmfit.git
cd rmfit
python setup.py install
```

# Dependencies

- pyde, either (pip install pyde) or install from here: https://github.com/hpparvi/PyDE This package needs numba (try 'conda install numba' if problems).
- batman (pip install batman-package)
- emcee (pip install emcee)
- radvel (pip install radvel)
- corner (pip install corner)

# Quick start
See example notebooks in the notebook folder, which gives examples on fitting as-observed data from the literature (see data/examples folder)

# Citation
If you use this code, please cite:
- <a href='https://ui.adsabs.harvard.edu/abs/2022ApJ...931L..15S/abstract'>Stefansson et al. 2022</a>
- <a href='https://ui.adsabs.harvard.edu/abs/2011ApJ...742...69H/abstract'>Hirano et al. 2011<a/>
