Video: Supernova Cosmology with Python

Print Friendly, PDF & Email

sncosmoIn this video from PyData Seattle 2015Rahul Biswas from the University of Washington presents: Supernova Cosmology with Python.

Certain types of exploding stars, Supernovae Type Ia have been used to infer that cosmic expansion is accelerating. Large surveys like LSST will potentially find numerous such supernovae probing the physics and phenomenology underlying the acceleration. We discuss a flexible, modular suite of python scientific software for simulation and analysis of such survey data with different algorithms.

Supernovae Type Ia which are exploding stars of a certain class have been considered to be empirical standardizable candles: astrophysical objects whose intrinsic luminosity can be inferred from other observable characteristics of their light after explosion. This property was used in the discovery that the expansion of the universe is accelerating. Extracting this information from the data requires a number of analysis steps; it is important to try out different methods in many of these steps to discover the optimal methods, thereby requiring a certain amount of modularity in the code. The information extracted also depends on the observational strategy used in the survey, and thus exploring the best observational strategy is also important.

The readily available and growing library of python scientific software for data analysis provides a good environment for quickly and easily implementing new algorithms, along with the ability to call programs in other languages. Our suite uses a python package SNCosmo to provide basic functionality for several tasks related to supernovae analysis. We also use products from the suite of LSST software to characterize the observational strategy. Finally, we use a workflow management tool Tigres to build larger tasks out of the primitives, and parallelize on certain systems.

Sign up for our insideHPC Newsletter