Metadata-Version: 2.1
Name: lcexoplanet
Version: 0.1.2
Summary: Light Curves for Exoplanets
Home-page: https://github.com/DiegoHS79/lcexoplanet
Author: Diego Hidalgo Soto
Author-email: diego.hidalgo@hotmail.es
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# lcexoplanet

[![formatting](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Ligth Curves for Exoplanets

**Documentation**: <a href="https://diegohs79.github.io/lcexoplanet">https://diegohs79.github.io/lcexoplanet</a>

**Source Code**: <a href="https://github.com/DiegoHS79/lcexoplanet" target="_blank">https://github.com/DiegoHS79/lcexoplanet</a>

---

This is a package to manage exoplanets light curves.

## Downloading FITS files

We can directly download files just providing the space mission and the ID number of the mission:

```python
from lcexoplanet.utils import SpaceMissionFitsDownload

SpaceMissionFitsDownload("k2", "220522664")
```

**Output**

```shell
You have selected: 220522664 object from K2 Space Mission
 ⤷ object available in c8: downloading ktwo220522664-c08_llc.fits into /Users/username/.lcexoplanet/fits/k2/c8
```

The package will create a folder structure into your local "username" to download a single FIT file.

If, for instance, the mission k2 have more than one FITS files in different campaigns, it will download all those files in its folders.
