Check out the Hyperspy Workshop May 13-17, 2024 Online

DiffractionVectors1D#

class pyxem.signals.DiffractionVectors1D(*args, **kwargs)[source]#

Bases: Signal1D

A Collection of Diffraction Vectors with a defined 1D set of vectors.

For every navigation position there is specifically one vector that represents the dataset.

Examples of DiffractionVectors1D Signals:
  • STEM_DPC

  • STRAIN Maps

  • Diffraction shifts/ Centers

Variables:
  • column_scale (np.array()) – The scale for each column in the signal. For converting the real values to pixel values in some image.

  • column_offsets (np.array()) – The offsets for each column in the signal. For converting the real values to pixel values in some image.

Attributes

Methods