当前位置: 首页 > 工具软件 > mtex > 使用案例 >

Mtex 导入欧拉角并生成极图

周涵畅
2023-12-01

 

文件格式为txt文本格式就可以,需要三列数据,分别为三个不同的欧拉角。

1.Import Wizard – ODF Generic Interface

 

a.Set ang1 to psi

b.Set ang2 to theta

c.Set ang3 to phi

d.Set inpt to weight

e.Change angle convention to Kocks (Psi, Theta, phi)

i.Choose degree, active rotation for next two tabs

f.Select Finish

 

 

2.Import Wizard – Import ODF

 

a.Choose ODF tab

b.Select texture file

c.Next

 

3.Import Wizard - Crystal Reference Frame

 

a.Mineral – Indexed

b.Crystal Coordinate System

i.Point Group: m-3m

c.Next

 

4.Import Wizard – Specimen Reference Frame

 

a.Choose specmine symmetry -1 triclinic

b.Choose second plotting convention

c.Next

 

5.Import Wizard – ODF Interpolation Method

 

a.Set Halfwidth to 5

b.Select ODF is given by accordingly distributed orientation option

c.Next

 

6.Import Wizard – Import Data

 

a.Ensure file name matches texture file selected in step 2

b.Select import to script (m-file)

c.Finish

 

7.In import script generated by Import Wizard

 

a.Add line at end of file for plotting

i.plotPDF(odf,Miller(#direction,#direction,#direction,CS))

ii.#direction denotes direction of interest, i.e. 1, 0, …

b.Run file to generate pole figure plot

 

8. plotPDF(odf,Miller({1,0,0},{0,1,0},{0,0,1},CS))

 

 类似资料: