Research
I study energetic particle precipitation from space into Earth’s atmosphere using multipoint measurements—originally using multiple satellites, and now using all-sky imagers stationed in Canada and Alaska. With multiple measurements of the same physical phenomena, it is possible to isolate its properties in space and time. Furthermore, multiple space- and ground-based observatories help us understand the bigger picture.
Our sun’s solar wind couples to Earth’s magnetosphere via reconnection which then leads to a cascade of phenomena ending with the aurora. Credit: NASA
Current Projects
Recently, my research pivoted to studying a type of diffuse aurora called pulsating aurora. This form of aurora is believed to be generated by wave-particle interactions between whistler-mode chorus and electrons in the magnetosphere. Microbursts are also believed to be scattered by chorus waves. Both phenomena have two distinct time frames: microbursts typically come in bunches lasting up to 10 seconds while pulsating aurora has an on-off periods lasting about the same time, and individual relativistic microbursts last ~100 ms while pulsating aurora has internal modulations with a 300 ms period. The closeness of these two time scales, along with other arguments I present here, presents a compelling case that pulsating aurora and microbursts are part of the same phenomena. That said, these are all case studies and I am now pursing the LAMPsat mission to statistically test this association.
A timelapse of the aurora that I took right before the LAMP sounding rocket launched from Poker Flat, Alaska on 5 March 2022. A riometer antenna is in the foreground.
I am also working on my first comprehensive Python package called asilib. This project is the culmination of my learning journey to build a user-friendly library that allows a researcher to “easily download, plot, animate, and analyze auroral all sky imager (ASI) data.” While working on this library I learned a whole lot including software engineering concepts as, simple software architecture, comprehensive tests, and useful documentation. Furthermore, I’ve learned a lot about the aurora and how it is analyzed. This work is deeply fulfilling, and I believe that we could use more software like this in space physics to reduce the barriers to entry for new scientists. They don’t have to learn to do basic tasks including how to download or load the data: they can pip install asilib
and immediately start working with auroral images.
The SAMPEX satellite observed energetic electron microbursts (the spikes in the bottom panel) while it orbited above proton aurora on 20 January 2007.
Probability Theory
Besides analyzing time series and image data to study microbursts and curtain precipitation, I develop models to link data to reality—or our best understanding of reality.
Broadly, I am interested in probabilistic methods such as Bayesian Inference (see my 2020 and 2023 papers). I am very interested in these models because they allow a modeler to explicitly incorporate statistical and systematic uncertainty into model to make statistically-guided inferences about results.
Example animation of Bayesian linear regression using a hand-coded Metropoplis Markov Chain Monte Carlo (MCMC) sampler. Red lines show the “true” line and blue dots are the observations from the “true” line assuming Gaussian noise. Each frame shows an iteration of the MCMC, and the final frame shows the final posteror histogram.