subgrain size #738
-
Dear all, Considering all dataset, I can calculate subgrains by: [grains,ebsd.grainId] = calcGrains(ebsd('indexed'),'threshold',[2*degree]); However I'm interested only in subgrains hosted in the large crystal of attached picture1. I used different ways to do this but something went wrong, e.g.: [grains,ebsd.grainId] = calcGrains(ebsd('indexed'),'threshold',[10degree]); Can someone halp me? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Cheers, |
Beta Was this translation helpful? Give feedback.
Hi,
what you see is due to the fact that you have a lot of unassigned points .
One option is to work around is mentioned here: https://mtex-toolbox.github.io/GrainReconstruction.html#11; the option
'tight'
can also be supplied with a number, 0.95 is the default.Another option maybe better suited would to replace the non-existent points explicitly by the phase
'notIndexed'
.Cheers,
Rüdiger