Metadata-Version: 2.1
Name: pepita
Version: 0.0.2
Summary: Predict the precision of exoplanet parameters from transit light-curves using information analysis techniques.
Project-URL: Homepage, https://github.com/JulioHC00/PEPITA
Project-URL: Bug Tracker, https://github.com/JulioHC00/PEPITA/issues
Author-email: Julio Hernandez Camero <julhcam@pm.me>
License: MIT License
License-File: LICENSE
Keywords: analysis,exoplanets,lightcurve,transits
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: exoplanet
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pymc3
Description-Content-Type: text/markdown

# Prediction of Exoplanet Precisions using Information in Transit Analysis (PEPITA)

<p align="center">
  <img width="513" height="256" src="logo_white.png">
</p>

<p align="center">
<a href='https://pepita.readthedocs.io/en/latest/?badge=latest'>
    <img src='https://readthedocs.org/projects/pepita/badge/?version=latest' alt='Documentation Status' />
</a>

<a href="https://emac.gsfc.nasa.gov?cid=2302-002">
  <img src="https://img.shields.io/badge/EMAC-2302--002-blue" alt="EMAC 2302-002">
  </a>
  
<img alt="GitHub issues" src="https://img.shields.io/github/issues/JulioHC00/PEPITA">
<img alt="GitHub" src="https://img.shields.io/github/license/JulioHC00/PEPITA">
</p>

## Introduction

PEPITA is a Python package that allows making predictions for the precision of exoplanet parameters using transit light-curves. Behind scenes, it makes use of the Information Analysis techniques to predict the best precision you will get by fitting a light-curve without actually needing to perform the fit.
### Motivation

Being able to predict the precision of parameters without needing to perform fits to data allows a more efficient planning of observations or re-observations. For example, if you find that an exoplanet of your interest which has been observed with a cadence of 1800s cadence will get an improved measurement of its radius ratio of 30% if reobserved with 120s cadence, you know that re-observations will be worth it. Or you may find out that the improvement is 1% and re-observing is not worth it.

For more details about the motivation and results using this package see the [associated paper](https://doi.org/10.1093/mnras/stad408) ([ArXiv version](https://doi.org/10.1093/mnras/stad408))

## Get started

1. Install the package using

```bash
pip install pepita
```
2. Read the [docs](https://pepita.readthedocs.io/en/latest/) and follow through the example notebooks.

## Data and others

Some notebooks are provided either as examples of how to use our information analysis class to make predictions of parameter precisions or to showcase how some of the analyses used in the paper were performed. These can be found under the data and notebooks directories
