-
``` matlab
% You run this script to test for yourself
%
%% Clear memory and close all plots
clear all;
close all;
%% import MTEX example data set
mtexdata forsterite
%
% crystal symmetry
CS = {...
…
-
I tried to post this over at the forum, but the 'post' button was nonfunctional.
After plotting my EBSD data, I can plot a pole figure with the same coloration by using the following code;
``` matl…
-
I have tried to used smooth EBSD as input for calcODF and plotting ODF sections and pole figures. I first tested with some of my data and it would work, the ODF id calculated and no error is given, bu…
-
`MooseMesh::nodeToElemMap()` builds a map that points from nodes to adjacent elements. It its current state it includes ancestor elements (i.e. elements that are parents holding refined elements). Is …
-
Hi Ralf,
for certain reasons (actually I don't want the meanorientation calculated the way it is), instead of merging twinned grains, I set the ebsd to higher symmetry, calc grains, and set it back ag…
kilir updated
8 years ago
-
Is there a particular reason the y-axis (labeled freq) now goes to values in the 100s? In the older version that I have (4.something), the freq value was a fraction. Which makes sense because misori…
-
Hi Ralf,
using mtex4.3.beta1
```
plotIPDF(ebsd('q').orientations,xvector)
```
results in a plot with 3 digit annotations, while crystal symmetry is 321 which seems to have some rounding issue, displ…
kilir updated
8 years ago
-
Reading an .osc file with just one phase with import wizard, the first phase queried is phase -1 (notIndexed) and phase 0 is the indexed phase. The summary is:
phase -1 (not Indexed): notIndexed, 0 o…
kilir updated
8 years ago
-
Hi Ralf,
some people enjoy using the m-index, which is defined between 0 and 1. Using calcMIndex on a very sharp texture may return values larger 1.
```
odf=unimodalODF(orientation('Euler',[0,0,0]*de…
kilir updated
8 years ago
-
Hi Ralf,
with mtex4.3.beta1 plotSection fails with the option 'axisAngle'
```
plotSection(ebsd('q').orientations,'axisAngle')
plotting 2000 random orientations out of 126276 given orientations
Unde…
kilir updated
8 years ago