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

damp_lorch#

ReducedIntensity1D.damp_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 sin(s*delta) / (s*delta), where delta = pi / s_max. See [1].

Parameters:
  • s_max (float) – The maximum s value to be used for transformation to PDF.

  • 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] Lorch, E. (1969). Neutron diffraction by germania, silica and radiation-damaged silica glasses. Journal of Physics C: Solid State Physics, 2(2), 229.