Skip to content

The same format file error occurs when distinguishing ferrite #7

Closed Answered by AzdiarGazder
Mikewangkang asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Mikewangkang,

I believe the problem has to do with the index number of your BCC phase.

In each of your *.CTF ebsd map files, please write down the order of appearance of the notIndexed, BCC and FCC phases.

Now edit the script by referring to these 2 sections:

% crystal symmetry
CS0 = {... 
  'notIndexed',...
  crystalSymmetry('m-3m', [2.9 2.9 2.9], 'mineral', 'Iron bcc (old)', 'color', [0.53 0.81 0.98]),...
  crystalSymmetry('m-3m', [3.7 3.7 3.7], 'mineral', 'Iron fcc', 'color', [0.56 0.74 0.56])};
% store the bcc crystal symmetry for later use
% NOTE: the CSList index changes depending on the number of the bcc 
% phase in the ebsd map
CS = ebsd0.CSList{3};

In the first section, the o…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mikewangkang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
no fix needed This does not require fixing
2 participants