deconvolve#

xrtpy.image_correction.deconvolve(image_map, niter=5, verbose=False, psf1keV=False)[source]#

Use the XRT mirror model point spread function (PSF) to deconvolve an XRT image

Parameters:#

image_map~sunpy.map.sources.hinode.XRTMap

sunpy.map.Map for the input XRT image

niterinteger, optional (default = 5)

number of iterations to perform

verboseboolean, optional

if True, extra information is printed

psf1keVboolean, optional

if True, use the 1.0 keV PSF instead of the default 560 eV PSF.

Returns:#

deconv_map~sunpy.map.sources.hinode.XRTMap

sunpy.map.Map for the output deconvolved image