Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
Christian Glaser edited this page Jul 2, 2018 · 22 revisions

Welcome to the NuRadioReco wiki!

Dependencies

the NuRadioReco software requires the following packages

  • radiotools (https://github.com/cg-laser/radiotools)

    • the path to radiotools needs to be added to the PYTHONPATH such that radiotools can be imported via from radiotools import ...
  • tiny db (pip install tinydb tinydb-serialization)

  • for direct sql access:

    • mysqldb (pip install mysql-python)
  • for some debug plots we need

    • peakutils (pip install peakutils)
  • to generate the documentation from the source code

Useful stuff

Clone this wiki locally