Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.14 KB

index.rst

File metadata and controls

41 lines (29 loc) · 1.14 KB

Lightkurve docs

frontpage

Lightkurve

A friendly Python package for making discoveries with Kepler & TESS.

Lightkurve offers a user-friendly way to analyze time series data on the brightness of planets, stars, and galaxies. The package is focused on supporting science with NASA's Kepler and TESS space telescopes, but can equally be used to analyze light curves obtained by your backyard telescope. Lightkurve aims to lower barriers, promote best practices, reduce costs, and improve scientific fidelity by providing accessible open source Python tools <api> and tutorials <tutorials> for time domain astronomy.

import lightkurve as lk
lightcurve = lk.search_lightcurve("Proxima Centauri", mission="TESS").download()
lightcurve.fold(period=11.184).plot()

Documentation

What's new? <whats-new-v2.ipynb> quickstart tutorials/index reference/index about/index