Convert EBSDsquare to arbitrarily aligned EBSD #748
Answered
by
kilir
ghost
asked this question in
Ask Anything
-
Hello all, I have been processing some large-body EBSD data and using the function of fill. Before filling, the EBSD data is arbitrarily aligned (e.g., 20000 * 1 EBSD). After filling the EBSD data becomes a matrix, with "m * n EBSDsquare". My question is that is there a way to convert the EBSDsquare back to arbitrarily aligned EBSD? Many thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
kilir
Feb 4, 2021
Replies: 1 comment 1 reply
-
Hi Sheng, both, Cheers, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Sheng,
both,
ebsd(:)
orEBSD(ebsd)
will give you the ebsd data again as a list.Cheers,
Rüdiger