SDeconv
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.
System Requirements
Software Requirements
OS Requirements
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
Library installation from PyPI
- 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 --upgrade
Library installation from source
This installation 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.
Use SDeconv with napari
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.
SDeconv documentation
The full documentation with tutorial and docstring is available here
Release files for sdeconv 1.0.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sdeconv-1.0.4.tar.gz | 33.9 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sdeconv-1.0.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:67.9 MB
Release files / sdeconv-1.0.4.tar.gz
| Download URL | sdeconv-1.0.4.tar.gz |
|---|---|
| Size | 33.9 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cb2130faefdbf188e8ba38e75f9f7640ec664b4d9814b54e7c772253982e86e9
|
|
BLAKE2b-256 checksum How to use checksums |
8fac557ac7b412ccb939d4601ef20c68985ead64c154651fe1ab1870d15d01e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.6
|
Release files / sdeconv-1.0.4-py3-none-any.whl
| Download URL | sdeconv-1.0.4-py3-none-any.whl |
|---|---|
| Size | 34.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
44f8e897e072c9583156d49d180504c4532c6fd6ee9903cdbf4574d06f0ec777
|
|
BLAKE2b-256 checksum How to use checksums |
6641e749ab860a0bdf1687e787b6d26543917a8c9923532afba73ef150cd919e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.6
|