Skip to content

Latest commit

 

History

History
executable file
·
24 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

executable file
·
24 lines (13 loc) · 503 Bytes

grandEnergyRec

Energy Reconstruction module for the GRAND experiment

Implements the "Double gaussain" and the "Symmetric fit" analysis.

Please, refer to the documentation for more details.

Documentation

This version features a documentation made using sphinx

Generating the documentation

Requirements

Install Sphinx and the documentation theme

pip install -U Sphinx

pip install python-docs-theme

Build the documentation

Enter the doc directory and run make html