Finding Transiting Exoplanets

The Data Challenge

Benjamin Pope, NYU

Math and Data Meeting

Slides available at
benjaminpope.github.io/talks/mad/mad

Transiting Planets

Exoplanet-style transit light curve of Venus from James Gilbert on Vimeo.

Large searches for exoplanets like the Kepler mission have shown planets to be common in our Galaxy - now we want to learn about their atmospheres and compositions.

The best options are those around bright stars, like 55 Cancri e - subject of 367 papers in the last decade!

My Sagan Fellowship project is to search for planets transiting naked-eye stars (V mag < 6.5) in order to find ideal targets for characterization with the upcoming James Webb Space Telescope.

Asteroseismology

Stars ring like bells, with acoustic and buoyancy oscillations.

l=2, m=2 oscillation

Their frequencies tell us about stellar interior structure.

Power spectrum of the Sun's 5-minute oscillations

Helioseismic Power Spectrum

Kepler Photometry

The Kepler Space Telescope, launched in 2009, looks for planets by the transit method, and also does asteroseismology.
After the failure of a reaction wheel in 2012, it is now operating as the 'K2 Mission', with very unstable pointing (hence the shaking in the videos you'll see).
To get the photometry, you can just sum the pixel values in a window containing the whole PSF...

but the pixels have different gains ("inter- and intra-pixel sensitivity variation")...

and the pixel window doesn't necessarily track the whole PSF perfectly ("aperture losses").

In our group's pipeline we use Gaussian Process models to detrend the flux time series with respect to the position of the star.

Raw - GP in position - GP in time

K2SC Figure

By subtracting the GP time and spatial components, we can find a transiting planet!

K2SC Figure 2
Alternatively, the EVEREST model (Luger et al, 2016) does 'pixel-level decorrelation', fitting a linear combination of pixel time series to the data, getting excellent photometry.

We will be motivated by this here.

For sufficiently bright stars, though, light fills the CCD wells with electrons that spill up and down the column, ruining the photometry as they leave the aperture.
Kepler saturates on stars brighter than ~ 11th mag (log scale: 5 mag = factor of 100) - but we want to look at stars 10k times brighter.

Halo Photometry

What if we just look at unsaturated pixels?
Flux \(f_i \) at cadence i is a sum over j pixels \(p_{ij}\) with weights \(w_j\):

\[ f_i \equiv \sum\limits_i w_j p_{ij} \]
In the OWL method (Hogg & Foreman-Mackey), you choose weights to minimize variance of the final light curve - but this has limited success.
To find the appropriate weights, we instead minimize the Total Variation

\[\begin{align} TV \equiv \dfrac{\sum_i |f_i - f_{i-1}|} {\sum_i f_i } \end{align} \]

This is the L1 norm on the derivative of the time series.

This has analytic derivatives in Theano - easy to optimize.

Note that these light curves are basically a sum of sine waves - anything but sparse in the derivative!

But they're sparse in the Fourier domain... perhaps this is relevant?

Pleiades

Πλειάδες, the Seven Sisters

Alcyone, Atlas (dad), Electra, Maia, Merope, Taygeta, Pleione (mum)

Combined Figure

Atlas lightcurve: raw (top) and halo (bottom)

White, Pope et al., 2017

Combined FigureCombined Figure

Lightcurves of All Seven Bright Pleiades

White, Pope et al., 2017

I am currently searching all bright stars in K2 for transiting planets - none so far, but plenty of asteroseismology!

The Future

The method generalizes well to simulated data for the upcoming TESS mission. We have many K2 halo datasets and are working our way through them - between these missions we should cover the whole sky.
We still don't have an explanation for the unreasonable effectiveness of the L1 norm in this algorithm - help us understand!
All our code is open source at github.com/hvidy/halophot - play with it!
We have a solution looking for problems - we want to extend this to TESS, JWST, and even ground-based missions.

We need your help to be able to understand and improve photometry tools.