Basic module for interaction with KOI and Kepler-stellar tables.
Project description
keputils
=====
Basic module for interaction with KOI and *Kepler*-stellar tables.
**Installation**
::
pip install keputils
Installing will also install ``pandas``, ``plotutils``, and ``simpledist`` modules, if not already installed.
The first time you import ``keputils.koiutils``, python will download the current cumulative
KOI table in .csv form from the `NASA Exoplanet Archive <http://exoplanetarchive.ipac.caltech.edu/>`_,
and save it to ``~/.keputils/kois_cumulative.csv``. Also, the first time importing, it will ingest the .csv
data and re-write it to an HDF5 file, from where it will read the data in the future (faster loading).
Similarly, the first time you import ``keputils.kicutils``, python will download the *Kepler* stellar properties table,
save it to the ``~/.keputils`` directory, and put it into the HDF5 file for future fast loading.
=====
Basic module for interaction with KOI and *Kepler*-stellar tables.
**Installation**
::
pip install keputils
Installing will also install ``pandas``, ``plotutils``, and ``simpledist`` modules, if not already installed.
The first time you import ``keputils.koiutils``, python will download the current cumulative
KOI table in .csv form from the `NASA Exoplanet Archive <http://exoplanetarchive.ipac.caltech.edu/>`_,
and save it to ``~/.keputils/kois_cumulative.csv``. Also, the first time importing, it will ingest the .csv
data and re-write it to an HDF5 file, from where it will read the data in the future (faster loading).
Similarly, the first time you import ``keputils.kicutils``, python will download the *Kepler* stellar properties table,
save it to the ``~/.keputils`` directory, and put it into the HDF5 file for future fast loading.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
keputils-0.2.1.tar.gz
(6.6 kB
view hashes)