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

damp_updated_lorch#

ReducedIntensity1D.damp_updated_lorch(s_max=None, inplace=True, *args, **kwargs)[source]#

Damps the reduced intensity signal to reduce noise in the high s region by a factor of 3 / (s*delta)^3 (sin(s*delta)-s*delta(cos(s*delta))), where delta = pi / s_max. From [1].

Parameters:
  • s_max (float) – the damping parameter, which need not be the maximum scattering vector s to be used for the PDF transform. It’s a good guess however

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

  • *args – Arguments to be passed to map().

  • **kwargs – Keyword arguments to be passed to map().

References

[1] Soper, A. K., & Barney, E. R. (2011). Extracting the pair distribution function from white-beam X-ray total scattering data. Journal of Applied Crystallography, 44(4), 714-726.