Mission Overview
TESS FFI-Based Light Curves from the GSFC Team (GSFC-ELEANOR-LITE)
Primary Investigator: Brian P. Powell
HLSP Authors: Brian P. Powell, Ethan Kruse
Released: 2022-06-09
Updated: 2024-02-12
Primary Reference(s): Powell et al. 2022
DOI: 10.17909/j2yt-t417
Citations: See ADS Statistics
Overview
The TESS Full Frame Images (FFIs) present a wealth of opportunity for discovery. The team aims to make this opportunity accessible to the entire community by providing the FFI light curves of all stars brighter than 16 mag from the primary mission (Years 1 and 2; Sectors 1–26) for public release. This includes a total of over 150 million light curves, making it the largest set of TESS light curves released to date. The light curves were constructed using the eleanor python library (Feinstein et al., 2019) in an offline, parallel implementation on the Discover supercomputer at the NASA Center for Climate Simulation (NCCS). The “eleanor-lite” format in which they are stored allows for a relatively low memory requirement per light curve, providing for bulk storage and fast transfer of the light curves. This format will facilitate large-scale analysis of the light curves, such as algorithmic and machine learning approaches to finding signals of interest to the user.
Data Products
The light curves have the following file naming convention:
hlsp_gsfc-eleanor-lite_tess_ffi_<sector>-<tid>_tess_v1.0_lc.fits
where:
- <sector> = The Sector, represented as a 4-digit, zero-padded string, preceded by an "s", e.g., "s0013" for Sector 13.
- <tid> = The 16-digit, zero-padded TIC ID, e.g. "0000000301049676" for TIC 301049676.
Data file types:
_lc.fits |
Extracted light curve file |
Please see the eleanor python package documentation and GitHub repository for details on the FITS extensions and header keywords included in the GSFC-ELEANOR-LITE light curves.
Data Access
GSFC-ELEANOR-LITE light curves are available via the MAST Portal web search and the astroquery python package. Set "Provenance Name" to "GSFC-ELEANOR-LITE" in the Portal's Advanced Search if you wish to restrict results to GSFC-ELEANOR-LITE. You can also use the "Sequence Number" to limit the search to a specific Sector.
-
A web-based interface for cross-mission searches of data at MAST or the Virtual Observatory. Download GSFC-ELEANOR-LITE light curves for a few...
-
Search for, and retrieve, GSFC-ELEANOR-LITE data products programmatically in python based on a list of coordinates or target names.
For bulk downloads of GSFC-ELEANOR-LITE light curves, we recommend utilizing the bulk download scripts for each Sector, provided in the table below. The scripts use curl, which is likely already installed on many machines, and if not, is freely available as open source software. The bulk download scripts for the TESS Mission light curves also make use of curl. You can run each shell script directly in a terminal to retrieve the full set of files, or use a selected subset of the script; each line in the script downloads one GSFC-ELEANOR-LITE file.
* The GSFC-ELEANOR-LITE light curves for Sectors 11-26 are not yet available via the MAST Portal, API, or astroquery, but can be accessed for bulk download via the provided curl script in the table below.
Upon execution of the bulk download scripts, the light curves for that Sector will download into a directory tree that mirrors the file storage on-disk at MAST. The top level directory will be the Sector (e.g., "s0001/"). Then, light curve files for a given TIC ID are stored at the base of four further sub-directories formed by splitting the zero-padded, 16-digit TIC ID into four equal pieces (matching the way TESS mission data are stored on-disk at MAST). For example, directory s0001/0000/0000/0819/5168/ contains the light curve for the object TIC 8195168 observed in Sector 1.