ParaView: Difference between revisions
Andy.bauer (talk | contribs) m (→Other Features) |
|||
(41 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
<center>[[image:pvsplash1.png]]</center> | [http://www.example.com link title]<center>[[image:pvsplash1.png]]</center> | ||
ParaView is an open-source, multi-platform application designed to visualize data sets of varying sizes from small to very large. The goals of the ParaView project include developing an open-source, multi-platform visualization application that supports distributed computational models to process large data sets. It has an open, flexible, and intuitive user interface. Furthermore, ParaView is built on an extensible architecture based on open standards. ParaView runs on distributed and shared memory parallel as well as single processor systems and has been | ParaView is an open-source, multi-platform application designed to visualize data sets of varying sizes from small to very large. The goals of the ParaView project include developing an open-source, multi-platform visualization application that supports distributed computational models to process large data sets. It has an open, flexible, and intuitive user interface. Furthermore, ParaView is built on an extensible architecture based on open standards. ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Linux, Mac OS X, IBM Blue Gene, Cray XT3 and various Unix workstations and clusters. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using the Qt cross-platform application framework. | ||
The goal of this Wiki is to provide up-to-date documentation maintained by the developer and user communities. As such, we welcome volunteers that would like to contribute. If you are interested in contributing to ParaView or to this wiki, please post a message on the ParaView Discourse forum at https://discourse.paraview.org/. | |||
The goal of this Wiki is to provide up-to-date documentation maintained by the developer and user communities. As such, we welcome volunteers that would like to contribute. If you are interested in contributing, please | |||
'''For new users, download and install the [http://paraview.org/paraview/resources/software.php ParaView binaries] for your local computer, and then read [[The ParaView Tutorial]]. ''' Additional tutorials are located under [[#Books and Tutorials]] below. | '''For new users, download and install the [http://paraview.org/paraview/resources/software.php ParaView binaries] for your local computer, and then read [[The ParaView Tutorial]]. ''' Additional tutorials are located under [[#Books and Tutorials]] below. | ||
You can find more information about ParaView on the ParaView web site: http://paraview.org. For more help, including a list of all sources and filters, check out | You can find more information about ParaView on the ParaView web site: http://paraview.org. For more help, including a list of all sources and filters, check out http://paraview.org/paraview/help/documentation.html. | ||
==ParaView In Use== | ==ParaView In Use== | ||
Line 33: | Line 31: | ||
|- | |- | ||
|valign="top"| | |valign="top"| | ||
===License=== | |||
* [[ParaView/License| ParaView License]] | |||
===Compile/Install=== | ===Compile/Install=== | ||
Line 40: | Line 41: | ||
* [[ParaView Release Notes]] | * [[ParaView Release Notes]] | ||
: Collection of release notes for official ParaView releases. | : Collection of release notes for official ParaView releases. | ||
* [ | * [https://gitlab.kitware.com/paraview/paraview/blob/master/Documentation/dev/git/README.md Git Instructions] | ||
: Git is the revision control system that ParaView uses. If you would like to have the bleeding edge version of ParaView, or you would like to contribute code, this link describes the method you must use to get the code. | : Git is the revision control system that ParaView uses. If you would like to have the bleeding edge version of ParaView, or you would like to contribute code, this link describes the method you must use to get the code. | ||
* [[ParaView Nightly Binaries]] | * [[ParaView Nightly Binaries]] | ||
Line 123: | Line 124: | ||
===Python Scripting=== | ===Python Scripting=== | ||
---- | ---- | ||
* [[ParaView/ | * [[ParaView/Python_Scripting#Getting_Started|Environment Setup]] | ||
: Environment variables to set when using Python shell besides pvpython/pvbatch | : Environment variables to set when using a Python shell besides pvpython/pvbatch. | ||
* [[ParaView/Python Scripting|Python Scripting]] <font color="green">* updated to 3.6</font> | * [[ParaView/Python Scripting|Python Scripting]] <font color="green">* updated to 3.6</font> | ||
: Scripting ParaView using python | : Scripting ParaView using python | ||
Line 133: | Line 134: | ||
* Python [[Python recipes|recipes]] for ParaView | * Python [[Python recipes|recipes]] for ParaView | ||
: Collection of python scripts for some common tasks. | : Collection of python scripts for some common tasks. | ||
===GUI Features=== | ===GUI Features=== | ||
Line 148: | Line 147: | ||
* [[Custom Filters]] | * [[Custom Filters]] | ||
: Packaging pipelines into a single composite. | : Packaging pipelines into a single composite. | ||
* [[Image Compressor Configuration]] | * [[ParaView/Image Compressor Configuration|Image Compressor Configuration]] | ||
: How to configure ParaView's image compressor for use during remote rendering. | : How to configure ParaView's image compressor for use during remote rendering. | ||
* [[ParaView/Users_Guide/Memory_Inspector|Memory Inspector Panel]] <font color="green">* updated in 3.98.0 </font> | * [[ParaView/Users_Guide/Memory_Inspector|Memory Inspector Panel]] <font color="green">* updated in 3.98.0 </font> | ||
: Using ParaView's Memory Inspector Panel and its debugging features. | : Using ParaView's Memory Inspector Panel and its debugging features. | ||
* [[ParaView Settings Files]] | * [[ParaView Settings Files]] | ||
: The locations where ParaView saves settings. | : The locations where ParaView saves settings files (also known as config or configuration files). | ||
* [[ParaView/Properties Panel|Properties Panel]] <font color="green">* updated for 4.0</font> | * [[ParaView/Properties Panel|Properties Panel]] <font color="green">* updated for 4.0</font> | ||
: Using and customizing the Properties Panel. | : Using and customizing the Properties Panel. | ||
Line 162: | Line 161: | ||
* [[ParaView/UI/TextFinder|Text Finder]] <font color="green">* new feature for 3.14</font> | * [[ParaView/UI/TextFinder|Text Finder]] <font color="green">* new feature for 3.14</font> | ||
: Searching in long lists and tables in the ParaView GUI. | : Searching in long lists and tables in the ParaView GUI. | ||
* [[Output Messages Window]] | |||
: Design document | |||
===Other Features=== | ===Other Features=== | ||
Line 171: | Line 172: | ||
* [[Backwards compatibility in state files]] | * [[Backwards compatibility in state files]] | ||
: Backwards compatibility for ParaView state files (*.pvsm). | : Backwards compatibility for ParaView state files (*.pvsm). | ||
* [[ParaView/Collaboration| Collaboration]] <font color="green">* new in 3.14</font> | * [[ParaView/Collaboration| Collaboration]] <font color="green">* new in 3.14</font> | ||
: Information of the changes that have been done undercover to support and improve collaboration. | : Information of the changes that have been done undercover to support and improve collaboration. | ||
Line 179: | Line 178: | ||
* [[ParaView/Equation Rendering| Equation Rendering]] <font color="green">* new in 3.98.1</font> | * [[ParaView/Equation Rendering| Equation Rendering]] <font color="green">* new in 3.98.1</font> | ||
: Annotating scenes with mathematical equations. | : Annotating scenes with mathematical equations. | ||
* [[ParaView/Line_Integral_Convolution|Surface LIC]] <font color="green">* updated in 4.1 </font> | |||
: Documentation describing how to configure and use the surface LIC plugin. | |||
* | * [[Spatio-Temporal Parallelism]] <font color="green">* available in the ParaView Git repository</font> | ||
* [[Spatio-Temporal Parallelism]] <font color="green">* | |||
=== Books and Tutorials === | === Books and Tutorials === | ||
---- | ---- | ||
* [ | * [https://www.paraview.org/paraview-guide/ The ParaView Guide] | ||
: The official ParaView guide available from Kitware. [[Book Errata]] | : The official ParaView guide available from Kitware. [[Book Errata]] | ||
: You can download the open-source PDF edition from the [http://www.paraview.org/download/ downloads] page. | |||
*[http://www.paraview.org/ParaView/Doc/Nightly/www/cxx-doc/index.html ParaView API Documentation] | |||
*[http://www.paraview.org/ | |||
: API documentation auto-generated from the source files. | : API documentation auto-generated from the source files. | ||
* [[The ParaView Tutorial]] | * [[The ParaView Tutorial]] | ||
: An introductory and comprehensive tutorial. | : An introductory and comprehensive tutorial. | ||
*[ | * [https://www.paraview.org/paraview-downloads/download.php?submit=Download&version=v4.3&type=data&os=all&downloadFile=ParaViewCatalystUsersGuide_v2.pdf ParaView Catalyst User's Guide] | ||
: The official ParaView Catalyst User's Guide v2.0 corresponding to ParaView 4.3.1. | |||
* [[SNL ParaView Tutorials]] | |||
: Beginning and advanced tutorial sets, each presented as 3-hour classes by Sandia National Laboratories | |||
* [[Intel HPC Dev Con ParaView and OSPRay Tutorial]] | |||
: Short course on ray tracing with a focus on ParaView w/ OSPRay at TACC | |||
: | |||
* [[SNL ParaView | |||
: Beginning and advanced tutorial sets, each presented as | |||
* [[ | |||
: | |||
* [[howtos|Howtos]] | * [[howtos|Howtos]] | ||
: These howtos are instructions for some common operations. | : These howtos are instructions for some common operations. | ||
* [[Related Publications]] | * [[Related Publications]] | ||
: ParaView related books, articles and papers | : ParaView related books, articles, and papers | ||
* [[ParaView 3 Tutorials]] | |||
* [[ParaView 2 Tutorials]] | * [[ParaView 2 Tutorials]] | ||
Line 247: | Line 229: | ||
* [[ServerManager XML Hints]] | * [[ServerManager XML Hints]] | ||
: A place to document ServerManager configuration XML hints. | : A place to document ServerManager configuration XML hints. | ||
===ParaView based Applications=== | ===ParaView based Applications=== | ||
Line 254: | Line 234: | ||
* [[StreamingParaView]] | * [[StreamingParaView]] | ||
: Documentation about the StreamingParaView application. | : Documentation about the StreamingParaView application. | ||
* [[VeloView]] | |||
: An application for visualizing and processing Velodyne LiDAR data | |||
===Web Visualization with ParaView=== | ===Web Visualization with ParaView=== | ||
Line 259: | Line 241: | ||
* [[ParaViewWeb | ParaView Web Visualization Framework]] | * [[ParaViewWeb | ParaView Web Visualization Framework]] | ||
: Documentation for the ParaView Web Visualization Framework | : Documentation for the ParaView Web Visualization Framework | ||
===''In situ'' Analysis with ParaView=== | |||
---- | |||
* [[ParaView/Catalyst/Overview | ParaView Catalyst]] | |||
: Documentation for using ParaView for co-processing | |||
===Plugins Distributed with ParaView=== | ===Plugins Distributed with ParaView=== | ||
Line 270: | Line 257: | ||
===Miscellaneous=== | ===Miscellaneous=== | ||
---- | ---- | ||
* [ | * [https://blog.kitware.com/the-source-newsletter/ The Kitware Source] | ||
: A quarterly newsletter for developers designed to deliver detailed technical articles related to Kitware's open source products including ParaView. | |||
: | |||
* [[Terminology map | Real world concept -> Paraview terminology map]] | * [[Terminology map | Real world concept -> Paraview terminology map]] | ||
: Often new users may say "Surely Paraview can do X... but I can't find it!". This terminology map should help! | : Often new users may say "Surely Paraview can do X... but I can't find it!". This terminology map should help! | ||
Line 279: | Line 264: | ||
===Developers Corner=== | ===Developers Corner=== | ||
---- | ---- | ||
==== | ====Discussion Forum==== | ||
A forum for ParaView discussion, both its use and development, is available at https://discourse.paraview.org/. | |||
====Plugin Development==== | ====Plugin Development==== | ||
Line 291: | Line 275: | ||
====Release Testing==== | ====Release Testing==== | ||
* [[Release Testing]] | * [[Release Testing]] | ||
* [[Remote Cluster Testing]] | |||
{{ParaView/Template/Footer}} | {{ParaView/Template/Footer}} | ||
|} | |} |
Latest revision as of 23:46, 19 March 2024
ParaView is an open-source, multi-platform application designed to visualize data sets of varying sizes from small to very large. The goals of the ParaView project include developing an open-source, multi-platform visualization application that supports distributed computational models to process large data sets. It has an open, flexible, and intuitive user interface. Furthermore, ParaView is built on an extensible architecture based on open standards. ParaView runs on distributed and shared memory parallel as well as single processor systems and has been successfully tested on Windows, Linux, Mac OS X, IBM Blue Gene, Cray XT3 and various Unix workstations and clusters. Under the hood, ParaView uses the Visualization Toolkit as the data processing and rendering engine and has a user interface written using the Qt cross-platform application framework.
The goal of this Wiki is to provide up-to-date documentation maintained by the developer and user communities. As such, we welcome volunteers that would like to contribute. If you are interested in contributing to ParaView or to this wiki, please post a message on the ParaView Discourse forum at https://discourse.paraview.org/.
For new users, download and install the ParaView binaries for your local computer, and then read The ParaView Tutorial. Additional tutorials are located under #Books and Tutorials below.
You can find more information about ParaView on the ParaView web site: http://paraview.org. For more help, including a list of all sources and filters, check out http://paraview.org/paraview/help/documentation.html.
ParaView In Use
- Some examples of how ParaView is used
- Screenshots generated by ParaView
- Links to documentation of ParaView installations on various HPC sites
Documentation
LicenseCompile/Install
Server Setup
Importing Data
Finding Data
Analyzing Data
Animation
Plugins
|
Python Scripting
GUI Features
Other Features
Books and Tutorials
|
Design & Implementation
ParaView based Applications
Web Visualization with ParaView
In situ Analysis with ParaView
Plugins Distributed with ParaViewCommunity Contributed PluginsMiscellaneous
Developers CornerDiscussion ForumA forum for ParaView discussion, both its use and development, is available at https://discourse.paraview.org/. Plugin DevelopmentHandy Developer InfoRelease Testing
|