Hi Rüdiger,
Thanks so much for your reply! But I am still confused here. First let me attach my code here and the EBSD data for you.
X direction is set to east. Y is set to south.
% Search GB has (110) rotation axis with rotatin angles from 1 to 90 degree
% Error within 1 degree
ori = orientation('axis',Miller(1,1,0,cs),'angle',37*degree,cs,cs); % This is actually cond2
ind = angle(gB_Ce.misorientation,ori)<1*degree;
gB_Ce(ind).misorientation.Euler % it's found GB, output results show below
Bunge Euler angles in degree
phi1 Phi phi2 Inv.
12.5872 26.4595 14.6068 0
12.5872 26.4595 14.6068 0
12.5872 26.4595 14.6068 0
12.5872 26.4595 14.6068 0
12.5872 26.4595 14.6068 0
12.5872 26.4595 14.6068 0
12.5872 26.4595 14.6068 0
12.5872 26.4595 14.6068 0
Now I found one GB whose misorientation axis is (110) and angle 37 degree. Next I need to figure out if this GB misorientation axis is along the GB direction. I tried
gB_Ce(ind).direction % output shows below
ans = vector3d (show methods, plot)
I'm not sure what it means. Isn't gB_Ce(ind).direction supposed to give you the direction of GB in specimen coordinate?
Besides, I also tried o=ebsd(gB_Ce(ind).ebsdId).orientations
o = orientation (show methods, plot)
crystal symmetry : Ce O2 (m-3m)
Bunge Euler angles in degree
242.327 134.332 224.864 0
242.327 134.332 224.864 0
242.327 134.332 224.864 0
242.327 134.332 224.864 0
242.327 134.332 224.864 0
242.327 134.332 224.864 0
242.327 134.332 224.864 0
242.327 134.332 224.864 0
You said o1, o2 are the orientations along the boundary contained in o=ebsd(grains.boundary('c','c').ebsdId).orientations. But which o1 and o2 I should select? I also got confused about the function of axis(o1,o2). What is it for?
I'm sorry that so many questions may bother you and so appreciated for your kind help!
Best,
Xin
在 2017年12月10日星期日 UTC-6上午10:56:37,Rüdiger Kilian写道: