Mission Overview

A PSF-Based Approach to TESS High Quality Data Of Stellar Clusters (PATHOS)

 

Primary Investigator: Domenico Nardiello

HLSP Authors: Domenico Nardiello

Released: 2019-10-09

Updated: 2022-01-31

Primary Reference(s): Nardiello et al. 2019Nardiello et al. 2020a, Nardiello et al. 2020bNardiello et al. 2021

DOI: 10.17909/t9-es7m-vw14

Citations: See ADS Statistics

Read Me

 
PATHOS Logo
Logo credits: Viviana Taranto (taranto.viviana8@gmail.com)

Overview

The PATHOS project provides a database of high-precision light curves for members of stellar clusters, obtained by extracting photometry from TESS Full Frame Images. Light curves are obtained with an innovative PSF-based approach, that involves the use of empirical Point Spread Functions (PSFs), a high-angular resolution input catalogue (Gaia DR2) and neighbor-subtraction. The PSF-based approach minimises the dilution effects in crowded environments, enabling extraction of high-precision photometry for stars in the faint regime (T > 13).  The PATHOS database contains all the light curves extracted during the project, as well as light curves requested for other projects. Light curves of specific targets can be requested by contacting the project managers.

Data Release 1 (2019-10-09)

The PATHOS DR1 contains light curves of 16277 stars located in the dense region centered on the globular cluster 47 Tuc and observed by TESS in Sector 1. The catalog of the stars is described in Nardiello et al. (2019).

Data Release 2 (2020-05-27)

The PATHOS DR2 contains 219256 light curves of 162901 stars located in 645 open clusters located in the southern ecliptic hemisphere and observed by TESS in Sectors 1-13. The list of stars is based on the catalog by Cantat-Gaudin et al. (2018), a list of cluster members whose membership probabilities are calculated by using Gaia DR2 proper motions and parallaxes.

Data Release 3 (2020-09-08)

The PATHOS DR3 contains 7150 light curves of 4459 stars located in 5 young associations observed by TESS in Sectors 7-13, excluding Sector 10.  A total of 9 candidate exoplanets (of which 2 are TOI's) have been detected among association members. The catalog of the analyzed stars is described in Nardiello et al. (2020b).

Single Object (2021-01-26)

Luhman 16AB (Apai, Nardiello, & Bedin 2021), TIC 0936441397 in Sector 10.

In addition, a catalog of exoplanet candidates is provided in Nardiello et al. (2020).  A portilon of the table is provided here for reference.  For additional columns and uncertainties, consult Table 3 in Nardiello et al. (2020).

Data Release 4 (2021-06-04)

The PATHOS DR4 contains 150216 light curves of  89858 stars located in 411 northern ecliptic hemisphere open clusters observed by TESS in Sectors 14-26.  A total of 39 candidate exoplanets  have been detected among the members of these open clusters. A description of the analyzed stars is reported in Nardiello et al. (2021).

Data Release Group X (2022-01-31)

The PATHOS Group X release contains the 770 light curves of 168 star members of the moving group Group X. The analysis is reported in Messina et al. (2022)

Data Products

Each target has a FITS and TXT version of the light curves available.  The files are stored in sub-directories based on the Sector they are in as a 4-digit, zero-padded number, e.g., "s0001/" for Sector 1.  The data file naming convention is:

hlsp_pathos_tess_lightcurve_tic-<ticid>-<sector>_tess_v1_<ext>

where:

  • <ticid> = The 10-digit, zero-padded TIC ID of the target
  • <sector> = The Sector number as a 4-digit, zero-padded value, e.g., "s0001" for Sector 1
  • <ext> = The data file type extension

Data file types:

_llc.fits The light curve file in FITS format.
_llc.txt The light curve file in TEXT format.

 

The available columns include the raw fluxes from the PSF-based approach and four different aperture sizes (PSF_FLUX_RAW, AP{1,2,3,4}_FLUX_RAW) and the corrected fluxes (PSF_FLUX_COR, AP{1,2,3,4}_FLUX_COR).  The TIME column is in barycentric-corrected, truncated TESS Julian Date (BJD - 2457000.0).

Data Access

PATHOS data products are available in the MAST Portal and astroquery.mast.  For those who want to download all the light curves for a given Sector, the following Python code example below will query for all the available PATHOS observations for a given Sector (should take a few minutes) and then download the light curve FITS files.  NOTE: There are tens of thousands of light curves for a given Sector, thus downloading all of the products can take the better part of a day, even with good internet connections.  By default, the light curve files will be downloaded under a folder called "mastDownload" in the same working directory that your run the Python script from.

from astroquery.mast import Observations
sector_num = '1'
print('Querying for PATHOS Sector ' + sector_num + " Observations...")
obsTable = Observations.query_criteria(provenance_name = "PATHOS",
                                       sequence_number = sector_num)
print("Found a total of " + str(len(obsTable)) + " PATHOS targets.")
print('Downloading data products for these observations...')
for obs in obsTable:
    data_products = Observations.get_product_list(obs)
    Observations.download_products(data_products)
  • A web-based interface for cross-mission searches of data at MAST or the Virtual Observatory. Download PATHOS light curves for a few targets.
  • Search for, and retrieve, PATHOS data products programmatically based on a list of coordinates or target names.

Citations

Please remember to cite the appropriate paper(s) below and the DOI if you use these data in a published work. 

Note: These HLSP data products are licensed for use under CC BY 4.0.

References