IMAS-ParaView is a comprehensive tool for visualizing IMAS data within ParaView. It provides a collection of ParaView plugins for visualizing different types of IMAS data, ranging from multi-dimensional GGD (Generalized Grid Description) meshes to non-GGD structures such as machine descriptions and diagnostic geometries.
For an overview of the different types of IDS data that can be loaded, see the documentation. A gallery containing example images and animations that users have created with IMAS-ParaView is available here.
For instructions on how to install IMAS-ParaView, please have a look at the installation instructions.
Documentation is autogenerated from the source using Sphinx and can be found at the Read the Docs.
The documentation can be manually generated by installing sphinx and running:
make -C docs htmlOpen docs/_build/html/index.html.
If some dependencies are missing, create a python virtual environment and install them:
python -m venv --system-site-packages venv
source venv/bin/activate
pip install --upgrade .[docs]
make -C docs clean html