Gallery

The gallery showcases the capabilities of what you can do with the IMAS-ParaView plugins. You can click on the images to enlarge them and to display their descriptions.

2D Histograms of Electron Marker Distributions

2D Histograms of Electron Marker Distributions

Distributions Markers Particle Tracing

Distributions Markers Particle Tracing

JOREK Electron Temperature and Wall Currents

JOREK Electron Temperature and Wall Currents

Plot over line in core and edge plasma

Plot over line in core and edge plasma

Plotting over magnetic field lines

Plotting over magnetic field lines

Have a cool visualisation made with IMAS-ParaView? We'd love to feature it here! Contributions are welcome via a pull request on the IMAS-ParaView GitHub repository.

Please follow the steps below to contribute:

  1. Create a fork of the IMAS-ParaView repository.

  2. Create a new directory in docs/source/gallery/examples.

  3. Create a description.yaml file in that directory (see template below).

  4. Add an image showcasing the visualisation to the same directory (only .png, .jpeg, .jpg, .gif, or .webp file formats are supported)

  5. Optionally add a ParaView state file (.pvsm) to the same directory, so other users can easily load your example.

  6. Open a pull request from your fork back to the main repository on the develop branch. A maintainer will review and merge it.

Example description.yaml:

title: My Visualization
author: Your Name
description: |
  A description of what the visualization shows.
  Can be multiple lines.
uri: imas:hdf5?path=/path/on/sdcc # May also be a list of URIs
link: www.example.com # Optional link (e.g. to dataset on Zenodo)
imas_paraview_version: 2.3.0

Last update: 2026-06-24