https://github.com/pearu/pylibdeconv
Automatically exported from code.google.com/p/pylibdeconv
https://github.com/pearu/pylibdeconv
Last synced: 6 months ago
JSON representation
Automatically exported from code.google.com/p/pylibdeconv
- Host: GitHub
- URL: https://github.com/pearu/pylibdeconv
- Owner: pearu
- License: lgpl-2.1
- Created: 2015-08-05T12:16:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-05T12:40:20.000Z (about 10 years ago)
- Last Synced: 2025-04-15T08:59:44.944Z (6 months ago)
- Language: C++
- Size: 684 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
The PyLibDeconv project provides a [Python](http://www.python.org) wrapper to the C++ Deconv library by Y. Sun et al (see details in [J. Microscopy 236, 3:180-193, 2009](http://onlinelibrary.wiley.com/doi/10.1111/j.1365-2818.2009.03205.x/abstract)) using [SWIG](http://www.swig.org/) with [NumPy](http://numpy.scipy.org/) support. The wrapper is provided as Python libdeconv package.
Although the C++ Deconv library is available via its [SVN repository](http://svn.lsdcas.engineering.uiowa.edu/repos/lsdcas/trunk/deconv/) the Python libdeconv package ships Deconv sources (with bug fixes and few modifications) to ease the installation process.
A graphical user interface will be provided via [IOCBio project](http://code.google.com/p/iocbio/).