Version 16 (modified by 14 years ago) ( diff ) | ,
---|
Starting Visit
Visit reads HDF5 files and can recognize them from the File open
screen, provided they have the .hdf
extension. If a collection of .hdf
files with the same numbering convention exists in a directory, Visit will group them together and open them as a batch, which makes producing images and animations easier. The process is as follows:
- Click
File->Open file...
to bring up theFile open
screen.
- Enter the directory path of the files in the
Path
field.
- The grouped HDF5 files are listed as
.hdf
databases in theFile open
window, with the individual files under the group header. Select the group you want and make sure that the "Open as File Type" box is set to "Chombo".
Making Movies in Visit
- Once you have drawn your plot, press the Play button on the main screen. This will give you a preview of your animation.
- Click
File->Save Movie
and follow the on-screen instructions. If saving frames as .png files, follow the next step to convert the images into a movie.
- Type "
convert -quality 100 file_name00*.png movie.gif
" from the command line within the directory the movie stills are located. This command strings together the .png files into an animated .gif file called "movie.gif". The asterisk indicates "all files that begin with…". message
Attachments (11)
- VisItPseudoColorCropped.png (157.6 KB ) - added by 14 years ago.
- VisItStartScreen.png (108.0 KB ) - added by 14 years ago.
- ChomboOpen.png (64.4 KB ) - added by 14 years ago.
- VisItPseudocolorMenu.2.png (85.3 KB ) - added by 14 years ago.
- VisItPseudocolorMenu.png (85.3 KB ) - added by 14 years ago.
- Bx2Dscreengrab.png (145.0 KB ) - added by 14 years ago.
- SliceOperatorSelect.png (62.9 KB ) - added by 14 years ago.
- Bx3Dunsliced.png (128.4 KB ) - added by 14 years ago.
- SliceOperatorApplied.png (72.8 KB ) - added by 14 years ago.
- SliceOperatorAttributes.png (45.8 KB ) - added by 14 years ago.
- Bx3Dsliced.png (138.6 KB ) - added by 14 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.