pco-tools


Namepco-tools JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/henne-s/pco-tools
SummaryA Python module for loading PCO CamWare images
upload_time2017-02-06 21:28:47
maintainer
docs_urlNone
authorHendrik Soehnholz
requires_python
licenseApache 2.0
keywords pco camera image
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PCO Tools
=========

A Python module to read images that have been recorded using a PCO camera and
the software PCO CamWare.

Tested cameras
--------------

* SensiCam qe

The module should also work for other PCO cameras.

Examples
--------

Load an image and show it using matplotlib::

    from pco_tools import pco_reader as pco
    import matplotlib.pyplot as plt

    img = pco.load('myimage.b16')
    plt.imshow(img)
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/henne-s/pco-tools",
    "name": "pco-tools",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pco camera image",
    "author": "Hendrik Soehnholz",
    "author_email": "henne-s@gmx.de",
    "download_url": "https://files.pythonhosted.org/packages/bd/03/4ca9a04b3b08df6ed48ed93ad1c580e3e16d7bf0a17e473b17968567d81a/pco-tools-1.0.0.tar.gz",
    "platform": "UNKNOWN",
    "description": "PCO Tools\n=========\n\nA Python module to read images that have been recorded using a PCO camera and\nthe software PCO CamWare.\n\nTested cameras\n--------------\n\n* SensiCam qe\n\nThe module should also work for other PCO cameras.\n\nExamples\n--------\n\nLoad an image and show it using matplotlib::\n\n    from pco_tools import pco_reader as pco\n    import matplotlib.pyplot as plt\n\n    img = pco.load('myimage.b16')\n    plt.imshow(img)",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A Python module for loading PCO CamWare images",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/henne-s/pco-tools"
    },
    "split_keywords": [
        "pco",
        "camera",
        "image"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2ef7fc19653967467474e004b640d4ed66b052efb62e807cf1057d907266b75",
                "md5": "c6da5920559133c75d0452cf9dd658a5",
                "sha256": "c9f45cf8ecfdbd2742e81179413b3e125b314b8df7ab85fd3de1951ebcc03863"
            },
            "downloads": -1,
            "filename": "pco_tools-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c6da5920559133c75d0452cf9dd658a5",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 4099,
            "upload_time": "2017-02-06T21:28:45",
            "upload_time_iso_8601": "2017-02-06T21:28:45.325893Z",
            "url": "https://files.pythonhosted.org/packages/c2/ef/7fc19653967467474e004b640d4ed66b052efb62e807cf1057d907266b75/pco_tools-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd034ca9a04b3b08df6ed48ed93ad1c580e3e16d7bf0a17e473b17968567d81a",
                "md5": "a70e8e19bb738bbfe9a9255a08f0da10",
                "sha256": "162278269adf848006bc1f481fe6ea6e8fab9a7f1f8191151d49a97ba7e62652"
            },
            "downloads": -1,
            "filename": "pco-tools-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a70e8e19bb738bbfe9a9255a08f0da10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2628,
            "upload_time": "2017-02-06T21:28:47",
            "upload_time_iso_8601": "2017-02-06T21:28:47.475709Z",
            "url": "https://files.pythonhosted.org/packages/bd/03/4ca9a04b3b08df6ed48ed93ad1c580e3e16d7bf0a17e473b17968567d81a/pco-tools-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-02-06 21:28:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "henne-s",
    "github_project": "pco-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pco-tools"
}
        
Elapsed time: 0.25731s