File size: 915 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 Nucleon dataset from "nucleon/data/nucleon_41x41x41_uint8.raw", the information about this dataset:
Nucleon
Description: Simulation of the two-body distribution probability of a nucleon in the atomic nucleus 16O if a second nucleon is known to be positioned at r'=(2 fm,0,0).
Data Type: uint8
Data Byte Order: little Endian
Data Spacing: 1x1x1
Data Extent: 41x41x41
Data loading is very important, make sure you correctly load the dataset according to their features.

Visualize the nucleon distribution:
1. Apply volume rendering to show the probability distribution
2. Use a scientific colormap (viridis or plasma) for the density
3. Create isosurfaces at probability peaks
4. Add orthogonal slice planes to show the 3D distribution

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

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