mtex-toolbox / mtex

MTEX is a free Matlab toolbox for quantitative texture analysis. Homepage:
http://mtex-toolbox.github.io/
GNU General Public License v2.0
281 stars 185 forks source link

Using smoothed EBSD for ODF and Pole figure plots #125

Closed DavidMainprice closed 8 years ago

DavidMainprice commented 8 years ago

I have tried to used smooth EBSD as input for calcODF and plotting ODF sections and pole figures. I first tested with some of my data and it would work, the ODF id calculated and no error is given, but ODF plots and pole figures are empty, the original EBSD data can be used to make plots as usual.

It appears that you cannot use smoothed EBSD for routine texture calculations, however calcGrains does work.

To illustrate the problem I used the demo mtexdata forsterite - it is an .m, but GitHub does not accept .m, so it is a *.txt

all the best David

Test_Smoothing_EBSD_ODFs_PFs.txt

ralfHielscher commented 8 years ago

Hi David,

I can not reproduce this bug. For me you script works fine, except for the last line which is bug mtex-toolbox/mtex#124.

Ralf