Skip to main content

Wrappers for the ExoFOP-TESS PHP functions.

Project description

etta: programmatic access to ExoFOP-TESS data

etta is a Python package which allows you to access data from the Exoplanet Follow-up Observing Program for TESS (ExoFOP-TESS). The package consists of a series of lightweight wrappers around the PHP functions which are offered by ExoFOP-TESS.

>>> import etta
>>> dataframe = etta.download_toi(toi=125)
Fetching data from https://exofop.ipac.caltech.edu/tess/download_toi.php?output=pipe&toi=125
>>> dataframe
          TIC ID  Previous CTOI  Master  ...  Date TOI Updated (UTC)        Date Modified                                           Comments
TOI                                      ...                                                                                                
125.03  52368076            NaN       1  ...              2019-12-17  2021-06-01 12:02:45  period is likely correct but possibly two inde...
125.01  52368076            NaN       1  ...              2020-10-26  2021-06-01 12:02:45                                          TOI-125 b
125.02  52368076            NaN       2  ...              2020-10-05  2021-06-01 12:02:45                             second planet (125.02)
[3 rows x 57 columns]
>>> etta.download_toi(toi=127, output='pipe', path='.')
Fetching data from https://exofop.ipac.caltech.edu/tess/download_toi.php?output=pipe&toi=127
Result written to /home/jenny/TSP/github-exofop-api/download_toi.php?output=pipe&toi=127

Installation

You can install the latest stable version of etta using pip:

pip install etta

Alternatively, you can install the current development version of etta:

git clone https://github.com/jennywwww/etta.git
cd etta
python setup.py install

More information

For more information, please refer to the documentation.

etta is an open source project under the MIT license. In case of any questions or problems, please contact us via the Git Issues.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

etta-0.1.1.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

etta-0.1.1-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page