ParaView/Users Guide/Information Panel: Difference between revisions
No edit summary |
|||
Line 48: | Line 48: | ||
[[Image:ParaView_UG_Info_Multiblock.png|400px]] | [[Image:ParaView_UG_Info_Multiblock.png|400px]] | ||
For multi-block datasets, the Data Hierarchy section shows the tree that forms the multi-block dataset. By default, only the first level children are shown. You can drill down further by clicking on the small triangle to the left of each node. Note that you can drill down to each block by clicking on it. All of the other sections will immediately update for the selected block. For information on the whole dataset, select the top parent called "Multi-Block Dataset". |
Revision as of 21:41, 13 December 2010
Introduction
Clicking on the Information button on the Object Inspector will take you to the Information Panel. The purpose of this panel is to provide you with information about the output of the currently selected source, reader or filter. The information on this panel is presented in several sections. We start by describing the sections that are applicable to all dataset types then we describe data specific sections.
File Properties
If the current pipeline object is a reader, the top section will display the name of the file and its full path.
Data Statistics
The Statistics section displays high-level information about the dataset including the type, number of points and cells and the total memory used. Note that the memory is for the dataset only and does not include memory used by the representation (for example, the polygonal mesh that may represent the surface). All of this information is for the current time step.
Array Information
This section shows the association (point, cell or global), name, type and range of each array in the dataset. In the example, the top 3 attributes are point arrays, the middle 3 cell arrays and the bottom three global (field) arrays. Note that for vectors, the range of each component is shown separately. In case, the range information does not fit the frame, the tooltip will display all of the values.
Bounds
The Bounds section will display the spatial bounds of the dataset. These are the coordinates of the smallest axis-aligned hexahedron that contains the dataset as well as its dimensions.
Timesteps
The Time section shows the index and value of all time steps available in a file or produceable by a source. Note that this section display values only when a reader or source is selected even though filters downstream of such sources also have time varying outputs. Also note that usually only one time step is loaded at a time.
Extents
The Extents section is available only for structured datasets (uniform rectilinear grid, rectilinear grid and curvilinear grid). It displays the extent of all three indices that define a structured datasets. It also displays the dimensions (the number of points) in each direction. Note that these refer to logical extents and the labels X Extent, Y Extent and Z Extent can be somehow misleading for curvilinear grids.
Data Hierarchy (AMR)
For AMR datasets, the Data Hierarchy section shows the various refinement levels available in the dataset. Note that you can drill down to each level by clicking on it. All of the other sections will immediately update for the selected level. For information on the whole dataset, select the top parent called "AMR Dataset".
Data Hierarchy (Multi-Block Dataset)
For multi-block datasets, the Data Hierarchy section shows the tree that forms the multi-block dataset. By default, only the first level children are shown. You can drill down further by clicking on the small triangle to the left of each node. Note that you can drill down to each block by clicking on it. All of the other sections will immediately update for the selected block. For information on the whole dataset, select the top parent called "Multi-Block Dataset".