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.
Release files for etta 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| etta-0.1.1.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| etta-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.4 kB
Release files / etta-0.1.1.tar.gz
| Download URL | etta-0.1.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
247555fd33ef8867016010b282fd31b817a87087349b12d507990797245d615a
|
|
BLAKE2b-256 checksum How to use checksums |
ae3401af368976346ee6c2887618f737c1ea8890fb28a061d49e089d21154c29
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.9
|
Release files / etta-0.1.1-py3-none-any.whl
| Download URL | etta-0.1.1-py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5ebbe46ffb5ad0123eb4485c0dddfce146947280272212a09a868001154a4068
|
|
BLAKE2b-256 checksum How to use checksums |
ebf879a035380097c71599004e5c0ec7f00460207aaeb63727f4b1977d129427
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.6.0 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.6.9
|