ParaView/Users Guide/Information Panel

From KitwarePublic
< ParaView
Revision as of 13:42, 19 June 2012 by Zack (talk | contribs) (Reverted edits by 119.254.90.18 (talk) to last revision by Katie.osterdahl)
Jump to navigationJump to search

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

Figure 3.12 File properties

If the current pipeline object is a reader, the top section will display the name of the file and its full path, as in Figure 3.12.

Data Statistics

Figure 3.13 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

Figure 3.14 Array information

The data shown in Figure 3.14 shows the association (point, cell or global), name, type and range of each array in the dataset. In the example, the top three attributes are point arrays, the middle three are cell arrays and the bottom three are 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

Figure 3.15 Bounds information

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, as in Figure 3.15.

Timesteps

Figure 3.16 Time section showing timesteps

The Time section (see Figure 3.16) 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

Figure 3.17 Extents

The Extents section, seen in Figure 3.17, 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)

Figure 3.18 Data hierarchy for AMR

For AMR datasets, the Data Hierarchy section, Figure 3.18, 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)

Figure 3.19 Data hierarchy for multi-block datasets

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".