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

damp_low_q_region_erfc#

ReducedIntensity1D.damp_low_q_region_erfc(scale=20, offset=1.3, inplace=True, *args, **kwargs)[source]#

Damps the reduced intensity signal in the low q region as a correction to central beam effects. The reduced intensity profile is damped by (erf(scale * s - offset) + 1) / 2

Parameters:
  • scale (float) – A scalar multiplier for s in the error function

  • offset (float) – A scalar offset affecting the error function.

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