You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I decided to put our discussion here. If you go to misc/ and run run.py
You expect to see the following images.
The idea is the following
1, convert each hkl to a spherical coordinates (theta, phi)
2, generate 10000 mesh grids to evenly sample the sphere
3, for each hkl, we place a Gaussian on the unit sphere according to the intensity and a sigma value
4, use plotly to show the interctive image
5, use Matplotlib to show the static image (here I used the spherical harmonic expansion)
The text was updated successfully, but these errors were encountered:
Our ultimate goal is to generate the following plot to show the directional dependence of XRD intensity. We may change it to some other values later on.
qzhu2017
changed the title
Spheric images
Spheric images (Quantification of directional dependence of ordering)
Jul 28, 2022
I decided to put our discussion here. If you go to misc/ and run
run.py
You expect to see the following images.
The idea is the following
1, convert each hkl to a spherical coordinates (theta, phi)
2, generate 10000 mesh grids to evenly sample the sphere
3, for each hkl, we place a Gaussian on the unit sphere according to the intensity and a sigma value
4, use plotly to show the interctive image
5, use Matplotlib to show the static image (here I used the spherical harmonic expansion)
The text was updated successfully, but these errors were encountered: