THIS PAGE IS STILL UNDER DEVELOPMENT
what should be added for each software package
software goals and capabilities:
where published:
Other collaborators:
Primary Developer
1) Simulated Annealing for detecting volcanism on Io
This package was developed at the Space Telescope Science Institute (STScI) to study the potential of using a non-redundant mask (NRM) on the James Webb Space Telescope (JWST) to observe volcanoes on Jupiter’s moon, Io. In particular, I used our physical understanding of the moon’s tidal heating, our mechanical understanding of JWST’s instrument Near InfraRed Imager and Slitless Spectrograph (NIRISS), and Fourier optics to create synthetic data of JWST images of Io. Once these synthetic images were created, I tested how accurately we’d be able to obtain the position of volcanic eruptions, the flux of those eruptions, and the surface brightness of Io itself. The algorithm used optimization algorithms such as simulated annealing and gradient descent, and MCMC to explore the parameter space. The bulk of my coding was with Python but included IDL. Anand Sivaramakrishnan, Alexandra Greenbaum, and Deepashri Thatte helped me on this project. This work was included in the publication Observing Outer Planet Satellites (Except Titan) with the James Webb Space Telescope.
2) Plotting and Calculation codes for Orbital dynamics
The packages developed here were designed to help understand the dynamics of a binary star system. The main data analyzed were Doppler Shift data and photometric observations.
Doppler shift observations measure how fast a star is moving radially from the observer. Measuring this for a given system over time, and incorporating physics allow for the dynamical properties of the system to be determined. For this, we incorporated a two-dimensional cross-correlation algorithm to reduce the data.
Monitoring how the light flux of a binary system periodically changes over time (photometric monitoring) provides more dynamical insights into the system. This package used MCMC to explore the parameter space of feasible system characteristics based on the Doppler and photometric data. Through this analysis, the most accurate and precise measurements of the system were obtained. These parameters were then compared against physical models to determine the most likely evolutionary track this system underwent. Finally, we developed packages to analyze historical data dating back to 1961 to obtain a more accurate understanding of the apsidal motion and ephemeris of the system.
My advisor, Guillermo Torres, assisted in the package development and this work was published in The Astrophysical Journal in 2017.
Astrophysics and PhD context:
During my PhD, most of my work was to understand exoplanet atmospheres. To do so, our main method of observing was transmission spectroscopy. This is when we spectroscopically observe the light of a star hosting a planet as that planet passes in front of the host star. We then compare the spectroscopy of the star right before and right after the planet passes in front of the star with the spectroscopy while the planet is in front of the star. That comparison allows us to deduce properties of the upper atmosphere of the planet, based on which wavelengths are attenuated by the planetary atmosphere.