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

VDFSegment#

class pyxem.signals.VDFSegment(segments, vectors_of_segments, intensities=None)[source]#

Bases: object

Signal classes for nanocrystal segmentation results obtained from VDF images (VDFSegment).

Methods

VDFSegment.correlate_vdf_segments([...])

Iterates through VDF segments and sums those that are associated with the same segment.

VDFSegment.get_ncc_matrix()

Get the normalised correlation coefficient (NCC) matrix containing the NCC between each pair of segments.

VDFSegment.get_virtual_electron_diffraction(...)

Obtain a virtual electron diffraction signal that consists of one virtual diffraction pattern for each segment.