distinguish various twinning systems #2274
-
Hi! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
-
@KKone121 @kilir, how do you construct the misorientation object for a twin? How do you know it is (11-21) twin and then how do you infer the right misorientation for it? I am also observing the twinning2 in my EBSD data but unsure which type of twin it is. The misorientation object seems to transform the twin plane (11-21) which doesn't seem logical. |
Beta Was this translation helpful? Give feedback.
How about
twinning2 = orientation.map(Miller(1,1,-2,1,CS),Miller(-1,-1,2,-1,CS), Miller(1,-1,0,0,CS),Miller(-1,1,0,0,CS));
?