EBSD vs. MTEX Pole Figures

840 views
Skip to first unread message

Omar Al-Abri

unread,
Nov 8, 2015, 12:11:24 PM11/8/15
to MTEX

Dear All,

I performed EBSD Analysis of steel sample (Iron-alpha) and obtained the texture given in the attached BCC.txt file. I used the Euler angles from the EBSD to plot the pole figures using MTEX. However, comparing the pole figures obtained from EBSD with the ones from MTEX shows a difference in the distribution as shown in the figures given below. 

I used the following code to plot the pole figures in mtex:

close all
clear all
clc

% crystal symmetry
CS = crystalSymmetry('m-3m', [2.8665 2.8665 2.8665], 'mineral', 'Iron-alpha', 'color', 'light blue');

% specimen symmetry
SS = specimenSymmetry('1');

% plotting convention
setMTEXpref('xAxisDirection','east');
setMTEXpref('zAxisDirection','outOfPlane');


%% Specify File Names

% path to files
pname = 'C:\Users\user\Desktop\Texture';

% which files to be imported
fname = [pname '\BCC.txt'];


%% Import the Data

% create a variable containing the orientation data from EBSD
CPFEM = load(fname);

% define euler angles
ori = orientation('Euler',CPFEM(:,1)*degree,CPFEM(:,2)*degree,CPFEM(:,3)*degree,CS,'Bunge');


%% Plot orientations

figure;
plotPDF(ori,[Miller(1,0,0,CS),Miller(1,1,0,CS),Miller(1,1,1,CS)],'all','contourf','grid');
mtexColorbar;
CLim(gcm,[0.09 3.79]);


The Pole figure from EBSD is:


The Pole figure form MTEX is:



As per CHANNEL 5 software manual, the Euler angles from EBSD are given in Bunge convention. 

Looking forward to your advice.

Regards,

Omar

  
BCC.txt

Rüdiger Kilian

unread,
Nov 8, 2015, 1:23:48 PM11/8/15
to mtex...@googlegroups.com
Hi Omar,
it looks like your channel5 derived polefigure comes from  125000 points while your text file contains only ~7500 points. Could it be that you are comparing an area-weighted pole figure (channel5, taking every measurement point in to account) with something like  one-orientation-per grain data (your .txt file)?
Cheers,
Rüdiger








From: mtex...@googlegroups.com [mtex...@googlegroups.com] on behalf of Omar Al-Abri [omar...@hotmail.com]
Sent: Sunday, November 08, 2015 6:11 PM
To: MTEX
Subject: {MTEX} EBSD vs. MTEX Pole Figures

--
If you want to reduce the number of emails you get through this forum login to https://groups.google.com/forum/?fromgroups=#!forum/mtexmail, click "My membership" and select "Don't send me email updates". You can still get emails on selected topics by staring them.
---
You received this message because you are subscribed to the Google Groups "MTEX" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mtexmail+u...@googlegroups.com.
Visit this group at http://groups.google.com/group/mtexmail.
For more options, visit https://groups.google.com/d/optout.

Omar Al-Abri

unread,
Nov 8, 2015, 1:50:58 PM11/8/15
to MTEX, ruedige...@unibas.ch
 

Hi Rudiger,

Thanks for your reply.

First of all, there was a mistake in the BCC.txt file. The correct one for the above MTEX pole figure is attached now. 
Regarding the texture obtained from EBSD, there was no information in the exported file that shows the weight of the texture. So, I believe that every orientation is represented by the Euler angles given in the BCC.txt.

I tested another case and the same observation is obtained:



The texture information of the above pole figures is the one attached in the original message 

Regards,

Omar
 

 
BCC.txt

Omar Al-Abri

unread,
Nov 9, 2015, 4:00:16 AM11/9/15
to MTEX, ruedige...@unibas.ch
Dear Ralf,

Would you pleases assist with this case!
Further to the explanation given above along with the comment from Rudiger regarding the data points used in the EBSD pole figure, I re-plotted the pole figure again from the Channel 5 software and I used single point for each grain indexed (7446 points) in the EBSD. Based on that, I got the following results, which are still different from the MTEX. I tried to rotate the pole figure from MTEX to match it with the EBSD but without success! Texture data obtained from EBSD are attached.


Looking forward to your advice


Omar

BCC.txt

ruediger Kilian

unread,
Nov 9, 2015, 4:09:44 AM11/9/15
to mtex...@googlegroups.com
Hi Omar,
also, are you sure that
% plotting convention
setMTEXpref('xAxisDirection','east');
setMTEXpref('zAxisDirection','outOfPlane’);
is the correct one for you, or respectively, you might have set a different coordinate system option in channel5 when exporting to .txt. Y0 and X0 is not necessarily the same as x,y in mtex.
Cheers,
Rüdiger
> The Pole figure form MTEX is:
>
>
>
>
>
> As per CHANNEL 5 software manual, the Euler angles from EBSD are given in Bunge convention.
>
> Looking forward to your advice.
>
> Regards,
>
> Omar
>
>
>
> --
> If you want to reduce the number of emails you get through this forum login to https://groups.google.com/forum/?fromgroups=#!forum/mtexmail, click "My membership" and select "Don't send me email updates". You can still get emails on selected topics by staring them.
> ---
> You received this message because you are subscribed to the Google Groups "MTEX" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to mtexmail+u...@googlegroups.com.
> Visit this group at http://groups.google.com/group/mtexmail.
> For more options, visit https://groups.google.com/d/optout.
> <BCC.txt>

signature.asc

Omar Al-Abri

unread,
Nov 9, 2015, 10:16:39 AM11/9/15
to MTEX, ruedige...@unibas.ch
Hi Rudiger,

Thanks for your response and suggestions. It was exactly as you mentioned. I changed the coordinate system option in channel5 and I got exactly like MTEX.

Thanks again and best regards,

Omar


Reply all
Reply to author
Forward
0 new messages