-
Hi Ralf,
triple junction on grains work fine, however, when I merge these grains to get rid of twin boundaries, triple junctions on merged grains still returns junctions that include twin boundaries.…
kilir updated
8 years ago
-
Hi Ralf,
is there any way to easily tell whether mtexFigure displays a map (e.g.grains) or something else?
The reasoning behind it, is that I don't want anti-aliasing and Matlabs GraphicsSmoothing in …
kilir updated
8 years ago
-
I am doing some standard calculations of ODFs and Pole figures. However the EBSD object has over 17 million indexed points and ebsd_subregion has over 7 million index points.
So when use the script b…
-
After loading my ebsd map (named ebsd_H10), I attemted to use the fliplr and flipud functions on the ebsd map as follows;
flipud(ebsd_H10) which gave the output;
ans = EBSD (show methods, plot)
Ph…
-
Hello Ralf and others,
This is probably an ignorant question, and hopefully has a simple answer.
I am uncertain about how to plot the axes of misorientations relative to the principal directions of t…
-
Hello, I have used the following code to plot pole figures, and substituted the 'earea' argument for 'eangle' 'edist' 'schmidt' and 'stereo' and in all cases the pole figures were identical, except fo…
-
In order to read EBSD Orientation data the user must first convert the data into an H5EBSD file, then clear the pipeline and read the h5ebsd file using a new filter.
We should just create the data c…
-
I've noticed an issue with plotPDF at high point numbers. My EBSD data includes a total of 333468 points, and is of the magnesium symmetry
```
>> CS = grains.CS
CS = crystalSymmetry (show methods…
-
Dear all!
When I try to calculate the ODF from EBSD data using the command `odf_Hb = calcODF(ebsd('Hornblende').orientations)` in the command window appears:
```
??? Error using ==> subsref
No appro…
-
Hello, when plotting pole figures with the following command,
``` matlab
odf = calcODF(ebsd_V10('Magnesium').orientations,'halfwidth',3*degree);
plotPDF (odf, h, 'minmax', 'contour',1:1:4, 'upper')…