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

normalise_signal#

PairDistributionFunction1D.normalise_signal(s_min=0, inplace=False, *args, **kwargs)[source]#

Normalises the Reduced PDF signal to having a maximum of 1. This is applied to each pdf separately in a multidimensional signal.

Parameters:
  • s_min (float) – The minimum scattering vector s to be considered. Values at lower s are ignored. This is to prevent the effect of large oscillations at r=0. If not set, the full signal is used.

  • inplace (bool) – If True (default), this signal is overwritten. Otherwise, returns a new signal.

  • *args – Arguments to be passed to hyperspy.api.signals.BaseSignal.map().

  • **kwargs – Keyword arguments to be passed to hyperspy.api.signals.BaseSignal.map().