The grain reference orientation deviation is the misorientation \(\mathrm{GROD}_{i,j}\) between the orientation \(o_{i,j}\) at position \((i,j)\) and the reference or mean orientation \(o_g\) of the grain the position \((i,j)\) belongs to, i.e.,
\[ \mathrm{GROD}_{i,j} = \mathbf S_{i,j} \cdot \mathrm{inv}(o_g) \cdot o_{i,j} \]
In the above formula the symmetry elements \(\mathbf S_{i,j}\) are chosen to minimize the misorientation angle of \(\mathrm{GROD}_{i,j}\).
Let us demonstrate the computation of the grain reference orientation deviation at the example of a deformed Ferrite specimen. Lets import the data first, reconstruct the grain structure and perform some denoising of the orientation data as the we are going to analyze the misorientation axes which are very noise sensitive.
The grain reference orientation deviation is computed by the command calcGROD
. It requires the reconstructed grains
as second argument and that ebsd.grainId
has been set as we did in the above code.
As a first application we simply plot the misorientation angle of the grain reference orientation deviation and overlay it with the subgrain boundaries
Grain Orientation Spread (GOS)
The grain orientation spread (GOS) is the averaged misorientation angle of the grain reference orientation deviations of each grain. We may compute this average by using the command grainMean
.
The Misorientation Axis in Crystal Coordinates
When analyzing the misorientation axis of the grain reference orientation deviations we have to distinguish whether we look at them in crystal coordinates or in specimen coordinates. Let's start with the crystal coordinates. In this case we use the command axis
to compute the corresponding \((hk\ell)\) values.
Lets first plot the distribution of misorientation axes in the fundamental sector.
We observe that the distribution is very uniform and there is no preferred misorientation axes. Lets have a look at the spatial distribution of the misorientation axes. To this end we firs have to define a directional color key.
When plotting the misorientation axis we use the misorientation angle as transparency value to fade out low angles misorientations to white.
The misorientation axis in crystal coordinates can be related to active slip systems. See: V. Tong, E. Wielewski, B. Britton Characterisation of slip and twinning in high rate deformed zirconium with electron backscatter diffraction, 2018.
TODO: explain this at some new documentation page
The Misorientation Axis in Specimen Coordinates
The misorientation axis in specimen coordinates is computed by applying the EBSD orientations to the the misorientation axes in crystal coordinates. It is important to use here the option 'noSymmetry'
.
When looking at the distribution of the misorientation axes in specimen coordinates we observe some strongly preferred directions.
As the misorientation axes in specimen coordinates have no symmetry at all (not even antipodal symmetry) we may use a full color key to colorize them
The spatial plot of the misorientation axes in crystal coordinates follows the same lines as the plot in specimen coordinates.