Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 912 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 912 Bytes

PyPI version

WellFit

Transit modeling with starry and celerite, capitalizing on gradients. Under development.

notebooks

This folder contains a few notebooks about fitting different transit models that we've collected over the year. They are there for inspiration and for basic examples. They will be deleted before the stable release of wellfit.

Installation

While wellfit is under development, you can install it by running the following in a terminal

git clone https://github.com/christinahedges/wellfit.git
cd wellfit
pip install -e .

This will install in "development" mode, so you can edit the wellfit code and your changes will automatically run.

You can now also install with pip!

pip install wellfit