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
291 stars 186 forks source link

data numbers of ebsd.gridify and ebsd are different #2167

Open ahnydd opened 4 months ago

ahnydd commented 4 months ago

What do you want to do?

What data do you have?

ebsd data after interp. ` What code do you use? Please provide minimalist code with code in the following form

ebsdGrid=ebsd.gridify;

% load the data
ebsd = EBSD.load('myFile.txt')

% plot a pole figure
plotPDF(ebsd,Miller(1,0,0,ebsd.CS)

What result do you get

size(ebsdGrid)=m*n
size(ebsd)=l
m*n~=l

What result do you expect

m*n=l

Error Message If you get an error message copy and paste it below

put the error message here

What MTEX version do you use? 5.11.2

ralfHielscher commented 3 weeks ago

aren't the data gridded after interpolation? Ralf.