Error in loading and displaying Euler angles in IPF

26 views
Skip to first unread message

Jerard

unread,
Jun 5, 2020, 9:52:37 AM6/5/20
to MTEX
Hi,

I am running into errors loading and plotting a set of Euler angles. I am trying to load a set of six (6) Euler angles into the ori1 variable. However, the values of phi1,Phi,phi2 in ori1 are very different from the original values in my file (attached to this post and also shown in the attached image 'EulerAngles_36_MASSIF_6'). This is true both when I print ori1 to screen as well as within the ori1 variable structure (see image attached). 

Lastly, when I plot the IPDF, only 2 of the 6 total points are plotted, even though I use the command 'all'. 

I am using Mtex-5.3. 

Here is my code:

texFile1 = '/Users/jerardg/Desktop/EulerAngles_36_MASSIF_6.txt';

 

% crystal symmetry

CS = crystalSymmetry('m-3m',[3.7 3.7 3.7]);

% pole figures to plot

h = [Miller(1,1,1,CS) Miller(0,0,1,CS) Miller(0,1,1,CS)];

% inverse pole figures to plot

r = [xvector yvector zvector];


ori1 = loadOrientation_generic(texFile1,'CS',CS,'ColumnNames',{'Euler1' 'Euler2' 'Euler3'},'Bunge')

figure; plotIPDF(ori1,yvector,'all') 


Is there something that I am doing incorrectly, or is this an error within MTex? Any thoughts or help would be appreciated.

Thanks,

Jerard 



EulerAngles_36_MASSIF_6.txt
Reply all
Reply to author
Forward
0 new messages