Metadata-Version: 2.1
Name: nemesispy
Version: 0.0.8
Summary: Tools for modelling exoplanet spectra
Home-page: https://github.com/Jingxuan97/nemesispy2022
Author: Jingxuan Yang
Author-email: jingxuanyang15@gmail.com
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: numba

This package contains tool for simulating exoplanet atmospheric
emission spectra with the correlated-k method. There are a few demos 
in the nemesispy folder. In particular, if you run 
python3 demo_fit_eclipse.py in the terminal, an interactive plot
window will (hopefully) show up so you could try fitting an 
eclipse spectrum of a hot Jupiter manually and constrain its
atmospheric properties. 

In order to install the package but still make it editable, type the
following in the terminal:

pip install --editable .
