Introduction
Welcome to NuRadioMC
! NuRadioMC contains two packages - NuRadioMC
is used for Monte Carlo simulations of radio neutrino detectors, and NuRadioReco
is a reconstruction framework for radio detectors of high-energy neutrinos and cosmic rays.
If you are new to NuRadioMC
, have a look at the How to get started to see how to get started.
You can also find many annotated examples that illustrate how to use the code in the NuRadioMC/examples
and NuRadioReco/examples
folders in the source code. Extensive documentation of the different features of NuRadioMC can be found
here (NuRadioMC) or here (NuRadioReco) .
You can also watch the hands-on tutorial given in
our webinars: NuRadioMC,
NuRadioReco.
Note
If you are looking for the examples that are included with NuRadioMC,
you can use pip show nuradiomc
in the command line, or from NuRadioMC import __path__ as nuradiomc_path
to find the installation location.