Python utilities for tokamak science.
Install from PyPI:
$ python3 -m pip install --upgrade pip
$ python3 -m pip install pyloidalInstall from GitHub repo:
$ git clone https://github.com/PlasmaFAIR/pyloidal
$ cd pyloidal
$ python3 -m pip install --upgrade pip
$ python3 -m pip install .First clone the repo, then:
$ python3 -m pip install .[test]
$ pytest --cov=pyloidal ./testsCopyrighted under the MIT License. Uses elements from OMAS, which is also copyrighted under MIT, 2017 Orso Meneghini.