This repository has been archived by the owner on Mar 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
anelles edited this page Jul 24, 2018
·
22 revisions
Welcome to the NuRadioReco wiki!
the NuRadioReco software requires the following packages, so please make sure that the following packages are installed and added to the python path
-
radiotools (https://github.com/cg-laser/radiotools): a more generic library for handy functions used in the radio community.
- the path to radiotools needs to be added to the PYTHONPATH such that radiotools can be imported via
from radiotools import ...
- the path to radiotools needs to be added to the PYTHONPATH such that radiotools can be imported via
-
python extensions:
-
tiny db (
pip install tinydb tinydb-serialization
) -
for direct sql access (requires a running installtion of mysql, on MacOs:
brew install mysql-connector-c
andpip install MySQL-python
):- mysqldb (
pip install mysql-python
)
- mysqldb (
-
for some debug plots we need
- peakutils (
pip install peakutils
)
- peakutils (
-
to generate the documentation from the source code
- sphinx (http://www.sphinx-doc.org/en/master/) (
pip install Sphinx
)
- sphinx (http://www.sphinx-doc.org/en/master/) (
-
- how to document the software
- Eventbrowser
- overview of how time delays etc. are treated times