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

DPCBaseSignal#

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

Bases: BaseSignal

Signal for processing differential phase contrast (DPC) acquired using scanning transmission electron microscopy (STEM).

The signal assumes the data is 3 dimensions, where the two signal dimensions are the probe positions, and the navigation dimension is the x and y disk shifts.

The first navigation index (s.inav[0]) is assumed to the be x-shift and the second navigation is the y-shift (s.inav[1]).

Attributes

Methods