Skip to content

Commit 6a36bca

Browse files
committed
website: quickview variable selection
1 parent de493db commit 6a36bca

3 files changed

Lines changed: 47 additions & 7 deletions

File tree

docs/guides/quickview/file_selection.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,23 @@ from the file system.
1616

1717
![File loading window](./screenshots/file_loading_dialogue.png){ width="95%", align=center }
1818

19-
The user can single-click a file name and then click the "simulation" or "connectivity"
20-
button to clarify file type, and repeat these two clicks to have both files specified.
19+
User can single-click a file name and then click the "simulation" or "connectivity"
20+
button in the bottom-left corner to clarify file type,
21+
and repeat these two clicks to have both files specified.
2122

2223
Alternatively, if a filename starts with "connecitivity", then
23-
the user can double-click the file to have it automatically recognized as a connectivity file.
24+
the user can **double-click** the file to have it automatically recognized as a connectivity file.
2425
Double-clicking a filename not starting with "connectivity" will
2526
have it treated as a simulation file.
2627

2728
After both connectivity and simulation files are selected,
2829
the `Load Files` button in the bottom-right corner will light up.
29-
Single-click the button to start file loading.
30+
A single click will start file loading.
3031

3132
If the files are loaded correctly, the UI will change into a layout like
3233
the example below, with the [Variable Selection control panel](./variable_selection)
33-
on the left showing a list of recognized variables in the simulation file(s)
34-
and the viewport on the right showing a brief introduction to QuickView.
34+
on the **left** showing a **list of parsed variables** in the simulation file(s)
35+
and the viewport on the **right** showing a **brief introduction to QuickView**.
3536
The user can now start to search for and load variables to inspect.
3637

3738
![File loaded](./screenshots/file_loaded.png){ width="95%", align=center }
989 KB
Loading
Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
# Selecting variables for analysis
1+
# Selecting Variables to Inspect
2+
3+
QuickView's capabilities of variable search and selection
4+
has been enhanced substantially compared to the earlier version.
5+
The enhancement was motivated partly by the generalization of
6+
the tool to handle arbitrarily shaped arrays defined on the cubed sphere,
7+
and partly due to the wish to help users navigate through simulation
8+
files containing many (e.g., hundreds of) variables.
9+
10+
Here, we use a file with more than one thousand variables as an example
11+
to explain the search and selection capabilities.
12+
13+
The left screenshot below shows the Variable Selection panel
14+
right after the files have been loaded.
15+
- The checkboxes to the left of each variable name can be used
16+
to select or unselect the corresponding variables.
17+
- The first checkbox, to the left of `Name` and below the eye icon,
18+
can be used to select or unselect all variables.
19+
20+
When all variables are selected, we get the right screenshot below.
21+
- The **wide blue button** at the top of the contol panel indicates there is
22+
a total of 1385 variables displayable in the file.
23+
- The **colorful tabs** correspond to different variable shapes (dimension
24+
combinations). The different cominations, as well as the number
25+
of displayable variables in each group, are shown in the tabs.
26+
27+
Note that at this point, QuickView has *not* loaded all the variables into memory.
28+
It has finished a scan and *is ready to load* these variables.
29+
The user can deselect groups of variables by clicking on the close buttons
30+
on the right of each tab.
31+
32+
![File loaded](./screenshots/variables_none_or_all.png){ width="95%", align=center }
33+
34+
Talk points:
35+
36+
- filter box; filter by dimension name, dimension combination, and variable name
37+
- eye icon: cycle through lists of selected, unselected, and all variables in the filtered list.
38+
- clicking on a tab applys filter by shape combination.
39+
- close button in filter box clears filter (make cross always visible)
40+

0 commit comments

Comments
 (0)