scico


Namescico JSON
Version 0.0.5.post1 PyPI version JSON
download
home_pagehttps://github.com/lanl/scico
SummaryScientific Computational Imaging COde: A Python package for scientific imaging problems
upload_time2023-12-22 18:14:35
maintainer
docs_urlNone
authorSCICO Developers
requires_python>=3.8
licenseBSD
keywords computational imaging scientific imaging inverse problems plug-and-play priors total variation optimization admm linearized admm pdhg pgm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
SCICO is a Python package for solving the inverse problems that arise in scientific imaging applications. Its primary focus is providing methods for solving ill-posed inverse problems by using an appropriate prior model of the reconstruction space. SCICO includes a growing suite of operators, cost functionals, regularizers, and optimization routines that may be combined to solve a wide range of problems, and is designed so that it is easy to add new building blocks. SCICO is built on top of JAX, which provides features such as automatic gradient calculation and GPU acceleration.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lanl/scico",
    "name": "scico",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Computational Imaging,Scientific Imaging,Inverse Problems,Plug-and-Play Priors,Total Variation,Optimization,ADMM,Linearized ADMM,PDHG,PGM",
    "author": "SCICO Developers",
    "author_email": "brendt@ieee.org",
    "download_url": "https://files.pythonhosted.org/packages/6a/02/c8631717c5e4c82e845b15eea13978720c028d8c1fbd07b985b07d1532f5/scico-0.0.5.post1.tar.gz",
    "platform": "Any",
    "description": "\nSCICO is a Python package for solving the inverse problems that arise in scientific imaging applications. Its primary focus is providing methods for solving ill-posed inverse problems by using an appropriate prior model of the reconstruction space. SCICO includes a growing suite of operators, cost functionals, regularizers, and optimization routines that may be combined to solve a wide range of problems, and is designed so that it is easy to add new building blocks. SCICO is built on top of JAX, which provides features such as automatic gradient calculation and GPU acceleration.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Scientific Computational Imaging COde: A Python package for scientific imaging problems",
    "version": "0.0.5.post1",
    "project_urls": {
        "Homepage": "https://github.com/lanl/scico"
    },
    "split_keywords": [
        "computational imaging",
        "scientific imaging",
        "inverse problems",
        "plug-and-play priors",
        "total variation",
        "optimization",
        "admm",
        "linearized admm",
        "pdhg",
        "pgm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fc23be95e1b7cffa4cfec70d516338d33edc3033fc8b9fbf3f56dc41d6d75ec",
                "md5": "9d00f857c53a664a2565c29b25892154",
                "sha256": "b2cfac8fa89f3383f109e4e8e9cde4651f009eb3f4728e82f3712bfb7e59d3be"
            },
            "downloads": -1,
            "filename": "scico-0.0.5.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d00f857c53a664a2565c29b25892154",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11346155,
            "upload_time": "2023-12-22T18:14:12",
            "upload_time_iso_8601": "2023-12-22T18:14:12.346597Z",
            "url": "https://files.pythonhosted.org/packages/2f/c2/3be95e1b7cffa4cfec70d516338d33edc3033fc8b9fbf3f56dc41d6d75ec/scico-0.0.5.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6a02c8631717c5e4c82e845b15eea13978720c028d8c1fbd07b985b07d1532f5",
                "md5": "8d37bb72d41b9ddbdcfe434c81a9c1fb",
                "sha256": "a1f808099c1aea223e3cf82a77b946a49cd27fd763dfa14c429bdf0bf0bea536"
            },
            "downloads": -1,
            "filename": "scico-0.0.5.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "8d37bb72d41b9ddbdcfe434c81a9c1fb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 28154302,
            "upload_time": "2023-12-22T18:14:35",
            "upload_time_iso_8601": "2023-12-22T18:14:35.068592Z",
            "url": "https://files.pythonhosted.org/packages/6a/02/c8631717c5e4c82e845b15eea13978720c028d8c1fbd07b985b07d1532f5/scico-0.0.5.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-22 18:14:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lanl",
    "github_project": "scico",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "scico"
}
        
Elapsed time: 0.16763s