Animation » History » Version 1
Ted Sume, 11/11/2019 02:14 PM
1 | 1 | Ted Sume | # Animation |
---|---|---|---|
2 | |||
3 | # Quick and not-so-dirty animations in VisIt |
||
4 | Note: Make sure VisIt and Vizschema are installed properly and running. |
||
5 | The following instructions outline how to create a VisIt database file from within VisIt. The database file is merely a text list of datafile names and can be constructed manually "by hand" or by a script. |
||
6 | Instructions on how to use such a database file are included in the easy Mac installer (see item 6) |
||
7 | ``` |
||
8 | Start VisIt |
||
9 | Select "File-->Select file..." (NOT Open file) |
||
10 | Choose directory containing a time series of HDF5 data files (all should be of the same kind ie. field data) |
||
11 | Highlight multiple data files |
||
12 | Press "Group", then "Ok" |
||
13 | Select "File--> Refresh file list" |
||
14 | ``` |
||
15 | Now a .visit file should be visible in the same directory as the data files themselves. |
||
16 | Open this "database" file as you would a single data file |
||
17 | Visualize/setup data as you would a single data file... the first "frame" of data should be visible when "Draw" is selected. The animation buttons should be activated. |
||
18 | Now when the play or forward/backward animation buttons are pressed, the data files that were highlighted when the database file was created will be loaded and rendered with the same settings as for the first data set. These frames can then be dumped automatically as image files and grouped into a movie file in post-processing (ie Quicktime Pro). |
||
19 | Note: multiple .visit database files can be loaded in order to combine different kinds of data plots into a single movie. |