Additional tools for particle accelerator data analysis and machine information
This package is a collection of useful scripts and tools for the Optics Measurements and Corrections group (OMC) at CERN. Documentation Getting Started This package is Python 3.7+ compatible, and can be installed through pip: pip install pylhc One can also install from VCS: git clone https://github.com/pylhc/PyLHC pip install /path/to/PyLHC Or simply from the online master branch, which is stable: pip install git+https://github.com/pylhc/PyLHC.git#egg=pylhc After installing, scripts can be run with either python -m pylhc.SCRIPT –FLAG ARGUMENT or by calling the […]
Read more