from_highest_hkl#

classmethod ReciprocalLatticePoint.from_highest_hkl(phase, highest_hkl)[source]#

Create a CrystalPlane object populated by unique Miller indices below, but including, a set of higher indices.

Parameters:
  • phase (orix.crystal_map.phase_list.Phase) – A phase container with a crystal structure and a space and point group describing the allowed symmetry operations.

  • highest_hkl (np.ndarray, list, or tuple of int) – Highest Miller indices to consider (including).