get_hkl#

diffsims.crystallography.get_hkl(highest_hkl)[source]#

Return a list of planes from a set of highest Miller indices.

Parameters:

highest_hkl (orix.vector.Vector3d, np.ndarray, list, or tuple of int) – Highest Miller indices to consider.

Returns:

hkl – An array of Miller indices.

Return type:

np.ndarray