lmalina / pySC

Python version of Simulated Commissioning toolkit for synchrotrons (https://github.com/ThorstenHellert/SC).
https://lmalina.github.io/pySC/
7 stars 4 forks source link
accelerator-physics particle-accelerators python synchrotron

pySC

Python version of Simulated Commissioning toolkit for synchrotrons SC, originally written in Matlab.

Documentation

Autogenerated docs via Sphinx can be found at https://lmalina.github.io/pySC/.

Installing

Installation is currently suggested only for development purposes. We recommend creating a new virtual environment and installing from VCS in editable mode with all extra dependencies (test for pytest and relevant plugins, and doc for packages needed to build documentation)

git clone https://github.com/lmalina/pySC
pip install --editable "pySC[all]"