get_hkl#

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

[Deprecated] Return a list of planes from a set of highest Miller indices.

Parameters:
highest_hklorix.vector.Vector3d, np.ndarray, list, or tuple of int

Highest Miller indices to consider.

Returns:
hklnp.ndarray

An array of Miller indices.

Notes

Deprecated since version 0.6: Function get_hkl() is deprecated and will be removed in version 0.7. Use diffsims.crystallography.ReciprocalLatticeVector.from_highest_hkl() instead.