Import Nanomegas Astar data

141 views
Skip to first unread message

Eric Leroy

unread,
May 26, 2014, 4:31:46 AM5/26/14
to mtex...@googlegroups.com
Hello,

I work on a TEM with the Nanomegas software called Astar that is a soft for automated crystallographic identification. The results are similar to the one obtained by EBSD. In order to treat data more completely, I want to import them into MTex. Astar is able to export data in .ang format. I make the exportation by Astar and the importation in Mtex fails. The software tells me that it can not recognize the data format and opens the generic file import dialogue. Can you tell me if you see any problem in the datafile and how to import data into Mtex ?

Thank you

Best regards

Eric Leroy
ICMPE - CNRS
Thiais - France
 
T40-DL-fluage-1.ang
Message has been deleted

Marat Latypov

unread,
Jun 13, 2014, 5:31:24 AM6/13/14
to mtex...@googlegroups.com
Hello,

you can use loadEBSD_generic function. In this case, each column should be specified explicitly after keyword 'ColumnNames'.
I am not familiar with Astar files but I think that the first three columns contain Euler angles followed by X and Y coordinates (4th and 5th columns).

Then, data from the file can be imported with the following script:

angFile = 'T40-DL-fluage-1.ang';

CS
= symmetry('6/mmm', [2.95 2.95 4.686], 'X||a*', 'Y||b', 'Z||c', 'mineral', 'Titanium', 'color', 'light blue');
SS
= symmetry('triclinic');

ebsd
= loadEBSD_generic(angFile,'CS',CS,'SS',SS,'ColumnNames',{'Euler 1' 'Euler 2' 'Euler 3' 'X' 'Y' 'IQ' 'CI' 'Phase' 'Fit'},'Bunge','radians');

figure
; plot(ebsd)

This script assumes that Euler angles are in radians and in Bunge definition (is it right?). If you know what information is stored in the other columns, you can replace column names 'IQ' 'CI' 'Phase' 'Fit' with the actual ones for further processing.

Figure obtained with the script is attached.

Best regards,
Marat Latypov
POSTECH.


понедельник, 26 мая 2014 г., 17:31:46 UTC+9 пользователь Eric Leroy написал:

astar.jpg

Al Garner

unread,
Jul 2, 2014, 12:16:41 PM7/2/14
to mtex...@googlegroups.com
Hi, if you have the new version of mapviewer from ASTAR you can export as channel 5 project (.cpr) and then it is easily loaded into MTEX.

Hope this helps,

Al

Leroy Eric

unread,
Jul 3, 2014, 5:44:14 AM7/3/14
to mtex...@googlegroups.com
Hi,
Yes, we have it. I will try this, thank you for the tip. I had an other answer early that works also. Thank you everybody far the help.

Best regards

Eric
--
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.

ricounet67.vcf
Reply all
Reply to author
Forward
0 new messages