Rüdiger Kilian
Rüdiger Kilian
Hi, could you test the fix? https://github.com/mtex-toolbox/mtex/commit/ebdefed0fe42f7204e4cf62c1342ff6171c4caf8 To call the mtex interface, use ` 'interface', 'mtex'`. I updated the documentation accordingly. Cheers, Rüdiger
Hi Adam, your observation is correct. That's basically due to the fact that the import function which reads in the kernel information. That should be easy to add. However, currently...
Hi, have a look here: https://groups.google.com/g/mtexmail/c/0LkUv2XiPJI/m/76N4CydxAwAJ Your glibc does not have libmvec support. You can either build nfft yourself or use a slightly more modern distribution. Cheers, Rüdiger
Hi, the way e.g. Schmid factors are calcualted for twinning and for slip should be exactly the same. Both, twinning systems and slip systems are given by a plane normal...
Hi, thank you for reporting the issue. Until the link is corrected, you can use this one https://github.com/mtex-toolbox/mtex/releases/ Cheers, Rüdiger
Hi Mohamed, if you just want to analyze ebsd data (and everything along it, such as grains, their properties etc.....) along a line you can use: ``` matlab [ebsd_along_line, dist_from_origin...
Hi Neil, I guess the index of the grains does not coincide with the grainId anymore (e.g. some grains from the list were deleted) after computing grains. Does calling them...
Hi Neil, does this snipplet actually produce satisfying results in taking care of poorly indexed grains? ``` plot(ebsd) hold on plot(grains_q(grains_q.id(condition)).boundary) hold off ``` since this line ``` grains(grains_q.id(condition)) =...
Hi Zach, could you add a little example image and the lines of code you use for plotting? Cheers, Rüdiger
That's indeed the case and starts with https://github.com/mtex-toolbox/mtex/commit/bf65f760c2a1009f38e2f1628d5870f206897b33 related to the switch in using NFFT. A temporary workaround could be to use the "old" affected functions under a different name...