Hough Indexing support more than two phases? #580
-
Hi, was wondering whether the ebsd_index.index_pats used in Hough indexing supports more than two phases? When I try to pass in three phases, only two are indexed. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Erlend, the 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
I hope to realize this workflow within the years end. When you say you pass in an |
Beta Was this translation helpful? Give feedback.
Hi Erlend,
the
phaselist
parameter inindex_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 theEBSD.refine_*()
methods. This will allow the following workflow for this case: