Skip to content

Orientation refinement of two-phased crystal map from Hough indexing #630

Answered by hakonanes
Erlendos12 asked this question in Q&A
Discussion options

You must be logged in to vote

Very good question. I did not think of this workflow, which is why it is not covered in any tutorial. However, it is fully possible with the current tools! We just need to move some extra data around.

PyEBSDIndex' EBSDIndexer.index_pats() returns data per point for the combined phase map and per phase, meaning that it returns three "values" per point if we have two phases in our dataset. EBSD.hough_indexing() only returns the combined crystal map by default, but you can ask for the full data array returned by PyEBSDIndex with the additional "values" by passing return_index_data=True (docs). You can then pass this index_data array to xmap_from_hough_indexing() (docs) with the corresponding…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@hakonanes
Comment options

@Erlendos12
Comment options

@Erlendos12
Comment options

@hakonanes
Comment options

@Erlendos12
Comment options

Answer selected by Erlendos12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation This relates to the documentation
2 participants