Giter Club home page Giter Club logo

sdeconv's Introduction

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

  1. 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.
  2. Open an anaconda prompt / command prompt with conda for python 3 in the path
  3. Create a new environment with conda create --name sdeconv python=3.9.
  4. To activate this new environment, run conda activate sdeconv
  5. To install the SDeconvlibrary, run python -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 install is for developers or people who want the last features in the main branch.

  1. 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.
  2. Open an anaconda prompt / command prompt with conda for python 3 in the path
  3. Create a new environment with conda create --name sdeconv python=3.9.
  4. To activate this new environment, run conda activate sdeconv
  5. Pull the source code from git with `git pull https://github.com/sylvainprigent/sdeconv.git
  6. Then install the SDeconv library 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

sdeconv's People

Contributors

cessvala avatar sylvainmprigent avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.