lightkurve.SearchResult#
- class lightkurve.SearchResult(table=None)[source]#
Container for the results returned by the search functions.
The purpose of this class is to provide a convenient way to inspect and download products that have been identified using one of the data search functions.
- Parameters
- table
Table
object Astropy table returned by a join of the astroquery
Observations.query_criteria()
andObservations.get_product_list()
methods.
- table
Methods
__init__
([table])download
([quality_bitmask, download_dir, ...])Download and open the first data product in the search result.
download_all
([quality_bitmask, ...])Download and open all data products in the search result.
Attributes
Pipeline name for each data product found.
Declination coordinate for each data product found.
A list of extra columns to be included in the default display of the search result.
Distance from the search position for each data product found.
Exposure time for each data product found.
Kepler quarter or TESS sector names for each data product found.
obsid
MAST observation ID for each data product found.
Right Ascension coordinate for each data product found.
Table
containing the full search results returned by the MAST API.Target name for each data product found.
unique_targets
Returns a table of targets and their RA & dec values produced by search
Year the observation was made.