misorientation axis for all possible neighboring lattice point pairs #1370
Unanswered
Debo-rah
asked this question in
Ask Anything
Replies: 1 comment 2 replies
-
|
Hi, Cheers, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I need to calculate the in grain misorientation axis (IGMA), which is the determination of the misorientation axes for all possible neighboring lattice-point pairs in the grain.
I found various ways to calculate misorientation axes, however, it seems most ways to calculate them (ebsd.mis2mean or grod) calculate the misorientation to the mean grain orientation instead of towards neighbouring points.
I would need to calculate the misorientation axis between neighbouring ebsd points.
Is this done by the following?
I also found this discussion with two possible scripts to get the misorientation axis calculated just like the Kernel average misorientation:
https://gist.github.com/kilir/f51275526f78ffc4783ffe1aff88a048#file-kax_demo-m
I have some questions about them:
2.) the second one (KAMAX) gives error messages. I think the problem here is that I dont know how to call the function.
I tried
[kamangle,kamaxis]=kamax(ebsd);
and got:
"
Undefined function 'spatialDecomposition' for input arguments of type 'double'.
Error in kamax (line 32)
[
,,I_FD] = spatialDecomposition([ebsd.prop.x(:), ebsd.prop.y(:)],ebsd.unitCell,'unitCell');"
However, the same line exists in the KAM code, which works when I call ebsd.KAM.
If anyone understands the codes or knows another function of MTEX that calculates the misorientation axis between neighbouring points for a whole map, I would be very thankful!
Thanks for helping
Deborah
Beta Was this translation helpful? Give feedback.
All reactions