Problem: Outsized EBSD map #589
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 12 replies
-
Hi Yi
Ralf. |
Beta Was this translation helpful? Give feedback.
-
If I remember correctly, some older version of mtex had a bug after smoothing where under certain conditions some coordinates were placed at funny conditions - but that's maybe +1/2 year ago. Do you use a recent version? |
Beta Was this translation helpful? Give feedback.
-
Hi Yi,
Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi Yi, I did some testing and assume that this problem is due to a bug in QHull, which is a library for Voronoi tessellation used by MTEX. grains = calcGrains(ebsd('indexed'),'threshold',10*degree,'boundary','tight','noQHull'); Ralf. |
Beta Was this translation helpful? Give feedback.
Hi Yi,
I did some testing and assume that this problem is due to a bug in QHull, which is a library for Voronoi tessellation used by MTEX.
For me everything was fine when I used the option
noQHull
which causes MTEX to use a different library for this task, i.e., tryRalf.