Re: How to export the information of Euler angles for all grains

294 views
Skip to first unread message

Ralf Hielscher

unread,
Apr 8, 2013, 3:39:50 AM4/8/13
to mtex...@googlegroups.com
Assume you have some ebsd data and grains computed by

grains = calcGrains(ebsd)

Then the Euler angles can be accessed by
angles = get(grains,'Euler')

Default convention is Bunge, i.e. you have
phi1 = angle(:,1);
Phi  = angle(:,2);
phi2
= angle(:,3);

I hope this helps.

Ralf.
 

Omar Al-Abri

unread,
Dec 8, 2015, 3:54:47 AM12/8/15
to MTEX
Dear Ralf,

With reference to the example above, the Euler angles obtained from EBSD are normally in Bunge convention, can we change the angles into Kocks convention in MTEX? Is there any command dedicated to do this operation in MTEX? 
What I'm interested to do is to import data from EBSD, perform some rotation operations on them, convert them into Kocks convention, and then export them to a .txt file in order to use them in a CPFEM code.

Looking forward to your prompt response

Omar

Ralf Hielscher

unread,
Dec 9, 2015, 9:11:56 AM12/9/15
to MTEX
Have you tried

angles = get(grains,'Euler','Kocks')?

Ralf.
Reply all
Reply to author
Forward
0 new messages