ParaView/Users Guide/Loading Data: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
No edit summary
Line 1: Line 1:
== Introduction ==


Loading data is a fundamental operation in using ParaView for visualization.
As you would expect, the '''Open''' option from the '''File''' menu and the the '''Open Button''' from the toolbar both allow you to load data into ParaView.
There are also data set sources (available in the Sources menu) in ParaView that create data sets without loading data files.


== Loading Data ==


Loading data is a fundamental operation in using ParaView for visualization. There are a few methods for accomplishing this task in ParaView. Probably the most obvious is loading a data file using the '''Open''' option in the '''File''' menu. You can also load a data file using the  data command-line argument (<code>--data=data_file</code>). Another option is to load a previously saved state file ('''File''' menu, '''Load State'''). This will return ParaView to its state at the time the file was saved by loading data files, applying filters, setting preferences, etc. There are also data set sources (available in the Sources menu) in ParaView that create data sets without loading data files.
ParaView can process both structured and unstructured data sets. It also has some support for multi-block and time-varying data. These data sets can be read into ParaView from several different file formats, some of which ParaView also uses for saving data to a file.
ParaView can process both structured and unstructured data sets. It also has some support for multi-block and time-varying data. These data sets can be read into ParaView from several different file formats, some of which ParaView also uses for saving data to a file.


==File Open Dialog==
==File Open Dialog==
[[File:FileOpenDialog.png]]
[[File:FileOpenDialog.png]]
===Opening File / Time Series===
===Opening Multiple Files===
===Opening Multiple Files===


===Opening File Series===


===Opening Time Series===
== State Files ==
Another option is to load a previously saved state file ('''File''' menu, '''Load State'''). This will return ParaView to its state at the time the file was saved by loading data files, applying filters.
 
== Advanced Data Loading ==
If you commonly load the same data into ParaView each time, you can streamline the process by launching ParaView with the data command-line argument (<code>--data=data_file</code>). You can also launch ParaView

Revision as of 13:52, 22 January 2011

Introduction

Loading data is a fundamental operation in using ParaView for visualization. As you would expect, the Open option from the File menu and the the Open Button from the toolbar both allow you to load data into ParaView.


There are also data set sources (available in the Sources menu) in ParaView that create data sets without loading data files.


ParaView can process both structured and unstructured data sets. It also has some support for multi-block and time-varying data. These data sets can be read into ParaView from several different file formats, some of which ParaView also uses for saving data to a file.

File Open Dialog

FileOpenDialog.png

Opening File / Time Series

Opening Multiple Files

State Files

Another option is to load a previously saved state file (File menu, Load State). This will return ParaView to its state at the time the file was saved by loading data files, applying filters.

Advanced Data Loading

If you commonly load the same data into ParaView each time, you can streamline the process by launching ParaView with the data command-line argument (--data=data_file). You can also launch ParaView