Skip to content

Hough Indexing support more than two phases? #580

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

You must be logged in to vote

Hi Erlend,

the phaselist parameter in index_pats() only accepts ["FCC"], ["BCC"] or ["FCC", "BCC"] at the moment, as detailed in the function description in the PyEBSDIndex docs. So, in the case of two FCC phases (Austenite, Si) and one BCC phase (Ferrite), PyEBSDIndex is currently not able to distinguish between the two FCC phases.

I'm currently working on several improvements to the indexing/refinement workflow, where we will be able to refine only parts of a dataset using a navigation_mask parameter in the EBSD.refine_*() methods. This will allow the following workflow for this case:

  1. Hough indexing with FCC and BCC
  2. Make three refinement runs: one of the BCC points with a Ferrite maste…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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
None yet
2 participants