from_min_dspacing#

classmethod ReciprocalLatticePoint.from_min_dspacing(phase, min_dspacing=0.5)[source]#

Create a CrystalPlane object populated by unique Miller indices with a direct space interplanar spacing greater than a lower threshold.

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.

  • min_dspacing (float, optional) – Smallest interplanar spacing to consider. Default is 0.5 Å.