11![ toolbar] ( ../../images/toolbar.png )
22
3- The toolbar located at the top of the GUI contains UI elements (buttons and text
4- boxes) that control global features of the current visualization session,
5- "global" in the sense that they affect the overall appearance and state of the
6- GUI, including all views of physical quantities displayed in the
7- [ viewport] ( viewport.md ) . In the following, we first explain in detail the UI
8- elements that support the two modes of usage of the app, new-viz and resume, and
9- then introduce the other elements.
10-
11- ---
12-
13- ## New-viz mode: starting a new visualization
14-
15- ![ connectivity and data file selection] ( ../../images/toolbar_conn_and_data_load.png ) {
16- width="59%", align=right }
17-
18- To start a new analysis/visualization, the user needs to specify a connecitivy
19- file and a simulation data file using the portion of the toolbar shown here, by
20- either pasting/typing the file paths and names in the corresponding boxes or
21- using the file folder icons to bring up system dialogue windows to select files.
22-
23- ![ green circle] ( ../../images/toolbar_circle_green.png ) { width="5%", align=right
24- } ![ red circle] ( ../../images/toolbar_circle_red.png ) { width="5%", align=right }
25-
26- After both files have been specified, the ` Load Files ` button next to the
27- ` Data File ` box (i.e., the icon of a page with a check mark) must be clicked. If
28- the red circle with an exclamation mark shown in the picture here becomes a
29- green circle with a check mark, the files have been loaded and the ParaView
30- Reader behind the GUI has identified variables in the data file that the app can
31- visualize. The user can then start using the [ control panel] ( control_panel.md )
32- to select variables and spatial/temporal slices to display.
33-
34- !!! warning "Tip: File Loading Error"
35-
36- After the `Load Files` button is clicked,
37- if the red circle-and-exclamation icon persists,
38- then the variable dimensions in the data file
39- are not parsed correctly. Below are some common reasons for the error:
40-
41- - The data file and the connectivity file correspond to different cubed-sphere
42- grids. E.g., one is ne30pg2 and the other is ne4pg2.
43- - The data file is missing some of the coordinate variables needed by the
44- app, or the dimensions are named or ordered in ways not yet known by
45- the app, see [data format requirements](data_requirements.md).
46-
47- ---
48-
493## Resume mode: pick up where you left off
504
515![ state save and load] ( ../../images/toolbar_state_save_and_load.png ) {
@@ -64,26 +18,6 @@ contents are correctly parsed), the red circle-and-exclamation icon will turn
6418into to a green circle-and-check-mark icon, like in the new-viz mode. Loading a
6519state for an ne30 simulation usually takes a couple of seconds.
6620
67- !!! info "Info: What's in a State File?"
68-
69- A state file is a JSON file that contains the paths and names of
70- the connectivity and data files being used as well as the settings
71- the user has chosen for the visualization; the *contents* of the
72- connectivity and data files are *not* included.
73- If a state file is shared among multiple users or used across different
74- file systems, or if a user wants to apply the same visualization settings
75- to a different simulation data file, then the file names and paths
76- at the beginning of the state file need to be edited before the state
77- file is loaded in the app.
78-
79- !!! warning "Tip: State File Loading Error"
80-
81- If the app seems nonresponsive after a state file has been chosen
82- and the `Open` button in the dialogue window has been clicked,
83- there is a high chance that the paths and names of
84- the connectivity and simulation data files contain errors.
85- The user should consider using a text editor to inspect the first
86- few lines of the state file and verify correctness.
8721
8822---
8923
@@ -123,19 +57,3 @@ colorblind-friendly; Currently, these are "presets" from
12357![ camera actions] ( ../../images/toolbar_camera_actions.png ) { width="25%",
12458align=right }
12559
126- ** Camera Actions** : A set of buttons are provided to simultaneously adjust all
127- views in the [ viewport] ( viewport.md ) : move them up, down, left, or right with
128- respect to the GUI, zoom in or out, or refresh all contents in the
129- [ viewport] ( viewport.md ) so that the contour plots are recentered and resized to
130- their individual frames.
131-
132- !!! tip "Tip: Camera Refresh for Addressing Display Error"
133-
134- { width="6%", align=right }
135-
136- As mentioned on the [Reminders](reminders.md) page, the app may exhibit
137- display issues after new variables are loaded or when visualization
138- settings are changed.
139- In those cases, a click on the `Camera Reset` button at the right end
140- of the tool bar should reload the visualization
141- properly, and we are working on resolving the display problem for future releases.
0 commit comments