Welcome to the Escape Earth Project

Tess Picture

Hello everyone! We are The Escapists-- a group of second year Bridge Up Students completing a computational research internship at The American Natural Museum of History.

Project Abstract

In the year 2020, our climate crisis and the COVID-19 pandemic had many feeling the need to escape - but to where? During the Escape Earth Experience, we searched for exoplanets orbiting stars observed by the Transiting Exoplanet Survey Satellite (TESS). We found 8 exoplanet candidates, 3 of which were previously unknown. TESS is an all-sky survey optimized for finding exoplanets, and it has observed > ½ million stars at a 2-minute cadence. Each star’s data is called a light curve, which is multiple measurements of the star’s brightness over a period of time. When an orbiting object crosses in front of its star there is a brief periodic reduction in the star’s measured brightness called a transit. However, this method can’t detect all possible planet transits because of how limited our view is. We can only observe transits of exoplanets whose orbital planes are aligned with our line of sight. For our project we selected 40,000 light curves from two sectors of observation, representing 27,906 stars, to search for transit signals in the data. We created a GitHub hosted library of tools written in Python to clean, analyze, and visualize the light curves and the transits we found. To find exoplanets we first reduced our sample size by implementing a temperature and magnitude cut to isolate main sequence stars. Then we wrote code for a Box-Least Squares (BLS) analysis that searches for transit signals. Using a combination of thresholds in BLS values we selected stellar candidates with the strongest transit signals. Finally, we visually inspected each star’s light curves, BLS statistics and used the BLS values to calculate the transiting object’s radius in order to remove objects too large to be exoplanets, such as binary stars. The estimated radii of our newly discovered exoplanet candidates measured 12, 24, & 11 Earth radii. These are very large and are likely Hot Jupiters, Brown Dwarf Stars, or Gas Giant Planets, therefore further study is needed to characterize these new worlds. Searching for exoplanets as small as Earth is a difficult task, as our project has shown, but we have gained skills and added programming tools that can assist in the ongoing search for Earth’s Plan(et) B.