Can we plot discrete pole figures for simulated data? #1338
-
|
I would like to make discrete pole figure plots for the my simulated Laue data. The format the data is [[x1,y1,euler1a,euler1b,euler1c],[x2,y2,euler2a,euler2b,euler2c],[x3,y3,euler3a,euler3b,euler3c],....].x and y are coordinates of the orientations(represented as Euler angles, which is the third, fourth and fifth column - euler1a, euler1b, euler1c etc..). Currently, If I want to plot the pole figures , I have to get the ODF(odf = unimodalODF(ori)) at first, and then we can rotate the data (odf_rotated = rotate(odf, rotation('axis', yvector, 'angle', 90*degree))), finally we can draw the pole figures. In our case, I do want to get discrete pole figure plots because there are very characteristic patterns in them that will help us to figure out more information (rotation issues between two reference frames, If we can compare discrete PFs in the same rotational position we should be able to see what’s going on). I attached my code here for your information, and really appreciate if you can help me! Many thanks! %% Specify File Names fname = '/laue_results.csv']; % % create an EBSD variable containing the data %% Specify Crystal and Specimen Symmetries % crystal symmetry odf = unimodalODF(ori) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi, ? |
Beta Was this translation helpful? Give feedback.
Hi,
how about
?
Cheers,
Rüdiger