Difference between revisions of "ParaviewTechniques"

From IACL
Jump to navigation Jump to search
(created page)
 
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
<meta name="title" content="Paraview Techniques"/>
+
<!-- <meta name="title" content="Paraview Techniques"/> -->
 
{{h2|Paraview Techniques}}
 
{{h2|Paraview Techniques}}
  
 
{{h3|Animating surface or volume series}}
 
{{h3|Animating surface or volume series}}
 +
Low-resolution movies produced using this technique can be downloaded {{file|PvTut_AnimatingSeries.zip|here|zip}}.
 +
{|
 +
|valign="top"|1.
 +
|valign="top"|Paraview will [http://paraview.org/Wiki/Animating_legacy_VTK_file_series recognize filename patterns] that contain a series of numerical values. This appears as an "explode-able" file series as shown in the image to the right.
 +
|valign="top"|[[Image:PvTut_ExplodeSeriesFilenames.png|right|thumb|100px|Paraview explode-able file]]
 +
|-
 +
|valign="top"|2.
 +
|valign="top"|If the top level (shown in the red box) is selected and OK is clicked, Paraview will know about all the elements and will interpret them as a time series.  Notice the time indicies in the bottom left highlighted by the red box.  You can view these as a movie in paraview by clicking the play button in the "VCR controls" toolbar near the top of the Paraview window (see the blue box).
 +
|valign="top"|[[Image:PvTut_TimeSeriesLoaded.png|right|thumb|100px|Paraview with loaded time series]]
 +
|-
 +
|valign="top"|3.
 +
|valign="top"|Any filters or processing that are applied to the object are applied to all objects in the time series.
 +
|valign="top"|[[Image:PvTut_TimeSeriesThroughPipeline.png|right|thumb|100px|Paraview with loaded time series]]
 +
|}

Latest revision as of 01:08, 3 July 2022

Paraview Techniques

Animating surface or volume series

Low-resolution movies produced using this technique can be downloaded here here.

1. Paraview will recognize filename patterns that contain a series of numerical values. This appears as an "explode-able" file series as shown in the image to the right.
Paraview explode-able file
2. If the top level (shown in the red box) is selected and OK is clicked, Paraview will know about all the elements and will interpret them as a time series. Notice the time indicies in the bottom left highlighted by the red box. You can view these as a movie in paraview by clicking the play button in the "VCR controls" toolbar near the top of the Paraview window (see the blue box).
Paraview with loaded time series
3. Any filters or processing that are applied to the object are applied to all objects in the time series.
Paraview with loaded time series