IQ map #552
-
Hello, I have plotted IPF maps and characterized the structural properties of gb using MTEX. Thank you very much for sharing the tool. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Hello, I would try figure |
Beta Was this translation helpful? Give feedback.
-
Hi, mtexdata olivine
[grains, ebsd.grainId]=ebsd.calcGrains;
% ebsd along/across boundary
ebsd_gb = ebsd('id',grains.boundary('indexed','indexed').ebsdId);
% ci along boundary
ci_gb= ebsd_gb.prop.ci
plot(ebsd_gb,ci_gb) Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi, I have executed the following code after loading an ebsd data from osc file, which includes iq data. ebsd = EBSD.load(fname,CS,'interface','osc','convertEuler2SpatialReferenceFrame'); % ci along boundary |
Beta Was this translation helpful? Give feedback.
-
The property name was imagequality like you said. Another thing I am trying to do is to plot IQ values along a line crossing a particular grain boundary (like a height profile). Thank you. |
Beta Was this translation helpful? Give feedback.
Hello,
I would try
figure
plot(ebsd,ebsd.iq)
colormap gray