Skip to content
/ exoarch Public

Tools for interfacing with the NASA Exoplanet Archive using Pandas

License

Notifications You must be signed in to change notification settings

dfm/exoarch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exoarch

Tools for interfacing with the NASA Exoplanet Archive using Pandas

  1. Install: conda install six pandas pytables; python setup.py install
  2. Set the data directory: export EXOARCH_DATA_DIR=~/exoarch (optional)
  3. Use:
import exoarch

kois = exoarch.KOICatalog().df
subset = kois[(kois.koi_period > 200) & (kois.koi_slogg > 4)]

The column definitions are here.

About

Tools for interfacing with the NASA Exoplanet Archive using Pandas

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages