PYME.Deconv package¶
This package contains deconvolution code. It is currently fairly disorganized, and has a fair bit of deprecated and and orphaned code. The interesting (and moderately up to date) modules are:
PYME.Deconv.dec
: ICTM deconvolutionPYME.Deconv.richardsonLucy
: Richardson-Lucy deconvolutionPYME.Deconv.deconvDialogs
: GUI elements for configuring deconvolution.
Also of interest are the deconvolution modules in PYME.DSView.modules.deconvolution
and
PYME.recipes.processing.Deconvolve
which show how the code here is called and interfaced.
Submodules¶
- PYME.Deconv.beadGen module
- PYME.Deconv.dec module
- PYME.Deconv.decTask module
- PYME.Deconv.decThread module
- PYME.Deconv.dec_test module
- PYME.Deconv.deconvDialogs module
- PYME.Deconv.fftwWisdom module
- PYME.Deconv.richardsonLucy module
- PYME.Deconv.richardsonLucyMV module
- PYME.Deconv.richardsonLucyMVM module
- PYME.Deconv.test_block_dec module
- PYME.Deconv.tq_block_dec module
- PYME.Deconv.wiener module