The MAST provides various access points to the mission catalogs and data products. These tutorials introduce you to some of these products.
The easiest way to work with TESS data is to first determine the TESS Input Catalog ID number that is associated with the target since those numbers are used to name many of the data products. For more information on the TESS Input Catalog see this overview and the release notes.
The TESS Input catalog is available through various services. For simple queries use the Python package astroquery. For more complicated queries, Table Access Protocal (TAP) access or CASJobs may be more appropriate. These last two allow you to do more SQL-like database queries on the table.
- Learn how to access the TESS Input Catalog with astroquery | TIC Search
- Accessing the TIC using TAP and the Virtual Observatory's PyVO package |
- Searching by Footprint using GSSC
Astroquery is community led software that allows direct access to the MAST central database of observations. With a few functions you can filter the observations and locate data of interest at MAST. Here we explore the basic process to download the different types of Kepler and TESS data products, including some of the populare community delivered light curves.