12 May 2020 0 10K Report

I use Matlab to create an orientation file for 40 grains in 2D, (dimension 128*128*1) that has the 3 first columns representing the Euler Angles (phi1, Phi, phi2), the 4th 5th & 6th columns denote the point coordinates (x,y,z), the 7th column represent the grainID and the 8th colum is the PhaseID. For instance:

phi1 Phi phi2 x y z gID pID

25.72037 187.79394 34.82281 1 1 1 2 1

25.72037 187.79394 34.82281 2 1 1 2 1

...

140.73761 299.29671 289.21118 33 1 1 8 1

140.73761 299.29671 289.21118 34 1 1 8 1

...

24.77020 115.05590 191.11114 127 128 1 37 1

24.77020 115.05590 191.11114 128 128 1 37 1

Please find the document attached for the full data.

And I want to use this data to plot the Inverse Plot Figures using MTEX (I am using version 5.3) or some other software for texture analysis. This is not data I got from EBSD but something I made out via Matlab.

Similar questions and discussions