PYME.Deconv.wiener module

class PYME.Deconv.wiener.dec_wiener

Bases: object

Classical deconvolution with a stationary PSF

deconv(data, lamb, clip=False)

This is what you actually call to do the deconvolution. parameters are:

data - the raw data lamb - the regularisation parameter

psf_calc(psf, data_size)

Precalculate the OTF etc…

PYME.Deconv.wiener.resizePSF(psf, data_size)