ParaView/Users Guide/Loading Data: Difference between revisions
m (moved Users Guide/Loading Data to ParaView/Users Guide/Loading Data: To be in the correct name space) |
|||
Line 7: | Line 7: | ||
[[File:FileOpenDialog.png]] | [[File:FileOpenDialog.png]] | ||
Cover: file series and patterns, grouping in file browser, opening a single time step or a collection of timesteps | |||
===Opening File / Time Series=== | ===Opening File / Time Series=== | ||
===Opening Multiple Files=== | ===Opening Multiple Files=== | ||
== State Files == | == State Files == |
Revision as of 18:44, 26 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. The list of supported file formats for ParaView can be found on the List Of Readers. Because of ParaView's modular design it is easy to integrate new VTK readers so check beck every release for new supported file formats. If you are interested in creating new readers for ParaView see the HowTo
File Open Dialog
Cover: file series and patterns, grouping in file browser, opening a single time step or a collection of timesteps
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
Object Inspector
Note that opening a file is a two step process, so that you do not see any data after opening a data file. Instead, you see that the object inspector is populated with several options about how we want to read the data.
File:Image Of Object Insepector
Once you have enabled all the options on the data that you are interested in click the Apply button to finish loading the data.