Skip to content
Snippets Groups Projects
Commit e62927c6 authored by johannes bilk's avatar johannes bilk
Browse files

updated readme

parent e31f15b2
No related branches found
No related tags found
1 merge request!15Master
......@@ -92,10 +92,6 @@ They rely on dummy data that is generated inside of each notebook.
They have the same names as the python scripts. I recommend starting from here.
I will write later a proper documentation and some basic tutorials.
There is an extraction tool for converting useless root files into numpy arrays. The script is of simpilton-make, but it gets the job done. There is a 'config' example file in the folder, in order to use the script, run:
> python extract.py 'nameOfConfig'
## Jupyter Notebooks
......@@ -104,6 +100,23 @@ Users can easily change application parameters, since they are set in their own
They generate dummy data, where one can set different parameters.
## Getting data files
There are another tools, one can use to extract data from root files. Firstly I recommend to us [uproot](https://github.com/scikit-hep/uproot5).
Otherwise I wrote a simple class that can extract PXD data from root files. It's based on uproot. Ths code can be found [here](https://gitlab.ub.uni-giessen.de/gc2052/fromroot).
## Installing as a system wide library
One has to download the whole repo, navigate there using the terminal and run the following commands:
> python3 setup.py bdist_wheel sdist
and
> pip3 install .
## Sources
- Neural Network
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment