Importing orientations file #2180
Answered
by
ralfHielscher
bma698
asked this question in
Ask Anything
-
How I can import orientation file *.txt through the GUI of Mtex? |
Beta Was this translation helpful? Give feedback.
Answered by
ralfHielscher
Jul 30, 2024
Replies: 4 comments 5 replies
-
what does your text file contain?
if euler angles, just use the option “data” and properly define which column means
cheers
Luiz
Luiz F. G. Morales
ETH Zürich
Structural Geology and Tectonics Group
Scientific Center for Optical and Electron Microscopy (ScopeM)
HPM C 57.3
Otto-Stern-Weg 3
8093 Zurich, Switzerland
Phone +41 44 633 37 46
Email: ***@***.***
On 29 Jul 2024, at 14:05, bma698 ***@***.***> wrote:
How I can import orientation file *.txt through the GUI of Mtex?
GUI.Mtex.jpg (view on web)<https://github.com/user-attachments/assets/82a05755-a686-4c62-b79e-feffc51c83d5>
—
Reply to this email directly, view it on GitHub<#2180>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALE5IN25I3V62AKHSXPHUODZOYVXBAVCNFSM6AAAAABLUEF7L6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZWHE4TANZQGM>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#2180", "url": "#2180", "name": "View Discussion" }, "description": "View this Discussion on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Beta Was this translation helpful? Give feedback.
1 reply
-
can you send the data somewhere?
cheers
Luiz
Luiz F. G. Morales
ETH Zürich
Structural Geology and Tectonics Group
Scientific Center for Optical and Electron Microscopy (ScopeM)
HPM C 57.3
Otto-Stern-Weg 3
8093 Zurich, Switzerland
Phone +41 44 633 37 46
Email: ***@***.***
On 29 Jul 2024, at 14:16, bma698 ***@***.***> wrote:
the file contains Euler angles. But when I import it from "data" option, there is no compatible angle convention to define phi1, PHI, and phi2
[Uploading image.png…]
—
Reply to this email directly, view it on GitHub<#2180 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALE5IN73QYX4SAWTQMS455TZOYXCDAVCNFSM6AAAAABLUEF7L6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJXHEYTGOA>.
You are receiving this because you commented.Message ID: ***@***.***>
[ { ***@***.***": "http://schema.org", ***@***.***": "EmailMessage", "potentialAction": { ***@***.***": "ViewAction", "target": "#2180 (reply in thread)", "url": "#2180 (reply in thread)", "name": "View Discussion" }, "description": "View this Discussion on GitHub", "publisher": { ***@***.***": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi
something like this will do it
cheers
Luiz
cs = {crystalSymmetry('m-3m','mineral','Fe')};
[ori,prop] = loadOrientation_generic('Cu_h1_3um_random_modified_data.txt','ColumnNames',{'Euler1','Euler2','Euler3','prop1’})
|
Beta Was this translation helpful? Give feedback.
3 replies
-
What exactly do you want to do?
the variable ori is orientations, from there you can plot anything, calculate density, and so on and so forth. Loading with import_wizard will not tell you what and how to plot
To define what pole figures you want to plot, please go to the documentation, an example ia given below
<https://mtex-toolbox.github.io/EBSDOrientationPlots.html>
Plotting Individual Orientations | MTEX<https://mtex-toolbox.github.io/EBSDOrientationPlots.html>
mtex-toolbox.github.io<https://mtex-toolbox.github.io/EBSDOrientationPlots.html>
[favicon.png] <https://mtex-toolbox.github.io/EBSDOrientationPlots.html>
Cheers
Luiz
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here come the script to start with 😄
I hope this helps,
Ralf.