Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 has been migrated recently to Python 3 and utilizes the next 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 have been performed:

  • bugs fixes & performance improvement
  • UDA support for accessing 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

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 can not be established from the Gateway. The issue will be analyzed during next ITER Code Camp.

 

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

...