Metadata-Version: 2.1
Name: kenworthy
Version: 0.1.2
Summary: Astronomy routines for extrasolar planets, exorings and dust scattering
Home-page: https://github.com/mkenworthy/kenworthy
Author: Matthew Kenworthy
Author-email: matthew.kenworthy@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: numpy
Requires-Dist: astropy

# kenworthy

    from kenworthy import *

`kenworthy` provides tools to solve Kepler's equation for binary orbits, and to model dust rings and clouds orbiting around substellar companions.

The module `kepler3` provides a fast and simple set of routines to estimate Hill sphere sizes, orbital periods and velocities at periastron and apastron, which enable characterisation of complex (i.e. not a simple exoplanet transit) eclipses.

`exorings3` models giant ring-like structures transiting stellar disks, and provides fast calculation of light curves for forward modeling. Drawing routines for making figures of exoring systems in matplotlib are optimised with `Artist` primitives.



