from_highest_indices#

classmethod Miller.from_highest_indices(phase: orix.crystal_map.Phase, uvw: Union[np.ndarray, list, tuple, None] = None, hkl: Union[np.ndarray, list, tuple, None] = None) Miller[source]#

Create a set of unique direct or reciprocal lattice vectors from three highest indices and a phase (crystal lattice and symmetry).

Parameters:
phase

A phase with a crystal lattice and symmetry.

uvw

Three highest direct lattice vector indices.

hkl

Three highest reciprocal lattice vector indices.