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

plotPDF results for equal angle, equal distance, equal area all identical #140

Closed jhiscocks closed 8 years ago

jhiscocks commented 8 years ago

Hello, I have used the following code to plot pole figures, and substituted the 'earea' argument for 'eangle' 'edist' 'schmidt' and 'stereo' and in all cases the pole figures were identical, except for 'stereo' where the result is slightly larger but not fundamentally different. I am using matlab 2015b and Mtex 4.2.1

h=[Miller(0,0,1,ebsd('Magnesium').CS), Miller(1,0,0,ebsd('Magnesium').CS)];
plotPDF(ebsd_V1('Magnesium').orientations,h,'upper','earea','points','all', 'MarkerSize',1)

Regards, Jessica

kilir commented 8 years ago

Hi, does adding 'projection' before the 'edist',eangle','earea' work for you? Cheers, Rüdiger

jhiscocks commented 8 years ago

Thank you, that fixes it.