tilt_boundary_data#

pyxem.data.tilt_boundary_data(correct_pivot_point=True, spacing=20, spot_radius=7)[source]#

Create an ElectronDiffraction2D signal across a grain boundary.

Parameters:
  • correct_pivot_point (bool, optional) – If True, the direct beam will moved similarly to residual pivot point that can be observed experimentally.

  • spacing (int or tuple, optional) – The spacing between the disks in the diffraction pattern. If a single integer is provided, it will be used for both x and y directions.

  • spot_radius (int, optional) – The radius of the disks in the diffraction pattern.

Returns:

A signal of diffraction patterns across a grain boundary.

Return type:

ElectronDiffraction2D