First steps

How to run the code

Run the following command by specifying the path to the configuration file used for settings:

julia main.jl -c config/config.json

Julia Project enviroments

To run the code in a virtual enviroment you can use the following.

julia
] 
activate .
instantiate

Now you can run the script inside this enviroment with:

julia main.jl --project=. -c config/config.json
Note

The tool was developed for the LEGEND experiment. People from the LEGEND Collaborations can alternatively run the code within a LEGEND container with julia installed, see this tutorial for more details.