Versions Compared

Key

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

...

In the previously opened terminal, simply type the next following command:

Code Block
viz


The main GUI interface window of IMAS_VIZ should display, shown in similar to the figure below:

IMASViz main GUI

Loading 'magnetics' IDS from an IMAS local data source example

...

  1. Select the tab 'Local data source'
  2. Enter the following IDS case parameters as shown in the figure below:

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


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


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

  4. 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. Nodes of an IDS are organized according to the IMAS
    data dictionnary. 

Plotting a 1D array

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



  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.

...

  1. From the previous navigation tree, navigate to the node 'ids.magnetics.flux_loop[16].flux.data'
  2. Right-click on the node 'ids.magnetics.flux_loop[16].flux.data'
  3. From the pop-up menu, select the command 'Add plot to existing figure' and 'Figure0' in the attached submenu
    The plot should display as in the image below.

Comparing foat 1D arrays between 2 shots

  1. Open the shot 52682

    Section
    User name: g2lfleur
    IMAS database name: test
    Shot number: 52682
    Run number: 0
  2. Load occurrence 0 of 'magnetics' IDS

  3. Navigate through the 'magnetics' IDS of shot 52682 and search for the node 'ids.magnetics.flux_loop[0].flux.data'

  4. Right-click on the node 'ids.magnetics.flux_loop[0].flux.data'
  5. From the pop-up menu, select the command 'Add plot to existing figure' and 'Figure0' in the shown submenuattached submenu
    The plot should display as in the image below. 


...

  1. Load the equilibrium IDS from shot 52682
  2. Navigate the tree of shot 52682 and search for the node 'ids.equilibrium.time_slice[0].profiles_1d.f'



  3. Click on the + symbol  at the right of node 'ids.equilibrium.time_slice[0].profiles_1d.f' to expand it it.
    You should get the image below. Note that coordinate1 = 'ids.equilibrium.time_slice[itime].profiles_1d.psi'
    is attached to for this FLT_1D data array.



  4. Right-click now on the node 'ids.equilibrium.time_slice[0].profiles_1d.f'
  5. From the pop-up menu, select the command 'Plot ids.equilibrium.time_slice[0].profiles_1d.f to a new figure'
    The plot should display as in the image below.

    The data are represented as a function of coordinate1 for the first time slice.




  6. Click on the time slider and release the mouse at index value 41
    The time slider allows you to move along the time axis. You should obtain the image below.

...

Note
The plots order depends on the order in which the data selection have has been performed. First selected data will be the first plots in the multiplot window.

...