arpes.analysis.deconvolution.deconvolve_rl#

arpes.analysis.deconvolution.deconvolve_rl(data, psf, n_iterations=10)[source]#

Deconvolves data by a given point spread function using the Richardson-Lucy (RL) method.

Parameters:
  • data – input data

  • psf – The point spread function.

  • n_iterations – the number of convolutions to use for the fit

Returns:

The Richardson-Lucy deconvolved data.