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

extract_intensities#

IntegrationGenerator.extract_intensities(radius: int = 1)[source]#

Basic intensity integration routine, takes the maximum value at the given vector positions with the number of pixels given by radius.

Parameters:

radius (int,) – Number of pixels within which to find the largest maximum

Returns:

intensities – List of extracted intensities

Return type:

hyperspy.signals.BaseSignal