Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ahnydd opened this issue Jul 9, 2024 · 1 comment
Open

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

ahnydd opened this issue Jul 9, 2024 · 1 comment

Comments

@ahnydd
Copy link

ahnydd commented Jul 9, 2024

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
Copy link
Member

aren't the data gridded after interpolation?
Ralf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants