Plotting correlated misorientation axis on specimen reference frame #611
Unanswered
YuvalBon
asked this question in
Ask Anything
Replies: 2 comments 2 replies
-
Hi Yuval
Would something like
https://mtex-toolbox.github.io/HomepageOld/files/doc/GrainMisorientationAnalysis.html
do what you want?
cheers
L
Luiz F. G. Morales
ScopeM & Structural Geology and Tectonics Group
ETH Zürich
…________________________________
From: YuvalBon <[email protected]>
Sent: 03 December 2020 19:16:09
To: mtex-toolbox/mtex
Cc: Subscribed
Subject: [mtex-toolbox/mtex] Plotting correlated misorientation axis on specimen reference frame (#611)
Hi!
I'm trying to plot the misorientation axis of subgrain boundaries (meaning, boundaries with misorientation of 1 - 10 degrees inside a grain). I would like to show it in the sample reference frame.
I know I can calculate the uncorrelated misorientation axis in the sample reference frame (using 'calcMisorientation(ebsd)'), or calculate the correlated misorientation axis but in the crystal reference frame (here using 'grain.boundary.misorientation' or 'grain.innerBoundary').
It is possible to have the correlated MOA on the sample reference frame in MTEX?
Thanks much!
Yuval
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#611>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALE5IN5GRTXT2OLYJVQWF3DSS7IWTANCNFSM4UMLGAUA>.
[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#611", "url": "#611", "name": "View Discussion" }, "description": "View this Discussion on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi yuval
Sorry, that was part of the old documebtation
Have a look here
https://mtex-toolbox.github.io/EBSDGROD.html
In this case the ebsd.orientations of (in your case) olivine are conbined to the axis of the grain orientation reference deviation that you can calculate after you have grains calculated, essentially transforming the misorientationnaxes from crystal reference frame to sample reference frame. The sample reference frame is of course the same you setup when importing the data
Does this make sense?
Cheers
Luiz
Luiz F. G. Morales
ScopeM - ETH Zürich
Sent from iPhone
On 3 Dec 2020, at 21:48, YuvalBon <[email protected]> wrote:
Thanks Luiz!
I followed this code and using 'v = axis(ebsd('Forsterite').orientations,oriRef)' I generated pole figures that looks like the example:
[SGB_3_H6915F_2]<https://user-images.githubusercontent.com/75444955/101085504-2ff87a00-35b8-11eb-9398-49fbd681a277.jpg>
However, I am not sure I understand what these figures mean. (a) Are these the axis orientations of correlated or uncorrelated pairs of misorientations?, and (b) is that the sample reference frame (similar to a standard CPO pole figure where the X direction is east-west and Z direction is north-south)?
Best,
Yuval
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#611 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALE5IN4TPHPPMVZOAYYM4ILSS72Q3ANCNFSM4UMLGAUA>.
[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#611 (reply in thread)", "url": "#611 (reply in thread)", "name": "View Discussion" }, "description": "View this Discussion on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm trying to plot the misorientation axis of subgrain boundaries (meaning, boundaries with misorientation of 1 - 10 degrees inside a grain). I would like to show it in the sample reference frame.
I know I can calculate the uncorrelated misorientation axis in the sample reference frame (using 'calcMisorientation(ebsd)'), or calculate the correlated misorientation axis but in the crystal reference frame (here using 'grain.boundary.misorientation' or 'grain.innerBoundary').
It is possible to have the correlated MOA on the sample reference frame in MTEX?
Thanks much!
Yuval
Beta Was this translation helpful? Give feedback.
All reactions