This is the Q-Pix Analysis and Reconstruction repository which contains analysis and reconstruction tools for Q-Pix.
- Python (3.7.5+)
- numpy (1.18.1+)
- matplotlib (3.1.3+)
- uproot (3.11.3+)
If you need to install the Python packages, you can simply use pip to install them:
pip install numpy
pip install matplotlib
pip install uproot