Metadata-Version: 2.1
Name: rmfit
Version: 1.0.2
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: corner
Requires-Dist: pandas
Requires-Dist: h5py
Requires-Dist: pytransit

# rmfit

Fitting Rossiter McLaughlin Data.

# Installation


## From pip

```
pip install rmfit
```

## From source

```
git clone https://github.com/gummiks/rmfit.git
cd rmfit
pip install .
```

# Dependencies

- pytransit (pip install pytransit)
- batman (pip install batman-package)
- emcee (pip install emcee)
- radvel (pip install radvel)
- corner (pip install corner)

```
git clone https://github.com/hpparvi/PyDE.git
cd PyDE
python setup.py install
```

# 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/>
