File size: 762 Bytes
3cb1822
 
 
 
 
 
 
 
 
 
 
3a2d55e
 
 
 
 
3cb1822
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Task:

Load the Silicium dataset from "silicium/data/silicium_98x34x34_uint8.raw", the information about this dataset:
Silicium
Description: Simulation of a silicium grid.
Data Type: uint8
Data Byte Order: little Endian
Data Spacing: 1x1x1
Data Extent: 98x34x34
Data loading is very important, make sure you correctly load the dataset according to their features.

Visualize the crystal lattice structure:
1. Apply volume rendering to show the atomic density
2. Create isosurfaces at atomic positions
3. Use a metallic colormap (silver-blue)
4. Add a clip plane to reveal the lattice arrangement

Please think step by step and make sure to fulfill all the visualization goals mentioned above.

Finally, save the paraview state as "silicium/results/silicium.pvsm"