You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 42 Next »

IMASViz is a visualization tool developed within Integrated Modelling Analysis Suite (IMAS) for the purposes of visualizing static and dynamic IMAS data, stored within IMAS Interface Data Structures (IDSs).
While the tool itself is already available for use it is still under active development, and various features, GUI improvements etc. are still being implemented. 

The tool uses the following Python packages:

  • matplotlib - provides plotting functionalities,
  • wxPython - provides graphical user interface customization and
  • wxmPlot - provides plot customization.

From the last ITER Code Camp 2017, the following progress has been performed:

  • bugs fixes & performance improvement
  • code migration to Python3
  • GUI improvements
  • UDA support for visualizing remote shots data
  • reuse of plots layout (multiplots customization can be saved as a script file to be applied for any shot)
  • a first plugins mechanism has been developed which allows developers to integrate their plugins to IMASViz
  • the 'Equilibrium overview plugin' developed by  has been integrated to IMASViz

Concerning UDA, WEST shots can be accessed if a SSH tunnel can be established to the remote WEST UDA server.
From our first tests, SSH tunnel cannot be established from the Gateway. The issue will be analyzed during this Code Camp.

The tool is available on ITER git repository (access permission is required) under Visualization/VIZ project.

Direct link to the repository: https://git.iter.org/projects/VIS/repos/viz/browse

 

The tutorial below is executed on the Gateway.

1.1.1. Tutorial contents:

  • No labels