Versions Compared

Key

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

...

In a new terminal, execute the following command in order to load the required modules for using IMAS_VIZ:

Code Block
module load cineca imasenv/3.15.1 imas-viz 

...

  1. In the previous opened terminal, simply type 'viz' and return to execute the command

    The main GUI of IMAS_VIZ should display. 

  2. Select the tab 'Local data source'
  3. Enter the following informations:

    Section
    User name: g2lfleur
    IMAS database name: test
    Shot number: 52344
    Run number: 0

    The data source is a pulse files located in the public/imasdb/test directory of user g2lfleur. 


  4. Click button open
    An navigation tree should open with a list of all IDSs. Available IDSs for the given shot are displayed in blue.
    The tree will allow to browse data for the specific shot number which is displayed by the root node (IDSs(52344)).

  5. Right click on 'magnetics' IDS and select the command 'Get magnetics data (default to occurrence 0)'
    The 'magnetics' IDS is displayed as new nodes in the tree. 

Plotting a 1D array

  1. Navigate through the 'magnetics' IDS and search for the node 'ids.magnetics.flux_loop[0].flux.data'

    Image Added
  2. Right-click on the node 'ids.magnetics.flux_loop[0].flux.data'
  3. From the pop-up menu, select the command 'Plot ids.magnetics.flux_loop[0].flux.data'
    The plot should display as in the image below.

Image Added

 

 

 

Info

Each plot window has a menu for printing (File menu), exporting data (File menu) or customizing the plot (Options menu).

Any part of the plot can be zoom-in using the mouse (File menu to unzoom).

 

 

 

Adding a 1D plot to an existing figure

...