University of Central Florida Honors Undergraduate Thesis
(Press ?
for help, n
and p
for next and previous slide; usage hints)
David Wright
April 9, 2021
The upcoming™ James Webb Space Telescope (JWST) offers multiple observation modes tailored specifically for transit observation
Figure 1: Artist render of JWST
The community needs simulation tools that create realistic simulations including instrument systematic errors and noise
In 1999, HD 209458 b was discovered via photometric transit observations [CH00]
Figure 2: Hot Jupiters. Image Credit: ESA
Figure 3: Animation of exoplanet transit. Animation credit: NASA
Figure 4: Animation of exoplanet transit. Animation credit: NASA
Figure 5: HD 209458 b light curve fit with a Mandel and Agol model. Image Credit: Kathleen McIntyre
Spectroscopic observations yield more information on exoplanet atmospheres
Figure 6: HD 209458 b light curves from \(0.29-1.04 \mu\textrm{m}\). Image Credit: Heather Knutson
The \(\left(\frac{R_P}{R_S}\right)^2 \) ratio at different wavelengths, \(\left(\frac{R_P(\lambda)}{R_S}\right)^2 \), is coined the “transmission spectrum”
Figure 7: WASP-39b light curves from \(0.3-5.0 \mu\textrm{m}\). Image Credit: Wakeford et al. 2017 [WA17]
Transiting planets on circular orbits also pass behind their host star, known as an eclipse or secondary transit
Figure 8: Exoplanet phase curve. Image Credit: Deming & Knutson 2020 [DK20]
As the planet passes behind its star, the observed flux decreased by \( \left(\frac{R_P}{R_S}\right)^2 \frac{ F_{\lambda,P} }{ F_{\lambda,S} } \) with \(F_\lambda\) being the emergent flux density of the planet or star
Figure 9: WASP-39b light curves from \(0.3-5.0 \mu\textrm{m}\). Image Credit: Wakeford et al. 2017 [WA17]
Figure 10: Artist render of JWST
Figure 11: JWST wavelength coverage compared to Hubble and Spitzer
Figure 12: JWST orbit at Earth-Sun L2 point. Image credit: NASA
Figure 14: Overview of ExoSim Algorithm. Image credit: Enzo Pascale
Allow a 2D wavelength-pixel relation, \(\lambda(x,y)\)
Figure 15: NIRISS SOSS. Three orders cover a wavelength range of \(0.6-2.8\mu\textrm{m}\). Image Credit: STScI
Simulate a focal plane for each spectral order and coadd
Figure 16: NIRISS SOSS. Three orders cover a wavelength range of \(0.6-2.8\mu\textrm{m}\). Image Credit: STScI
Figure 17: General structure of detector readout scheme used by all JWST detectors. Image Credit: STScI
Readout | N\(_{frames}\) | N\(_{skip}\) |
---|---|---|
NISRAPID | 1 | 0 |
NIS | 4 | 0 |
NRSRAPIDD1 | 2 | 1 |
SHALLOW4 | 5 | 1 |
Figure 18: Example PSFs from each JWST instrument and the fine guidance sensor.
Parallelization gives nearly an exact proportional decrease in run time for number of parallel processes
Figure 19: Dask parallel computing library task graph built during ExoSim execution.
Figure 20: NIRISS SOSS simulation from ExoSim.
A simulated black body was compared to an analytic expression
Figure 21: Flat spectral trace
Figure 22: Curved spectral trace
To ensure no unforeseen changes were made to the noise models, I ran identical simulations in my modified version of ExoSim and the original version.
Parameter | NIRSpec BOTS | NIRCam F444W/Grism-R |
---|---|---|
Subarray | SUB512 | SUBGRISM64 |
Size | \(32\ \times\ 512\) | \(64\ \times\ 2048\) |
W\(_{slit}\)(pix)(pix) | 16 | N/A |
\(\Delta_{pix}(\mu\textrm{m})\) | 18 | 18 |
PS\((^\circ \times10^{-5}/\Delta_{pix})\) | 2.78 | 1.75 |
T(K) | 40 | 40 |
Parameter | NIRISS SOSS | MIRI LRS |
---|---|---|
Subarray | SUBSTRIP256 | SLITLESSPRISM |
Size | \(256\ \times\ 2048\) | \(72\ \times\ 416\) |
W\(_{slit}\)(pix) | N/A | N/A |
\(\Delta_{pix}(\mu\textrm{m})\) | 18 | 25 |
PS\((^\circ \times10^{-5}/\Delta_{pix})\) | 1.81 | 3.06 |
T(K) | 40 | 7 |
Figure 23: Comparison of PandExo and ExoSim simulation of NIRSpec. Average percent difference of \(+1.53 \pm 1.63\)%.
Figure 24: Comparison of PandExo and ExoSim simulation of NIRCam. Average percent difference of \(+2.18 \pm 1.08\)%.
Figure 25: Comparison of PandExo and ExoSim simulation of MIRI. Average percent difference of \(+3.0 \pm 2.2\)%.
Figure 26: Comparison of PandExo and ExoSim simulation of NIRISS. Average percent difference of \(+4.54 \pm 1.37\)%.
In summary, I’ve described the development and validation of a time-domain simulator of exoplanet transits and systematic errors JWST.
This tool is open-source and available to the community with the hope that it is used to further our understanding of the effects of systematic noise on exoplanet transits and to prepare for observations of exoplanet transits with the James Webb Space Telescope.
Thanks to Dr. Joseph Harrington, Dr. Enzo Pascale, Dr. Ryan Challener, and Kathleen McIntyre for their support and guidance