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

damp_extrapolate_to_zero#

ReducedIntensity1D.damp_extrapolate_to_zero(s_min, *args, **kwargs)[source]#

Extrapolates the reduced intensity to zero linearly below s_min. This method is always inplace.

Parameters:
  • s_min (float) – Value of s below which extrapolation to zero is done.

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

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