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

ProfileIndexationGenerator#

class pyxem.generators.ProfileIndexationGenerator(magnitudes, simulation, mapping=True)[source]#

Bases: object

Generates an indexer for data using a number of methods.

Parameters:
  • profile (ElectronDiffraction1D) – The signal of diffraction profiles to be indexed.

  • library (ProfileSimulation) – The simulated profile data.

Methods

ProfileIndexationGenerator.index_peaks([...])

Assigns hkl indices to peaks in the diffraction profile.