Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.2 KB

search.rst

File metadata and controls

56 lines (40 loc) · 1.2 KB

Downloading data

lightkurve

Searching the Kepler & TESS archive

Lightkurve provides three functions which make it easy to search and download TESS and Kepler data products from the public data archive at MAST.

search_targetpixelfile search_lightcurve search_tesscut

Downloading data products

The search functions listed above return a SearchResult object, which provides an easy way to select and download data.

SearchResult SearchResult.download SearchResult.download_all

Filtering search results

The SearchResult object provides convenient access to the essential metadata, which enables the search results to be filtered. For example, a search result can be filtered by exposure time using result = result[result.exptime.value < 100].

SearchResult.mission SearchResult.year SearchResult.author SearchResult.target_name SearchResult.exptime SearchResult.distance SearchResult.ra SearchResult.dec SearchResult.table