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

PolarDiffraction2D#

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

Bases: CommonDiffraction, Signal2D

Signal class for two-dimensional diffraction data in polar coordinates.

Parameters:

Attributes

Methods

PolarDiffraction2D.get_angular_correlation([...])

Calculate the angular auto-correlation function in the form of a Signal2D class.

PolarDiffraction2D.get_angular_power([mask, ...])

Calculate the power spectrum of the angular auto-correlation function in the form of a Signal2D class.

PolarDiffraction2D.get_full_pearson_correlation([...])

Calculate the fully convolved pearson rotational correlation in the form of a Signal1D class.

PolarDiffraction2D.get_pearson_correlation(...)

[Deprecated]

PolarDiffraction2D.get_resolved_pearson_correlation([...])

Calculate the pearson rotational correlation with k resolution in the form of a Signal2D class.

PolarDiffraction2D.subtract_diffraction_background([...])

Background subtraction of the diffraction data.

Examples using PolarDiffraction2D#

Background subtraction

Background subtraction

Determining Elliptic Distortion

Determining Elliptic Distortion

Coordinates in Pyxem

Coordinates in Pyxem

Creating a Segmented Detector

Creating a Segmented Detector