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

Compare with Current View Page History

« Previous Version 41 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 have been performed:

  • bugs fixes & performance improvement
  • code migration to Python3
  • 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.

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:

1.1.2. 1. Getting started

1.1.3. 2. Loading IDS from IMAS local data source

1.1.4. 3. Plotting 1D arrays

1.1.5. 4. IMASViz equilibrium overview plugin

1.1.6. 5. Scripting

1.1.7. Archive

 

  • No labels