ParaView/Users Guide/Loading Data: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(removed list of readers and refer to appendix instead)
(Deleting page.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Introduction ==
{{ParaView/Template/DeprecatedUsersGuide}}
 
Loading data is a fundamental operation in using ParaView for visualization.
As you would expect, the '''Open''' option from the '''File''' menu and the '''Open Button''' from the toolbar both allow you to load data into ParaView. ParaView understands many scientific data file formats. The most comprehensive list is given in the [http://paraview.org/Wiki/ParaViewUsersGuide/List_of_readers List of Readers] appendix. Because of ParaView's modular design it is easy to integrate new readers. If the formats you care about are not listed there ask the mailing list first to see if anyone has a reader for the format or, if you want to create your own readers for ParaView see the [http://www.paraview.org/Wiki/ParaView/Plugin_HowTo#Adding_a_Reader Plugin HowTo] section and
the [http://paraview.org/Wiki/Writing_ParaView_Readers Writing Readers] appendix of this book.
 
==Opening File / Time Series==
ParaView recognizes file series by using certain patterns in the name of files including:
fooN.vtk
foo_N.vtk
foo-N.vtk
foo.N.vtk
Nfoo.vtk
N.foo.vtk
foo.vtk.N
foo.vtk-sN
Where N is an integer (with any number of leading zeros). To load a file series, first make sure that the file names match one of the patterns described above. Next, navigate to the directory where the file series is. The file browser should look like this:
 
[[Image:ParaView_UG_FileSeries.png|center|500px]]
 
You can expand the file series by clicking on the triangle, as shown in the above diagram. Simply select the group (in the picture named blow..vtk) and click ok. The reader will store all the filenames and treat each file as a time step. You can now animate, use annotate time filter, do anything you can do with readers that natively support time. If you want to load a single step of a file series just expand the triangle and select the file you are interested in.
 
==Opening Multiple Files==
 
ParaView supports loading multiple files as long as they exist in the same directory. Just hold the ctrl key down while selecting each file, or hold shift to select all files in a range.
[[Image:ParaView_UG_MultipleFileOpen.png|center|500px]]
 
== 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
 
 
== 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.
 
[[Image:ParaView_UG_FileLoadObjectInspector.png|center]]
 
Once you have enabled all the options on the data that you are interested in click the <font color=green>'''Apply'''</font> button to finish loading the data. For a more detailed explanation of the object inspector read the [[ParaView/UsersGuide/Filtering_Data#Properties | Properties Section]]

Latest revision as of 18:34, 14 January 2015

PAGE DELETED
The Users Guide has been moved from the Wiki to The ParaView Guide. Please use the history if you want to access the old version of this document.