mtex icon indicating copy to clipboard operation
mtex copied to clipboard

FMC technique for grain calculation fails

Open xajezade opened this issue 3 years ago • 4 comments

What do you want to do? I have an EBSD map with a gradient in orientation. I want to analyze grains with clustering techniques. What data do you have? I used the Mtex data (single). What code do you use? mtexdata single grains_FMC = calcGrains(ebsd('indexed'),'FMC',3.8)

What result do you get I get an error.

Error Message Error using * Incorrect dimensions for matrix multiplication. Check that the number of columns in the first matrix matches the number of rows in the second matrix. To perform elementwise multiplication, use '.*'. What MTEX version do you use? MTEX 5.5.beta.3

xajezade avatar Oct 22 '20 00:10 xajezade

Thank you for reporting this bug. Are you able to use make use of the previous commit?

Ralf.

ralfHielscher avatar Oct 22 '20 03:10 ralfHielscher

Hi Ralf, Thanks! The problem is resolved in the previous commit! Also, could you add more documentation for the "Markovian Clustering Algorithm"? MFC couldn't give the results that I am looking for! When I calculate grains based on the angle threshold, there are some grains that have more than one distinct single orientation space. on the pole figure plot, it is like that you are plotting three distinct single crystals orientations, for example. I was wondering if I can use any clustering on the overall orientation space to separate these grains? I visually can see different grains but I cannot distinguish them based on an angle threshold. I've added one example of such grain (Here, I used 10 degrees, if I use a small threshold, it actually gives me subgrains which is not what I am looking for). example4grainSplit2DistinctOrientations2 copy

xajezade avatar Oct 28 '20 00:10 xajezade

Could you please provide your data?

Ralf

ralfHielscher avatar Oct 28 '20 04:10 ralfHielscher

Hi Ralf,

Sorry for my late reply! I totally forgot about it! Please download the raw osc file from my Google drive! https://drive.google.com/file/d/1amj1D4-b8fzgLVPtYLhQ99glx-D1AwaM/view?usp=sharing

I am trying to analyze the initial parent grains which are elongated! The picture that I had sent you before is a grain cropped from this microstructure. I have been trying to make use of MFC and angle threshold to analyze elongated grains but they failed to give me all of the parent grains.

Kindest Regards, Ali

xajezade avatar Jan 19 '21 23:01 xajezade