Available models

NMMA will be under continuous development meaning that new astrophysical models such as for kilonovae, supernovae, gamma-ray bursts and so on will be implemented over time. Therefore, it is worthwhile to check out the model_parameters_dict in models.py from time to time.

Kilonovae

These are optical counterparts to binary neutron star mergers generated by r-process material produced (Metzger 2017). In this framework, we use a POSSIS-based grid of kilonova models spanning the plausible binary neutron star parameter space (Dietrich et al. 2020). There are four parameters:

Gamma-ray afterglows

We use afterglowpy (Ryan et al. 2020), an open-source computational tool modeling forward shock synchrotron emission from relativistic blast waves as a function of jet structure and viewing angle. The model parameters are:

Shock Cooling supernovae

We use a model from Piro et al. 2021. Following shock breakout, the radiation of shock heated material expands and cools, known as shock cooling emission. The model has parameters:

Supernovae

We rely on a few different models for supernovae from sncosmo. For example, the nugent-hyper model (Levan et al. 2005) used for SN Ib/c supernovae with the stretch and scale set to match the intrinsic (dereddened, rest frame) -band luminosity of SN 1998bw at maximum light. The main free parameter is the absolute magnitude.

Some models are analytic / semi-analytic that can be sampled, others rely on sampling from a grid of modeled light curves through the use of Principle Component Analysis (PCA) and an interpolation scheme (either Gaussian process modeling or neural networks). Further information on model training can be found here