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

damp_exponential#

ReducedIntensity1D.damp_exponential(b, inplace=True, *args, **kwargs)[source]#

Damps the reduced intensity signal to reduce noise in the high s region by a factor of exp(-b*(s^2)), where b is the damping parameter.

Parameters:
  • b (float) – The damping parameter.

  • 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().