get_hkl#
- diffsims.crystallography.get_hkl(highest_hkl)[source]#
[Deprecated] 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.
- highest_hkl
- Returns:
- hkl
np.ndarray
An array of Miller indices.
- hkl
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.