{ "info": { "author": "Benoit Seignovert", "author_email": "despike@seignovert.fr", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Image Recognition", "Topic :: Scientific/Engineering :: Information Analysis", "Topic :: Scientific/Engineering :: Visualization" ], "description": "===============================\nDespike\n===============================\n|Build| |Coverage| |PyPI| |Status| |Version| |Python| |License|\n\n.. |Build| image:: https://travis-ci.org/seignovert/despike.svg?branch=master\n :target: https://travis-ci.org/seignovert/despike\n.. |Coverage| image:: https://coveralls.io/repos/github/seignovert/despike/badge.svg?branch=master\n :target: https://coveralls.io/github/seignovert/despike?branch=master\n.. |PyPI| image:: https://img.shields.io/badge/PyPI-despike-blue.svg\n :target: https://pypi.python.org/project/despike\n.. |Status| image:: https://img.shields.io/pypi/status/despike.svg?label=Status\n.. |Version| image:: https://img.shields.io/pypi/v/despike.svg?label=Version\n.. |Python| image:: https://img.shields.io/pypi/pyversions/despike.svg?label=Python\n.. |License| image:: https://img.shields.io/pypi/l/despike.svg?label=License\n\n*Python package to remove spikes in 2D images*\n\nDesciption\n----------\nThe spikes in 2D-images correspond to high-energy pixels generated\nby cosmic rays, sensor noise or dead pixels. They use to have values\nvery different from the rest of their neighboor.\n\nTo find them, we use a moving box (5\u00d75 pixels by default) on the\nimage and we compare the mean/median of this sub-image to the central\npixel. If the value is n (3 by default) times larger than the observed\nstandard deviation we use the median value a the surrounding pixels\n(8 pixels by default) to replace the spike.\n\nInstall\n-------\nWith ``pip``:\n\n.. code:: bash\n\n $ pip install despike\n\nWith the ``source files``:\n\n.. code:: bash\n\n $ git clone https://github.com/seignovert/despike.git\n $ cd despike ; python setup.py install\n\nUsage\n------\n\n.. code:: python\n\n >>> import despike\n\n >>> despike.spikes(img) # Search the location of spikes in the image\n\n >>> despike.clean(img) # Clean the image from spikes\n\n\nAn example can be find in this `Jupyter NoteBook `_.\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/seignovert/despike", "keywords": "despiking,spike,image processing", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "despike", "package_url": "https://pypi.org/project/despike/", "platform": "", "project_url": "https://pypi.org/project/despike/", "project_urls": { "Homepage": "http://github.com/seignovert/despike" }, "release_url": "https://pypi.org/project/despike/0.1.0/", "requires_dist": [ "numpy" ], "requires_python": "", "summary": "Python package to remove spike in 2D images", "version": "0.1.0" }, "last_serial": 3874194, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3588e886f4991b6b295af92f3bfa0afc", "sha256": "4af58ce95b86ce9d04538d5b47300897204f77eb0071b2962ff30e8b3ffa563b" }, "downloads": -1, "filename": "despike-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3588e886f4991b6b295af92f3bfa0afc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4850, "upload_time": "2018-05-17T23:32:08", "url": "https://files.pythonhosted.org/packages/55/75/ba6e0f05487970068be3ec018f12eeafd13d381ee462048db0460cadcc63/despike-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f6cdbf08cd19d8b3104f28aa1e74098", "sha256": "9494cabb363a56079cb165334f4ac58c882dea3390a92ed5fed65324c81a0411" }, "downloads": -1, "filename": "despike-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3f6cdbf08cd19d8b3104f28aa1e74098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158018, "upload_time": "2018-05-17T23:32:09", "url": "https://files.pythonhosted.org/packages/54/28/766de846bf9e6439a89fd92315a3ae6daa6a44a805c934e8a9f2d22780c6/despike-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3588e886f4991b6b295af92f3bfa0afc", "sha256": "4af58ce95b86ce9d04538d5b47300897204f77eb0071b2962ff30e8b3ffa563b" }, "downloads": -1, "filename": "despike-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3588e886f4991b6b295af92f3bfa0afc", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4850, "upload_time": "2018-05-17T23:32:08", "url": "https://files.pythonhosted.org/packages/55/75/ba6e0f05487970068be3ec018f12eeafd13d381ee462048db0460cadcc63/despike-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3f6cdbf08cd19d8b3104f28aa1e74098", "sha256": "9494cabb363a56079cb165334f4ac58c882dea3390a92ed5fed65324c81a0411" }, "downloads": -1, "filename": "despike-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3f6cdbf08cd19d8b3104f28aa1e74098", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 158018, "upload_time": "2018-05-17T23:32:09", "url": "https://files.pythonhosted.org/packages/54/28/766de846bf9e6439a89fd92315a3ae6daa6a44a805c934e8a9f2d22780c6/despike-0.1.0.tar.gz" } ] }