This package provides a surrogate model for modelling photon arrival time distributions for neutrino telescopes.
For an example see examples/plot_surrogate_model.ipynb
.
This package is registered in the PLEnuM julia package registry. In order to use this registry run:
using Pkg
pkg"registry add https://github.com/PLEnuM-group/julia-registry"
Then install the package:
using Pkg
pkg"add PhotonSurrogateModel"