This is the development version of the TESS Science Support Center website. For the live website, visit https://heasarc.gsfc.nasa.gov/docs/tess

Data Analysis Tools

Several tools exist to help the user obtain and examine TESS data, below we outline these tools.

lightkurve

Lightkurve is a Python-based package developed by the Kepler/K2 Guest Observer (GO) Office for use by the community to work with Kepler and K2 data. The TESS GI Office has partnered with the Kepler/K2 GO Office to develop lightkurve for use with TESS data.

Lighkurve functionality:

  • Reading, writing, and interacting with pipeline products (TPFs, LightCurve files, etc)
  • Extracting lightcurves from pixels using custom aperture photometry or custom PSF fitting.
  • Removing trends or correcting systematics using widely-used, non-controversial methods (SavGol, CBVs, SFF, ...)

The lightkurve git repository is here.

Below we list tutorials that will help first time users get to grips with using python, Lightkurve, and understading TESS data products.

Target Pixel File Download In this tutorial we learn about how to download TESS target pixel files from the archive, plot the data, access the metadata, and understand their properties and units.
Full Frame Images Download In this tutorial, we will learn how to use Lightkurve to download TESS Full Frame Images (FFIs) from the archive, cut out specific targets, plot the data, access the metadata, and understand their properties and units.
LightCurve Objects Download In this tutorial, we will learn how to use Lightkurve to create LightCurve objects using Simple Aperture Photometry, and plot up the resulting data.
LightCurveFile Objects Download Here we look at LightCurveFiles. Rather than being generated a Target Pixel File, these files have been pre-generated using NASA's TESS Data Processing Pipeline.
Aperture Photometry Download Aperture Photometry can be applied to TESS Target Pixel files in order to obtain light curves for an object of interest.
Making Custom Apertures Download There are some cases where you might want to produce your own aperture, this tutorial shows you how.
Visual Inspection Download In this tutorial we learn how to interactively inspect our object of interest.

In addition to the tutorials listed above, there are several other tutorials that can be found here. These are more advanced, TESS specific tutorials.

Tutorials

Several tutorials exist to introduce the general user to TESS data analysis.