SDeconv is a python framework to develop scientific image deconvolution algorithms. This library has been developed for microscopy 2D and 3D images, but can be use to any image deconvolution application.
The SDeconv development version is tested on Windows 10, MacOS and Linux operating systems.
The developmental version of the package has been tested on the following systems:
- Linux: 20.04.4
- Mac OSX: Mac OS Catalina 10.15.7
- Windows: 10
- Install an Anaconda distribution of Python -- Choose Python 3.9 and your operating system. Note you might need to use an anaconda prompt if you did not add anaconda to the path.
- Open an anaconda prompt / command prompt with
condafor python 3 in the path - Create a new environment with
conda create --name sdeconv python=3.9. - To activate this new environment, run
conda activate sdeconv - To install the
SDeconvlibrary, runpython -m pip install sdeconv.
if you need to update to a new release, use:
python -m pip install sdeconv --upgradeThis install is for developers or people who want the last features in the main branch.
- Install an Anaconda distribution of Python -- Choose Python 3.9 and your operating system. Note you might need to use an anaconda prompt if you did not add anaconda to the path.
- Open an anaconda prompt / command prompt with
condafor python 3 in the path - Create a new environment with
conda create --name sdeconv python=3.9. - To activate this new environment, run
conda activate sdeconv - Pull the source code from git with `git pull https://github.com/sylvainprigent/sdeconv.git
- Then install the
SDeconvlibrary from you local dir with:python -m pip install -e ./sdeconv.
The SDeconv library is embedded in a napari plugin that allows using SDeconv with a graphical interface.
Please refer to the SDeconv napari plugin documentation to install and use it.
The full documentation with tutorial and docstring is available here