-
downloading code
git clone --recurse-submodules https://github.com/diamondIPP/HighResAnalysis.git cd HighResAnalysis
-
python3, pip, virtualenv (requires sudo)
make prepare-dev
-
virtual environment and python packages (included in previous step)
make venv
-
required python packages are listed in requirements
-
activate virtual environment and install aliases
source .bash_aliases
analyse <run_number> <dut_number=0>
- for more information run
analyse -h
More information how the code is structured may be found here.