= client.koi(952.01) print(koi.koi_period) # This KOI has an associated star. star = koi.star print(star.kic_teff) # Download the lightcurves for this KOI. lightcurves = koi.get_light_curves() for lc in lightcurves: hdus = lc.open() a Python interface to Kepler data kplr dan.iel.fm/
for modeling exoplanet observations WORK IN PROGRESS flexible + fast limb darkening (C) Gaussian process likelihood (C++) expressive model building syntax (Python) simple interface to fitting software (Python)