Python utilities for tokamak science.
Install from PyPI:
$ python3 -m pip install --upgrade pip
$ python3 -m pip install pyloidal
Install 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 ./tests
Copyrighted under the MIT License. Uses elements from OMAS, which is also copyrighted under MIT, 2017 Orso Meneghini.