clij2-fft


Nameclij2-fft JSON
Version 0.27 PyPI version JSON
download
home_pagehttps://github.com/clij/clij2-fft
SummaryA python wrapper around clij2 opencl FFT algorithms
upload_time2024-08-25 14:02:03
maintainerNone
docs_urlNone
authorRobert Haase, Brian Northan
requires_pythonNone
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # clij2-fft (featuring non-circulant rltv deconvolution)

clij2-fft is a prototype implementation of a framework for OpenCl based FFT algorithms.  The most used algorithm from this project is the OpenCL implementation of the non-circular Richardson Lucy deconvolution algorithm with total variation regularization, which can be called as follows

```
from clij2fft.richardson_lucy import richardson_lucy_nc
decon_clij2=richardson_lucy_nc(im,psf,100,0.0002)
```

or for large image that need to be split up into chunks with dask

```
from clij2fft.richardson_lucy_dask import richardson_lucy_dask
decon=richardson_lucy_dask(img, psf, 100, 0.0001)
```

If you need support for the library please post a question on the [Image.sc Forum](https://forum.image.sc/).

Long term we hope to integrate FFT based math more closely with the [Clic project](https://github.com/clEsperanto/CLIc_prototype).  The goal is to make it easy to write algorithms such as convolution, correlation, registration and deconvolution that consist of a series of FFTs combined with other math operations. 

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/clij/clij2-fft",
    "name": "clij2-fft",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Robert Haase, Brian Northan",
    "author_email": "bnorthan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/d0/06bc6573cf7d23ae81885c78c0b27188077cf3a118afc0fe19d7906f3117/clij2_fft-0.27.tar.gz",
    "platform": null,
    "description": "# clij2-fft (featuring non-circulant rltv deconvolution)\n\nclij2-fft is a prototype implementation of a framework for OpenCl based FFT algorithms.  The most used algorithm from this project is the OpenCL implementation of the non-circular Richardson Lucy deconvolution algorithm with total variation regularization, which can be called as follows\n\n```\nfrom clij2fft.richardson_lucy import richardson_lucy_nc\ndecon_clij2=richardson_lucy_nc(im,psf,100,0.0002)\n```\n\nor for large image that need to be split up into chunks with dask\n\n```\nfrom clij2fft.richardson_lucy_dask import richardson_lucy_dask\ndecon=richardson_lucy_dask(img, psf, 100, 0.0001)\n```\n\nIf you need support for the library please post a question on the [Image.sc Forum](https://forum.image.sc/).\n\nLong term we hope to integrate FFT based math more closely with the [Clic project](https://github.com/clEsperanto/CLIc_prototype).  The goal is to make it easy to write algorithms such as convolution, correlation, registration and deconvolution that consist of a series of FFTs combined with other math operations. \n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A python wrapper around clij2 opencl FFT algorithms",
    "version": "0.27",
    "project_urls": {
        "Homepage": "https://github.com/clij/clij2-fft"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6efd4b30be8b6a36638f1988c6ddaa4e7291cc80ce5c31de4d9c076ce127e50f",
                "md5": "cbd0a13e97b18dda6ad29ed4470e8d90",
                "sha256": "8017b641ea11795cd6fed368c568d5d7615a23380743cd4a88d6e39ff3663c44"
            },
            "downloads": -1,
            "filename": "clij2_fft-0.27-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cbd0a13e97b18dda6ad29ed4470e8d90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1336095,
            "upload_time": "2024-08-25T14:02:01",
            "upload_time_iso_8601": "2024-08-25T14:02:01.245285Z",
            "url": "https://files.pythonhosted.org/packages/6e/fd/4b30be8b6a36638f1988c6ddaa4e7291cc80ce5c31de4d9c076ce127e50f/clij2_fft-0.27-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38d006bc6573cf7d23ae81885c78c0b27188077cf3a118afc0fe19d7906f3117",
                "md5": "8417edc0eb07691afecc021efc925055",
                "sha256": "b83a456e22d19d7622d3daa582e82acfb9d24a93b8e7810c2b04f736d657b4ad"
            },
            "downloads": -1,
            "filename": "clij2_fft-0.27.tar.gz",
            "has_sig": false,
            "md5_digest": "8417edc0eb07691afecc021efc925055",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1524823,
            "upload_time": "2024-08-25T14:02:03",
            "upload_time_iso_8601": "2024-08-25T14:02:03.263247Z",
            "url": "https://files.pythonhosted.org/packages/38/d0/06bc6573cf7d23ae81885c78c0b27188077cf3a118afc0fe19d7906f3117/clij2_fft-0.27.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-25 14:02:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "clij",
    "github_project": "clij2-fft",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "clij2-fft"
}
        
Elapsed time: 0.34741s